Searched refs:kmo (Results 1 – 7 of 7) sorted by relevance
/openssl-master/crypto/ |
A D | info.c | 91 OPENSSL_s390xcap_P.kmo[0], OPENSSL_s390xcap_P.kmo[1], in DEFINE_RUN_ONCE_STATIC()
|
A D | s390xcap.c | 165 OPENSSL_s390xcap_P.kmo[0] &= cap.kmo[0]; in OPENSSL_cpuid_setup() 166 OPENSSL_s390xcap_P.kmo[1] &= cap.kmo[1]; in OPENSSL_cpuid_setup() 707 else if TOK_FUNC(kmo) in parse_env()
|
A D | s390x_arch.h | 67 unsigned long long kmo[2]; member
|
/openssl-master/include/crypto/ |
A D | aes_platform.h | 329 (OPENSSL_s390xcap_P.kmo[0] & \ 332 (OPENSSL_s390xcap_P.kmo[0] & \ 335 (OPENSSL_s390xcap_P.kmo[0] & \
|
/openssl-master/doc/man3/ |
A D | OPENSSL_s390xcap.pod | 45 B<km>, B<kmc>, B<kmac>, B<kmctr>, B<kmo>, B<kmf>, B<prno>, B<kma>, B<pcc> 124 kmo :
|
/openssl-master/crypto/evp/ |
A D | e_aes.c | 832 } kmo; member 1002 memcpy(cctx->kmo.param.cv, iv, ivlen); in s390x_aes_ofb_init_key() 1003 memcpy(cctx->kmo.param.k, key, keylen); in s390x_aes_ofb_init_key() 1018 memcpy(cctx->kmo.param.cv, iv, ivlen); in s390x_aes_ofb_cipher() 1020 *out = *in ^ cctx->kmo.param.cv[n]; in s390x_aes_ofb_cipher() 1031 s390x_kmo(in, len, out, cctx->fc, &cctx->kmo.param); in s390x_aes_ofb_cipher() 1038 s390x_km(cctx->kmo.param.cv, 16, cctx->kmo.param.cv, cctx->fc, in s390x_aes_ofb_cipher() 1039 cctx->kmo.param.k); in s390x_aes_ofb_cipher() 1042 out[n] = in[n] ^ cctx->kmo.param.cv[n]; in s390x_aes_ofb_cipher() 1047 memcpy(iv, cctx->kmo.param.cv, ivlen); in s390x_aes_ofb_cipher()
|
/openssl-master/crypto/perlasm/ |
A D | s390x.pm | 241 sub kmo { subroutine
|
Completed in 23 milliseconds