Searched refs:pcc (Results 1 – 10 of 10) sorted by relevance
/openssl/crypto/ec/ |
H A D | ecx_key.c | 134 if (OPENSSL_s390xcap_P.pcc[1] in ossl_ecx_compute_key() 148 if (OPENSSL_s390xcap_P.pcc[1] in ossl_ecx_compute_key()
|
H A D | ecx_meth.c | 1391 if (OPENSSL_s390xcap_P.pcc[1] & S390X_CAPBIT(S390X_SCALAR_MULTIPLY_X25519)) in ossl_ecx25519_pkey_method() 1400 if (OPENSSL_s390xcap_P.pcc[1] & S390X_CAPBIT(S390X_SCALAR_MULTIPLY_X448)) in ossl_ecx448_pkey_method() 1409 if (OPENSSL_s390xcap_P.pcc[1] & S390X_CAPBIT(S390X_SCALAR_MULTIPLY_ED25519) in ossl_ed25519_pkey_method() 1421 if (OPENSSL_s390xcap_P.pcc[1] & S390X_CAPBIT(S390X_SCALAR_MULTIPLY_ED448) in ossl_ed448_pkey_method()
|
H A D | ecp_s390x_nistp.c | 385 if ((OPENSSL_s390xcap_P.pcc[1] \
|
/openssl/crypto/ |
H A D | info.c | 103 OPENSSL_s390xcap_P.pcc[0], OPENSSL_s390xcap_P.pcc[1], in DEFINE_RUN_ONCE_STATIC()
|
H A D | s390xcap.c | 209 OPENSSL_s390xcap_P.pcc[0] &= cap.pcc[0]; in OPENSSL_cpuid_setup() 210 OPENSSL_s390xcap_P.pcc[1] &= cap.pcc[1]; in OPENSSL_cpuid_setup() 762 else if TOK_FUNC(pcc) in parse_env()
|
H A D | s390x_arch.h | 73 unsigned long long pcc[2]; member
|
/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> 157 pcc :
|
/openssl/providers/implementations/keymgmt/ |
H A D | ecx_kmgmt.c | 755 if (OPENSSL_s390xcap_P.pcc[1] & S390X_CAPBIT(S390X_SCALAR_MULTIPLY_X25519)) in x25519_gen() 769 if (OPENSSL_s390xcap_P.pcc[1] & S390X_CAPBIT(S390X_SCALAR_MULTIPLY_X448)) in x448_gen() 784 if (OPENSSL_s390xcap_P.pcc[1] & S390X_CAPBIT(S390X_SCALAR_MULTIPLY_ED25519) in ed25519_gen() 818 if (OPENSSL_s390xcap_P.pcc[1] & S390X_CAPBIT(S390X_SCALAR_MULTIPLY_ED448) in ed448_gen()
|
/openssl/providers/implementations/signature/ |
H A D | eddsa_sig.c | 30 ((OPENSSL_s390xcap_P.pcc[1] & S390X_CAPBIT(S390X_SCALAR_MULTIPLY_##edtype)) \
|
/openssl/crypto/perlasm/ |
H A D | s390x.pm | 246 sub pcc { subroutine
|
Completed in 85 milliseconds