Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/
Dppccap.c33 unsigned int OPENSSL_ppccap_P = 0; variable
54 if (OPENSSL_ppccap_P & PPC_MFTB) in OPENSSL_rdtsc()
56 else if (OPENSSL_ppccap_P & PPC_MFSPR268) in OPENSSL_rdtsc()
67 if (OPENSSL_ppccap_P & PPC_MFTB) in OPENSSL_instrument_bus()
69 else if (OPENSSL_ppccap_P & PPC_MFSPR268) in OPENSSL_instrument_bus()
80 if (OPENSSL_ppccap_P & PPC_MFTB) in OPENSSL_instrument_bus2()
82 else if (OPENSSL_ppccap_P & PPC_MFSPR268) in OPENSSL_instrument_bus2()
146 OPENSSL_ppccap_P = strtoul(e, NULL, 0); in OPENSSL_cpuid_setup()
150 OPENSSL_ppccap_P = 0; in OPENSSL_cpuid_setup()
153 OPENSSL_ppccap_P |= PPC_FPU; in OPENSSL_cpuid_setup()
[all …]
/third_party/openssl/crypto/
Dppccap.c33 unsigned int OPENSSL_ppccap_P = 0; variable
54 if (OPENSSL_ppccap_P & PPC_MFTB) in OPENSSL_rdtsc()
56 else if (OPENSSL_ppccap_P & PPC_MFSPR268) in OPENSSL_rdtsc()
67 if (OPENSSL_ppccap_P & PPC_MFTB) in OPENSSL_instrument_bus()
69 else if (OPENSSL_ppccap_P & PPC_MFSPR268) in OPENSSL_instrument_bus()
80 if (OPENSSL_ppccap_P & PPC_MFTB) in OPENSSL_instrument_bus2()
82 else if (OPENSSL_ppccap_P & PPC_MFSPR268) in OPENSSL_instrument_bus2()
146 OPENSSL_ppccap_P = strtoul(e, NULL, 0); in OPENSSL_cpuid_setup()
150 OPENSSL_ppccap_P = 0; in OPENSSL_cpuid_setup()
153 OPENSSL_ppccap_P |= PPC_FPU; in OPENSSL_cpuid_setup()
[all …]
/third_party/openssl/crypto/chacha/
Dchacha_ppc.c30 OPENSSL_ppccap_P & PPC_CRYPTO207 in ChaCha20_ctr32()
32 : OPENSSL_ppccap_P & PPC_ALTIVEC in ChaCha20_ctr32()
/third_party/node/deps/openssl/openssl/crypto/chacha/
Dchacha_ppc.c30 OPENSSL_ppccap_P & PPC_CRYPTO207 in ChaCha20_ctr32()
32 : OPENSSL_ppccap_P & PPC_ALTIVEC in ChaCha20_ctr32()
/third_party/openssl/crypto/sha/
Dsha_ppc.c22 OPENSSL_ppccap_P & PPC_CRYPTO207 ? sha256_block_p8(ctx, inp, len) : in sha256_block_data_order()
31 OPENSSL_ppccap_P & PPC_CRYPTO207 ? sha512_block_p8(ctx, inp, len) : in sha512_block_data_order()
/third_party/node/deps/openssl/openssl/crypto/sha/
Dsha_ppc.c22 OPENSSL_ppccap_P & PPC_CRYPTO207 ? sha256_block_p8(ctx, inp, len) : in sha256_block_data_order()
31 OPENSSL_ppccap_P & PPC_CRYPTO207 ? sha512_block_p8(ctx, inp, len) : in sha512_block_data_order()
/third_party/node/deps/openssl/openssl/crypto/poly1305/
Dpoly1305_ppc.c33 if (OPENSSL_ppccap_P & PPC_CRYPTO207) { in poly1305_init()
37 } else if (sizeof(size_t) == 4 && (OPENSSL_ppccap_P & PPC_FPU)) { in poly1305_init()
/third_party/openssl/crypto/poly1305/
Dpoly1305_ppc.c33 if (OPENSSL_ppccap_P & PPC_CRYPTO207) { in poly1305_init()
37 } else if (sizeof(size_t) == 4 && (OPENSSL_ppccap_P & PPC_FPU)) { in poly1305_init()
/third_party/node/deps/openssl/openssl/include/crypto/
Dppc_arch.h13 extern unsigned int OPENSSL_ppccap_P;
Daes_platform.h66 # define VPAES_CAPABLE (OPENSSL_ppccap_P & PPC_ALTIVEC)
68 # define HWAES_CAPABLE (OPENSSL_ppccap_P & PPC_CRYPTO207)
/third_party/openssl/include/crypto/
Dppc_arch.h13 extern unsigned int OPENSSL_ppccap_P;
Daes_platform.h66 # define VPAES_CAPABLE (OPENSSL_ppccap_P & PPC_ALTIVEC)
68 # define HWAES_CAPABLE (OPENSSL_ppccap_P & PPC_CRYPTO207)
/third_party/openssl/crypto/ec/
Decp_nistp521.c697 if ((OPENSSL_ppccap_P & PPC_MADD300) && (OPENSSL_ppccap_P & PPC_ALTIVEC)) { in felem_select()
/third_party/node/deps/openssl/openssl/crypto/ec/
Decp_nistp521.c697 if ((OPENSSL_ppccap_P & PPC_MADD300) && (OPENSSL_ppccap_P & PPC_ALTIVEC)) { in felem_select()
/third_party/node/deps/openssl/openssl/crypto/modes/
Dgcm128.c799 if (OPENSSL_ppccap_P & PPC_CRYPTO207) {
/third_party/openssl/crypto/modes/
Dgcm128.c799 if (OPENSSL_ppccap_P & PPC_CRYPTO207) {