Home
last modified time | relevance | path

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

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