Searched refs:OPENSSL_ppccap_P (Results 1 – 16 of 16) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ |
D | ppccap.c | 33 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/ |
D | ppccap.c | 33 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/ |
D | chacha_ppc.c | 30 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/ |
D | chacha_ppc.c | 30 OPENSSL_ppccap_P & PPC_CRYPTO207 in ChaCha20_ctr32() 32 : OPENSSL_ppccap_P & PPC_ALTIVEC in ChaCha20_ctr32()
|
/third_party/openssl/crypto/sha/ |
D | sha_ppc.c | 22 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/ |
D | sha_ppc.c | 22 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/ |
D | poly1305_ppc.c | 33 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/ |
D | poly1305_ppc.c | 33 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/ |
D | ppc_arch.h | 13 extern unsigned int OPENSSL_ppccap_P;
|
D | aes_platform.h | 66 # define VPAES_CAPABLE (OPENSSL_ppccap_P & PPC_ALTIVEC) 68 # define HWAES_CAPABLE (OPENSSL_ppccap_P & PPC_CRYPTO207)
|
/third_party/openssl/include/crypto/ |
D | ppc_arch.h | 13 extern unsigned int OPENSSL_ppccap_P;
|
D | aes_platform.h | 66 # define VPAES_CAPABLE (OPENSSL_ppccap_P & PPC_ALTIVEC) 68 # define HWAES_CAPABLE (OPENSSL_ppccap_P & PPC_CRYPTO207)
|
/third_party/openssl/crypto/ec/ |
D | ecp_nistp521.c | 697 if ((OPENSSL_ppccap_P & PPC_MADD300) && (OPENSSL_ppccap_P & PPC_ALTIVEC)) { in felem_select()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
D | ecp_nistp521.c | 697 if ((OPENSSL_ppccap_P & PPC_MADD300) && (OPENSSL_ppccap_P & PPC_ALTIVEC)) { in felem_select()
|
/third_party/node/deps/openssl/openssl/crypto/modes/ |
D | gcm128.c | 799 if (OPENSSL_ppccap_P & PPC_CRYPTO207) {
|
/third_party/openssl/crypto/modes/ |
D | gcm128.c | 799 if (OPENSSL_ppccap_P & PPC_CRYPTO207) {
|