Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw_s390x.inc30 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 Dcipher_aes_gcm.h29 S390X_KMA_PARAMS kma; member
/freebsd/crypto/openssl/crypto/evp/
H A De_aes.c879 } 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 Dinfo.c94 OPENSSL_s390xcap_P.kma[0], OPENSSL_s390xcap_P.kma[1], in DEFINE_RUN_ONCE_STATIC()
H A Ds390xcap.c174 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 Ds390x_arch.h70 unsigned long long kma[2]; member
/freebsd/crypto/openssl/include/crypto/
H A Daes_platform.h367 (OPENSSL_s390xcap_P.kma[0] & \
370 (OPENSSL_s390xcap_P.kma[0] & \
373 (OPENSSL_s390xcap_P.kma[0] & \
/freebsd/crypto/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>
139 kma :
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_crypt.c306 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 Ds390x.pm269 sub kma { subroutine
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td1900 def KMA : SideEffectTernaryMemMemMemRRFb<"kma", 0xB929,