Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw.c126 static const PROV_GCM_HW aes_gcm = { variable
152 return &aes_gcm; in ossl_prov_aes_hw_gcm()
H A Dcipher_aes_gcm_hw_aesni.inc46 return &aes_gcm;
H A Dcipher_aes_gcm_hw_t4.inc51 return SPARC_AES_CAPABLE ? &t4_aes_gcm : &aes_gcm;
H A Dcipher_aes_gcm_hw_rv32i.inc62 return &aes_gcm;
H A Dcipher_aes_gcm_hw_rv64i.inc117 return &aes_gcm;
H A Dcipher_aes_gcm_hw_armv8.inc111 return AES_PMULL_CAPABLE ? &armv8_aes_gcm : &aes_gcm;
H A Dcipher_aes_gcm_hw_ppc.inc153 return PPC_AES_GCM_CAPABLE ? &aes_ppc_gcm : &aes_gcm;
H A Dcipher_aes_gcm_hw_s390x.inc311 return &aes_gcm;

Completed in 12 milliseconds