Home
last modified time | relevance | path

Searched refs:OPENSSL_ppccap_P (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/crypto/
Dppccap.c37 unsigned int OPENSSL_ppccap_P = 0; variable
73 OPENSSL_ppccap_P & PPC_CRYPTO207 ? sha256_block_p8(ctx, inp, len) : in sha256_block_data_order()
82 OPENSSL_ppccap_P & PPC_CRYPTO207 ? sha512_block_p8(ctx, inp, len) : in sha512_block_data_order()
100 OPENSSL_ppccap_P & PPC_CRYPTO207 in ChaCha20_ctr32()
102 : OPENSSL_ppccap_P & PPC_ALTIVEC in ChaCha20_ctr32()
122 if (sizeof(size_t) == 4 && (OPENSSL_ppccap_P & PPC_FPU)) { in poly1305_init()
176 if (OPENSSL_ppccap_P & PPC_MFTB) in OPENSSL_rdtsc()
178 else if (OPENSSL_ppccap_P & PPC_MFSPR268) in OPENSSL_rdtsc()
189 if (OPENSSL_ppccap_P & PPC_MFTB) in OPENSSL_instrument_bus()
191 else if (OPENSSL_ppccap_P & PPC_MFSPR268) in OPENSSL_instrument_bus()
[all …]
Dppc_arch.h13 extern unsigned int OPENSSL_ppccap_P;
/third_party/openssl/crypto/evp/
De_aes.c166 # define VPAES_CAPABLE (OPENSSL_ppccap_P & PPC_ALTIVEC)
168 # define HWAES_CAPABLE (OPENSSL_ppccap_P & PPC_CRYPTO207)
/third_party/openssl/crypto/modes/
Dgcm128.c817 if (OPENSSL_ppccap_P & PPC_CRYPTO207) {