Searched refs:pcc (Results 1 – 10 of 10) sorted by relevance
/openssl-master/crypto/ |
A D | info.c | 95 OPENSSL_s390xcap_P.pcc[0], OPENSSL_s390xcap_P.pcc[1], in DEFINE_RUN_ONCE_STATIC()
|
A D | s390xcap.c | 173 OPENSSL_s390xcap_P.pcc[0] &= cap.pcc[0]; in OPENSSL_cpuid_setup() 174 OPENSSL_s390xcap_P.pcc[1] &= cap.pcc[1]; in OPENSSL_cpuid_setup() 711 else if TOK_FUNC(pcc) in parse_env()
|
A D | s390x_arch.h | 71 unsigned long long pcc[2]; member
|
/openssl-master/providers/implementations/exchange/ |
A D | ecx_exch.c | 148 if (OPENSSL_s390xcap_P.pcc[1] in ecx_derive() 164 if (OPENSSL_s390xcap_P.pcc[1] in ecx_derive()
|
/openssl-master/doc/man3/ |
A D | OPENSSL_s390xcap.pod | 45 B<km>, B<kmc>, B<kmac>, B<kmctr>, B<kmo>, B<kmf>, B<prno>, B<kma>, B<pcc> 145 pcc :
|
/openssl-master/providers/implementations/keymgmt/ |
A D | ecx_kmgmt.c | 620 if (OPENSSL_s390xcap_P.pcc[1] & S390X_CAPBIT(S390X_SCALAR_MULTIPLY_X25519)) in x25519_gen() 634 if (OPENSSL_s390xcap_P.pcc[1] & S390X_CAPBIT(S390X_SCALAR_MULTIPLY_X448)) in x448_gen() 648 if (OPENSSL_s390xcap_P.pcc[1] & S390X_CAPBIT(S390X_SCALAR_MULTIPLY_ED25519) in ed25519_gen() 665 if (OPENSSL_s390xcap_P.pcc[1] & S390X_CAPBIT(S390X_SCALAR_MULTIPLY_ED448) in ed448_gen()
|
/openssl-master/crypto/ec/ |
A D | ecx_meth.c | 1352 if (OPENSSL_s390xcap_P.pcc[1] & S390X_CAPBIT(S390X_SCALAR_MULTIPLY_X25519)) in ossl_ecx25519_pkey_method() 1361 if (OPENSSL_s390xcap_P.pcc[1] & S390X_CAPBIT(S390X_SCALAR_MULTIPLY_X448)) in ossl_ecx448_pkey_method() 1370 if (OPENSSL_s390xcap_P.pcc[1] & S390X_CAPBIT(S390X_SCALAR_MULTIPLY_ED25519) in ossl_ed25519_pkey_method() 1382 if (OPENSSL_s390xcap_P.pcc[1] & S390X_CAPBIT(S390X_SCALAR_MULTIPLY_ED448) in ossl_ed448_pkey_method()
|
A D | ecp_s390x_nistp.c | 385 if ((OPENSSL_s390xcap_P.pcc[1] \
|
/openssl-master/providers/implementations/signature/ |
A D | eddsa_sig.c | 30 ((OPENSSL_s390xcap_P.pcc[1] & S390X_CAPBIT(S390X_SCALAR_MULTIPLY_##edtype)) \
|
/openssl-master/crypto/perlasm/ |
A D | s390x.pm | 246 sub pcc { subroutine
|
Completed in 23 milliseconds