/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t4_keyctx.c | 416 if (tls->params.cipher_algorithm == CRYPTO_AES_NIST_GCM_16) { in t4_tls_key_info_size() 452 case CRYPTO_AES_NIST_GCM_16: in t4_tls_cipher_mode() 474 case CRYPTO_AES_NIST_GCM_16: in t4_tls_auth_mode() 487 case CRYPTO_AES_NIST_GCM_16: in t4_tls_hmac_ctrl() 512 if (tls->params.cipher_algorithm == CRYPTO_AES_NIST_GCM_16) in tls_mac_key_size() 568 if (tls->params.cipher_algorithm == CRYPTO_AES_NIST_GCM_16) { in t4_tls_key_ctx() 606 if (tls->params.cipher_algorithm == CRYPTO_AES_NIST_GCM_16) { in t4_tls_key_ctx()
|
/freebsd/sys/crypto/armv8/ |
H A D | armv8_crypto.c | 161 case CRYPTO_AES_NIST_GCM_16: in armv8_crypto_probesession() 246 if (csp->csp_cipher_alg == CRYPTO_AES_NIST_GCM_16) { in armv8_crypto_cipher_setup() 320 if (csp->csp_cipher_alg == CRYPTO_AES_NIST_GCM_16) { in armv8_crypto_cipher_process() 371 case CRYPTO_AES_NIST_GCM_16: in armv8_crypto_cipher_process()
|
/freebsd/sys/opencrypto/ |
H A D | ktls_ocf.c | 567 if (tls->params.cipher_algorithm == CRYPTO_AES_NIST_GCM_16) { in ktls_ocf_tls12_aead_encrypt() 613 if (tls->params.cipher_algorithm == CRYPTO_AES_NIST_GCM_16) in ktls_ocf_tls12_aead_encrypt() 651 if (tls->params.cipher_algorithm == CRYPTO_AES_NIST_GCM_16) { in ktls_ocf_tls12_aead_decrypt() 666 if (tls->params.cipher_algorithm == CRYPTO_AES_NIST_GCM_16) in ktls_ocf_tls12_aead_decrypt() 687 if (tls->params.cipher_algorithm == CRYPTO_AES_NIST_GCM_16) in ktls_ocf_tls12_aead_decrypt() 747 KASSERT(tls->params.cipher_algorithm == CRYPTO_AES_NIST_GCM_16, in ktls_ocf_tls12_aead_recrypt() 843 if (tls->params.cipher_algorithm == CRYPTO_AES_NIST_GCM_16) in ktls_ocf_tls13_aead_encrypt() 902 if (tls->params.cipher_algorithm == CRYPTO_AES_NIST_GCM_16) in ktls_ocf_tls13_aead_decrypt() 934 KASSERT(tls->params.cipher_algorithm == CRYPTO_AES_NIST_GCM_16, in ktls_ocf_tls13_aead_recrypt() 999 case CRYPTO_AES_NIST_GCM_16 in ktls_ocf_try() [all...] |
H A D | cryptosoft.c | 1485 case CRYPTO_AES_NIST_GCM_16: in swcr_probesession() 1502 case CRYPTO_AES_NIST_GCM_16: in swcr_probesession() 1523 case CRYPTO_AES_NIST_GCM_16: in swcr_probesession() 1580 case CRYPTO_AES_NIST_GCM_16: in swcr_newsession() 1597 case CRYPTO_AES_NIST_GCM_16: in swcr_newsession() 1622 case CRYPTO_AES_NIST_GCM_16: in swcr_newsession()
|
H A D | xform_aes_icm.c | 100 .type = CRYPTO_AES_NIST_GCM_16,
|
H A D | crypto.c | 567 case CRYPTO_AES_NIST_GCM_16: in crypto_cipher() 659 [CRYPTO_AES_NIST_GCM_16] = ALG_AEAD, 855 case CRYPTO_AES_NIST_GCM_16: in check_csp()
|
H A D | cryptodev.h | 178 #define CRYPTO_AES_NIST_GCM_16 25 /* 16 byte ICV */ macro
|
/freebsd/tests/sys/kern/ |
H A D | ktls_test.c | 559 case CRYPTO_AES_NIST_GCM_16: in build_tls_enable() 627 case CRYPTO_AES_NIST_GCM_16: in tls_EVP_CIPHER() 670 case CRYPTO_AES_NIST_GCM_16: in tls_header_len() 696 case CRYPTO_AES_NIST_GCM_16: in tls_mac_len() 879 if (en->cipher_algorithm == CRYPTO_AES_NIST_GCM_16) in decrypt_tls_12_aead() 1069 if (en->cipher_algorithm == CRYPTO_AES_NIST_GCM_16) in encrypt_tls_12_aead() 1074 if (en->cipher_algorithm == CRYPTO_AES_NIST_GCM_16) in encrypt_tls_12_aead() 1929 M(aes128_gcm_1_3, CRYPTO_AES_NIST_GCM_16, 128 / 8, 0, \ 1931 M(aes256_gcm_1_3, CRYPTO_AES_NIST_GCM_16, 256 / 8, 0, \ 1959 M(aes128_gcm_1_2, CRYPTO_AES_NIST_GCM_16, 12 [all...] |
/freebsd/sys/dev/qat/include/ |
H A D | qat_ocf_utils.h | 36 if (CRYPTO_AES_NIST_GCM_16 == csp->csp_cipher_alg || in is_sep_aad_supported()
|
/freebsd/sys/crypto/aesni/ |
H A D | aesni.c | 237 case CRYPTO_AES_NIST_GCM_16: in aesni_probesession() 584 case CRYPTO_AES_NIST_GCM_16: in aesni_cipher_process() 637 if (csp->csp_cipher_alg == CRYPTO_AES_NIST_GCM_16 || in aesni_cipher_crypt() 713 case CRYPTO_AES_NIST_GCM_16: in aesni_cipher_crypt()
|
H A D | aesni_wrap.c | 453 case CRYPTO_AES_NIST_GCM_16: in aesni_cipher_setup_common()
|
/freebsd/sys/crypto/openssl/ |
H A D | ossl.c | 146 case CRYPTO_AES_NIST_GCM_16: in ossl_lookup_cipher() 195 case CRYPTO_AES_NIST_GCM_16: in ossl_probesession()
|
H A D | ossl_aes.c | 65 .type = CRYPTO_AES_NIST_GCM_16,
|
/freebsd/sys/kern/ |
H A D | uipc_ktls.c | 619 case CRYPTO_AES_NIST_GCM_16: in ktls_create_session() 727 case CRYPTO_AES_NIST_GCM_16: in ktls_create_session() 817 if (en->cipher_algorithm == CRYPTO_AES_NIST_GCM_16 && in ktls_create_session() 899 case CRYPTO_AES_NIST_GCM_16: in ktls_try_toe() 1125 case CRYPTO_AES_NIST_GCM_16: in ktls_try_ifnet() 1146 case CRYPTO_AES_NIST_GCM_16: in ktls_use_sw() 1990 case CRYPTO_AES_NIST_GCM_16: in ktls_destroy() 2003 case CRYPTO_AES_NIST_GCM_16: in ktls_destroy() 2027 case CRYPTO_AES_NIST_GCM_16: in ktls_destroy() 2180 if (tls->params.cipher_algorithm == CRYPTO_AES_NIST_GCM_16 && in ktls_frame()
|
/freebsd/tests/sys/opencrypto/ |
H A D | cryptodevh.py | 174 CRYPTO_AES_NIST_GCM_16 = 25 variable
|
H A D | cryptotest.py | 123 c = Crypto(cryptodev.CRYPTO_AES_NIST_GCM_16,
|
H A D | cryptodev.py | 658 c = Crypto(CRYPTO_AES_NIST_GCM_16, key)
|
/freebsd/sys/crypto/ccp/ |
H A D | ccp.c | 378 case CRYPTO_AES_NIST_GCM_16: in ccp_probesession() 440 case CRYPTO_AES_NIST_GCM_16: in ccp_newsession()
|
/freebsd/crypto/openssl/ssl/ |
H A D | ktls.c | 133 crypto_info->cipher_algorithm = CRYPTO_AES_NIST_GCM_16; in ktls_configure_crypto()
|
/freebsd/sys/dev/safexcel/ |
H A D | safexcel.c | 1411 case CRYPTO_AES_NIST_GCM_16: in safexcel_set_context() 1473 case CRYPTO_AES_NIST_GCM_16: in safexcel_set_context() 1484 if (csp->csp_cipher_alg == CRYPTO_AES_NIST_GCM_16) { in safexcel_set_context() 1934 case CRYPTO_AES_NIST_GCM_16: in safexcel_set_token() 2303 case CRYPTO_AES_NIST_GCM_16: in safexcel_probesession() 2478 case CRYPTO_AES_NIST_GCM_16: in safexcel_newsession()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | crypto_os.c | 272 csp.csp_cipher_alg = CRYPTO_AES_NIST_GCM_16; in freebsd_crypt_newsession()
|
/freebsd/tools/tools/crypto/ |
H A D | cryptocheck.c | 236 { .name = "aes-gcm128", .cipher = CRYPTO_AES_NIST_GCM_16, 239 { .name = "aes-gcm192", .cipher = CRYPTO_AES_NIST_GCM_16, 242 { .name = "aes-gcm256", .cipher = CRYPTO_AES_NIST_GCM_16,
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_hw_tls.c | 437 case CRYPTO_AES_NIST_GCM_16: in mlx5e_tls_snd_tag_alloc()
|
H A D | mlx5_en_hw_tls_rx.c | 712 case CRYPTO_AES_NIST_GCM_16: in mlx5e_tls_rx_snd_tag_alloc()
|
/freebsd/sys/dev/qat_c2xxx/ |
H A D | qat.c | 1877 case CRYPTO_AES_NIST_GCM_16: in qat_probesession() 1971 case CRYPTO_AES_NIST_GCM_16: in qat_newsession()
|