Home
last modified time | relevance | path

Searched refs:kma (Results 1 - 22 of 22) sorted by relevance

/third_party/node/deps/openssl/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 in s390x_aes_gcm()
[all...]
/third_party/openssl/crypto/evp/
H A De_aes.c883 } kma; member
1181 if (ctx->kma.param.tpcl) in s390x_aes_gcm_aad()
1184 alen = ctx->kma.param.taadl + len; in s390x_aes_gcm_aad()
1187 ctx->kma.param.taadl = alen; in s390x_aes_gcm_aad()
1199 s390x_kma(ctx->ares, 16, NULL, 0, NULL, ctx->fc, &ctx->kma.param); in s390x_aes_gcm_aad()
1209 s390x_kma(aad, len, NULL, 0, NULL, ctx->fc, &ctx->kma.param); in s390x_aes_gcm_aad()
1241 mlen = ctx->kma.param.tpcl + len; in s390x_aes_gcm()
1244 ctx->kma.param.tpcl = mlen; in s390x_aes_gcm()
1259 ctx->fc | S390X_KMA_LAAD, &ctx->kma.param); in s390x_aes_gcm()
1282 ctx->fc | S390X_KMA_LAAD, &ctx->kma in s390x_aes_gcm()
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Dinfo.c81 "kma:0x%llx:0x%llx:" in DEFINE_RUN_ONCE_STATIC()
95 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()
205 /*.kma = */{0ULL, 0ULL}, in parse_env()
233 /*.kma = */{0ULL, 0ULL}, in parse_env()
266 /*.kma = */{0ULL, 0ULL}, in parse_env()
305 /*.kma = */{0ULL, 0ULL}, in parse_env()
363 /*.kma = */{0ULL, 0ULL}, in parse_env()
422 /*.kma in parse_env()
[all...]
H A Ds390x_arch.h70 unsigned long long kma[2]; member
132 /* km/kmc/kmac/kmctr/kmo/kmf/kma */
/third_party/openssl/crypto/
H A Dinfo.c80 "kma:0x%llx:0x%llx:" in DEFINE_RUN_ONCE_STATIC()
94 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()
205 /*.kma = */{0ULL, 0ULL}, in parse_env()
233 /*.kma = */{0ULL, 0ULL}, in parse_env()
266 /*.kma = */{0ULL, 0ULL}, in parse_env()
305 /*.kma = */{0ULL, 0ULL}, in parse_env()
363 /*.kma = */{0ULL, 0ULL}, in parse_env()
422 /*.kma in parse_env()
[all...]
H A Ds390x_arch.h70 unsigned long long kma[2]; member
132 /* km/kmc/kmac/kmctr/kmo/kmf/kma */
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm.h29 S390X_KMA_PARAMS kma; member
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm.h29 S390X_KMA_PARAMS kma; member
/third_party/node/deps/openssl/openssl/include/crypto/
H A Daes_platform.h365 (OPENSSL_s390xcap_P.kma[0] & \
368 (OPENSSL_s390xcap_P.kma[0] & \
371 (OPENSSL_s390xcap_P.kma[0] & \
/third_party/openssl/include/crypto/
H A Daes_platform.h365 (OPENSSL_s390xcap_P.kma[0] & \
368 (OPENSSL_s390xcap_P.kma[0] & \
371 (OPENSSL_s390xcap_P.kma[0] & \
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/
H A Ds390xcpuid.S118 lghi %r0,S390X_QUERY # query kma capability vector
120 .long 0xb9294022 # kma %r2,%r4,%r2
347 .long 0xb9292064 # kma %r6,%r2,%r4
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/
H A Ds390xcpuid.S118 lghi %r0,S390X_QUERY # query kma capability vector
120 .long 0xb9294022 # kma %r2,%r4,%r2
347 .long 0xb9292064 # kma %r6,%r2,%r4
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/
H A Ds390xcpuid.S118 lghi %r0,S390X_QUERY # query kma capability vector
120 .long 0xb9294022 # kma %r2,%r4,%r2
347 .long 0xb9292064 # kma %r6,%r2,%r4
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/
H A Ds390xcpuid.S118 lghi %r0,S390X_QUERY # query kma capability vector
120 .long 0xb9294022 # kma %r2,%r4,%r2
347 .long 0xb9292064 # kma %r6,%r2,%r4
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/aes/
H A Daes-s390x.S1597 jle .Lctr32_nokma # kma is slower for <= 16 blocks
1603 ng %r11,S390X_KMA(%r1) # check kma capability vector
1626 ahi %r11,-1 # kma requires counter-1
1633 .long 0xb929a042 # kma %r4,%r10,%r2
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/aes/
H A Daes-s390x.S1597 jle .Lctr32_nokma # kma is slower for <= 16 blocks
1603 ng %r11,S390X_KMA(%r1) # check kma capability vector
1626 ahi %r11,-1 # kma requires counter-1
1633 .long 0xb929a042 # kma %r4,%r10,%r2
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/aes/
H A Daes-s390x.S1597 jle .Lctr32_nokma # kma is slower for <= 16 blocks
1603 ng %r11,S390X_KMA(%r1) # check kma capability vector
1626 ahi %r11,-1 # kma requires counter-1
1633 .long 0xb929a042 # kma %r4,%r10,%r2
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/aes/
H A Daes-s390x.S1597 jle .Lctr32_nokma # kma is slower for <= 16 blocks
1603 ng %r11,S390X_KMA(%r1) # check kma capability vector
1626 ahi %r11,-1 # kma requires counter-1
1633 .long 0xb929a042 # kma %r4,%r10,%r2
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Ds390x.pm38 MSA8 => [qw(kma)],
269 sub kma { subroutine
/third_party/openssl/crypto/perlasm/
H A Ds390x.pm38 MSA8 => [qw(kma)],
269 sub kma { subroutine

Completed in 24 milliseconds