Symbol: PROV_GCM_HW
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm.h
45
const PROV_GCM_HW *ossl_prov_aes_hw_gcm(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_hw.c
126
static const PROV_GCM_HW aes_gcm = {
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_hw.c
150
const PROV_GCM_HW *ossl_prov_aes_hw_gcm(size_t keybits)
crypto/openssl/providers/implementations/ciphers/cipher_aria_gcm.h
22
const PROV_GCM_HW *ossl_prov_aria_hw_gcm(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_aria_gcm_hw.c
26
static const PROV_GCM_HW aria_gcm = {
crypto/openssl/providers/implementations/ciphers/cipher_aria_gcm_hw.c
34
const PROV_GCM_HW *ossl_prov_aria_hw_gcm(size_t keybits)
crypto/openssl/providers/implementations/ciphers/cipher_sm4_gcm.h
22
const PROV_GCM_HW *ossl_prov_sm4_hw_gcm(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_sm4_gcm_hw.c
83
static const PROV_GCM_HW sm4_gcm = {
crypto/openssl/providers/implementations/ciphers/cipher_sm4_gcm_hw.c
95
const PROV_GCM_HW *ossl_prov_sm4_hw_gcm(size_t keybits)
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
34
const PROV_GCM_HW *hw)
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
417
const PROV_GCM_HW *hw = ctx->hw;
crypto/openssl/providers/implementations/include/prov/ciphercommon_gcm.h
107
const PROV_GCM_HW *hw);
crypto/openssl/providers/implementations/include/prov/ciphercommon_gcm.h
79
const PROV_GCM_HW *hw; /* hardware specific methods */