Searched refs:kma (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_gcm_hw_s390x.inc | 30 memcpy(&actx->plat.s390x.param.kma.k, key, keylen); 39 S390X_KMA_PARAMS *kma = &actx->plat.s390x.param.kma; 41 kma->t.g[0] = 0; 42 kma->t.g[1] = 0; 43 kma->tpcl = 0; 44 kma->taadl = 0; 50 memcpy(&kma->j0, iv, ivlen); 51 kma->j0.w[3] = 1; 52 kma->cv.w = 1; 70 s390x_kma(iv_zero_pad, len, NULL, 0, NULL, actx->plat.s390x.fc, kma); [all …]
|
H A D | cipher_aes_gcm.h | 29 S390X_KMA_PARAMS kma; member
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | e_aes.c | 879 } kma; member 1175 if (ctx->kma.param.tpcl) in s390x_aes_gcm_aad() 1178 alen = ctx->kma.param.taadl + len; in s390x_aes_gcm_aad() 1181 ctx->kma.param.taadl = alen; in s390x_aes_gcm_aad() 1193 s390x_kma(ctx->ares, 16, NULL, 0, NULL, ctx->fc, &ctx->kma.param); in s390x_aes_gcm_aad() 1203 s390x_kma(aad, len, NULL, 0, NULL, ctx->fc, &ctx->kma.param); in s390x_aes_gcm_aad() 1235 mlen = ctx->kma.param.tpcl + len; in s390x_aes_gcm() 1238 ctx->kma.param.tpcl = mlen; in s390x_aes_gcm() 1253 ctx->fc | S390X_KMA_LAAD, &ctx->kma.param); in s390x_aes_gcm() 1276 ctx->fc | S390X_KMA_LAAD, &ctx->kma.param); in s390x_aes_gcm() [all …]
|
/freebsd/crypto/openssl/crypto/ |
H A D | info.c | 94 OPENSSL_s390xcap_P.kma[0], OPENSSL_s390xcap_P.kma[1], in DEFINE_RUN_ONCE_STATIC()
|
H A D | s390xcap.c | 174 OPENSSL_s390xcap_P.kma[0] &= cap.kma[0]; in OPENSSL_cpuid_setup() 175 OPENSSL_s390xcap_P.kma[1] &= cap.kma[1]; in OPENSSL_cpuid_setup() 713 else if TOK_FUNC(kma) in parse_env()
|
H A D | s390x_arch.h | 70 unsigned long long kma[2]; member
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | aes_platform.h | 367 (OPENSSL_s390xcap_P.kma[0] & \ 370 (OPENSSL_s390xcap_P.kma[0] & \ 373 (OPENSSL_s390xcap_P.kma[0] & \
|
/freebsd/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> 139 kma :
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dsl_crypt.c | 306 const dsl_key_mapping_t *kma = a; in spa_key_mapping_compare() local 309 if (kma->km_dsobj < kmb->km_dsobj) in spa_key_mapping_compare() 311 if (kma->km_dsobj > kmb->km_dsobj) in spa_key_mapping_compare()
|
/freebsd/crypto/openssl/crypto/perlasm/ |
H A D | s390x.pm | 269 sub kma { subroutine
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.td | 1900 def KMA : SideEffectTernaryMemMemMemRRFb<"kma", 0xB929,
|