Searched refs:aes_256_ccm (Results 1 – 2 of 2) sorted by relevance
902 aes_256_ccm 902
2244 static const EVP_CIPHER aes_256_ccm = { variable2261 return AESNI_CAPABLE ? &aesni_256_ccm : &aes_256_ccm; in EVP_aes_256_ccm()2263 return &aes_256_ccm; in EVP_aes_256_ccm()