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