Symbol: CPA_CY_SYM_CIPHER_AES_GCM
sys/dev/qat/qat/qat_ocf.c
311
CPA_CY_SYM_CIPHER_AES_GCM;
sys/dev/qat/qat/qat_ocf.c
471
CPA_CY_SYM_CIPHER_AES_GCM;
sys/dev/qat/qat_api/common/crypto/sym/include/lac_sym_alg_chain.h
125
(CPA_CY_SYM_CIPHER_AES_GCM == cipherAlgo && \
sys/dev/qat/qat_api/common/crypto/sym/include/lac_sym_cipher_defs.h
115
(algo == CPA_CY_SYM_CIPHER_AES_GCM) || \
sys/dev/qat/qat_api/common/crypto/sym/include/lac_sym_cipher_defs.h
176
#define LAC_CIPHER_IS_GCM(algo) (algo == CPA_CY_SYM_CIPHER_AES_GCM)
sys/dev/qat/qat_api/common/crypto/sym/lac_sym_alg_chain.c
1007
case CPA_CY_SYM_CIPHER_AES_GCM:
sys/dev/qat/qat_api/common/crypto/sym/lac_sym_alg_chain.c
887
case CPA_CY_SYM_CIPHER_AES_GCM: {
sys/dev/qat/qat_api/common/crypto/sym/lac_sym_api.c
1051
CPA_CY_SYM_CIPHER_AES_GCM) &&
sys/dev/qat/qat_api/common/crypto/sym/lac_sym_api.c
1063
CPA_CY_SYM_CIPHER_AES_GCM)) &&
sys/dev/qat/qat_api/common/crypto/sym/lac_sym_api.c
222
if ((CPA_CY_SYM_CIPHER_AES_GCM ==
sys/dev/qat/qat_api/common/crypto/sym/lac_sym_api.c
232
CPA_CY_SYM_CIPHER_AES_GCM !=
sys/dev/qat/qat_api/common/crypto/sym/lac_sym_api.c
295
(CPA_CY_SYM_CIPHER_AES_GCM ==
sys/dev/qat/qat_api/common/crypto/sym/lac_sym_cb.c
165
CPA_CY_SYM_CIPHER_AES_GCM) {
sys/dev/qat/qat_api/common/crypto/sym/lac_sym_cipher.c
262
case CPA_CY_SYM_CIPHER_AES_GCM:
sys/dev/qat/qat_api/common/crypto/sym/lac_sym_cipher.c
384
case CPA_CY_SYM_CIPHER_AES_GCM:
sys/dev/qat/qat_api/common/crypto/sym/lac_sym_cipher.c
77
case CPA_CY_SYM_CIPHER_AES_GCM:
sys/dev/qat/qat_api/common/crypto/sym/lac_sym_dp.c
151
case CPA_CY_SYM_CIPHER_AES_GCM:
sys/dev/qat/qat_api/common/crypto/sym/lac_sym_dp.c
231
case CPA_CY_SYM_CIPHER_AES_GCM:
sys/dev/qat/qat_api/common/crypto/sym/qat/lac_sym_qat_cipher.c
816
case CPA_CY_SYM_CIPHER_AES_GCM:
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
1350
CPA_BITMAP_BIT_SET(pCapInfo->ciphers, CPA_CY_SYM_CIPHER_AES_GCM);