Home
last modified time | relevance | path

Searched refs:kma (Results 1 – 9 of 9) sorted by relevance

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw_s390x.inc39 S390X_KMA_PARAMS *kma = &actx->plat.s390x.param.kma;
41 kma->t.g[0] = 0;
43 kma->tpcl = 0;
44 kma->taadl = 0;
74 kma->j0.g[0] = kma->t.g[0];
75 kma->j0.g[1] = kma->t.g[1];
79 kma->cv.w = kma->j0.w[3];
87 S390X_KMA_PARAMS *kma = &actx->plat.s390x.param.kma;
119 S390X_KMA_PARAMS *kma = &actx->plat.s390x.param.kma;
145 S390X_KMA_PARAMS *kma = &actx->plat.s390x.param.kma;
[all …]
H A Dcipher_aes_gcm.h29 S390X_KMA_PARAMS kma; member
/openssl/crypto/evp/
H A De_aes.c933 } kma; member
1265 if (ctx->kma.param.tpcl) in s390x_aes_gcm_aad()
1271 ctx->kma.param.taadl = alen; in s390x_aes_gcm_aad()
1328 ctx->kma.param.tpcl = mlen; in s390x_aes_gcm()
1404 ctx->kma.param.t.g[0] = 0; in s390x_aes_gcm_setiv()
1405 ctx->kma.param.t.g[1] = 0; in s390x_aes_gcm_setiv()
1406 ctx->kma.param.tpcl = 0; in s390x_aes_gcm_setiv()
1407 ctx->kma.param.taadl = 0; in s390x_aes_gcm_setiv()
1423 ctx->kma.param.j0.g[0] = ctx->kma.param.t.g[0]; in s390x_aes_gcm_setiv()
1424 ctx->kma.param.j0.g[1] = ctx->kma.param.t.g[1]; in s390x_aes_gcm_setiv()
[all …]
/openssl/crypto/
H A Dinfo.c97 OPENSSL_s390xcap_P.kma[0], OPENSSL_s390xcap_P.kma[1], in DEFINE_RUN_ONCE_STATIC()
H A Ds390xcap.c207 OPENSSL_s390xcap_P.kma[0] &= cap.kma[0]; in OPENSSL_cpuid_setup()
208 OPENSSL_s390xcap_P.kma[1] &= cap.kma[1]; in OPENSSL_cpuid_setup()
794 else if TOK_FUNC(kma) in parse_env()
H A Ds390x_arch.h72 unsigned long long kma[2]; member
/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>
144 kma :
/openssl/include/crypto/
H A Daes_platform.h406 (OPENSSL_s390xcap_P.kma[0] & \
409 (OPENSSL_s390xcap_P.kma[0] & \
412 (OPENSSL_s390xcap_P.kma[0] & \
/openssl/crypto/perlasm/
H A Ds390x.pm269 sub kma { subroutine

Completed in 53 milliseconds