Searched refs:ia32cap (Results 1 – 1 of 1) sorted by relevance
1067 const uint32_t *ia32cap = OPENSSL_ia32cap_get(); in crypto_gcm_clmul_enabled() local1068 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()