Searched refs:kmo (Results 1 – 8 of 8) sorted by relevance
| /src/crypto/openssl/crypto/ |
| H A D | s390xcap.c | 205 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 D | info.c | 111 OPENSSL_s390xcap_P.kmo[0], OPENSSL_s390xcap_P.kmo[1], in DEFINE_RUN_ONCE_STATIC()
|
| H A D | s390x_arch.h | 69 unsigned long long kmo[2]; member
|
| /src/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_s390xcap.pod | 45 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 D | aes_platform.h | 374 #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 D | e_aes.c | 894 } 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 D | s390x.pm | 241 sub kmo { subroutine
|
| /src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.td | 1888 def KMO : SideEffectBinaryMemMemRRE<"kmo", 0xB92B, GR128, GR128>;
|