Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/modes/
Dgcm.c870 const uint32_t *ia32cap = OPENSSL_ia32cap_get(); in crypto_gcm_clmul_enabled() local
871 return (ia32cap[0] & (1 << 24)) && // check FXSR bit in crypto_gcm_clmul_enabled()
872 (ia32cap[1] & (1 << 1)); // check PCLMULQDQ bit in crypto_gcm_clmul_enabled()