Home
last modified time | relevance | path

Searched refs:kmo (Results 1 – 8 of 8) sorted by relevance

/src/crypto/openssl/crypto/
H A Ds390xcap.c205 OPENSSL_s390xcap_P.kmo[0] &= cap.kmo[0]; in OPENSSL_cpuid_setup()
206 OPENSSL_s390xcap_P.kmo[1] &= cap.kmo[1]; in OPENSSL_cpuid_setup()
492 …C (kmc) else if TOK_FUNC (kmac) else if TOK_FUNC (kmctr) else if TOK_FUNC (kmo) else if TOK_FUNC (… in parse_env()
H A Dinfo.c111 OPENSSL_s390xcap_P.kmo[0], OPENSSL_s390xcap_P.kmo[1], in DEFINE_RUN_ONCE_STATIC()
H A Ds390x_arch.h69 unsigned long long kmo[2]; member
/src/crypto/openssl/doc/man3/
H A DOPENSSL_s390xcap.pod45 B<km>, B<kmc>, B<kmac>, B<kmctr>, B<kmo>, B<kmf>, B<prno>, B<kma>, B<pcc>
136 kmo :
/src/crypto/openssl/include/crypto/
H A Daes_platform.h374 #define S390X_aes_128_ofb_CAPABLE (S390X_aes_128_CAPABLE && (OPENSSL_s390xcap_P.kmo[0] & S390X_CAPB…
375 #define S390X_aes_192_ofb_CAPABLE (S390X_aes_192_CAPABLE && (OPENSSL_s390xcap_P.kmo[0] & S390X_CAPB…
376 #define S390X_aes_256_ofb_CAPABLE (S390X_aes_256_CAPABLE && (OPENSSL_s390xcap_P.kmo[0] & S390X_CAPB…
/src/crypto/openssl/crypto/evp/
H A De_aes.c894 } kmo; member
1072 memcpy(cctx->kmo.param.cv, iv, ivlen); in s390x_aes_ofb_init_key()
1073 memcpy(cctx->kmo.param.k, key, keylen); in s390x_aes_ofb_init_key()
1087 memcpy(cctx->kmo.param.cv, iv, ivlen); in s390x_aes_ofb_cipher()
1089 *out = *in ^ cctx->kmo.param.cv[n]; in s390x_aes_ofb_cipher()
1100 s390x_kmo(in, len, out, cctx->fc, &cctx->kmo.param); in s390x_aes_ofb_cipher()
1107 s390x_km(cctx->kmo.param.cv, 16, cctx->kmo.param.cv, cctx->fc, in s390x_aes_ofb_cipher()
1108 cctx->kmo.param.k); in s390x_aes_ofb_cipher()
1111 out[n] = in[n] ^ cctx->kmo.param.cv[n]; in s390x_aes_ofb_cipher()
1116 memcpy(iv, cctx->kmo.param.cv, ivlen); in s390x_aes_ofb_cipher()
/src/crypto/openssl/crypto/perlasm/
H A Ds390x.pm241 sub kmo { subroutine
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td1888 def KMO : SideEffectBinaryMemMemRRE<"kmo", 0xB92B, GR128, GR128>;