Home
last modified time | relevance | path

Searched refs:crypto_gcm_clmul_enabled (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/modes/
Dinternal.h159 int crypto_gcm_clmul_enabled(void);
Dgcm.c367 if (crypto_gcm_clmul_enabled()) { in CRYPTO_ghash_init()
381 if (crypto_gcm_clmul_enabled()) { in CRYPTO_ghash_init()
1065 int crypto_gcm_clmul_enabled(void) { in crypto_gcm_clmul_enabled() function
/external/boringssl/src/crypto/fipsmodule/cipher/
De_aes.c1440 return aesni_capable() && crypto_gcm_clmul_enabled(); in EVP_has_aes_hardware()