Home
last modified time | relevance | path

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

/openssl-master/crypto/
A Dinfo.c91 OPENSSL_s390xcap_P.kmo[0], OPENSSL_s390xcap_P.kmo[1], in DEFINE_RUN_ONCE_STATIC()
A Ds390xcap.c165 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 Ds390x_arch.h67 unsigned long long kmo[2]; member
/openssl-master/include/crypto/
A Daes_platform.h329 (OPENSSL_s390xcap_P.kmo[0] & \
332 (OPENSSL_s390xcap_P.kmo[0] & \
335 (OPENSSL_s390xcap_P.kmo[0] & \
/openssl-master/doc/man3/
A DOPENSSL_s390xcap.pod45 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 De_aes.c832 } 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 Ds390x.pm241 sub kmo { subroutine

Completed in 23 milliseconds