Searched refs:taglen (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_vpd.c | 453 uint16_t taglen; in efx_vpd_hunk_length() local 462 offset += taglen; in efx_vpd_hunk_length() 488 uint16_t taglen; in efx_vpd_hunk_verify() local 535 offset += taglen; in efx_vpd_hunk_verify() 641 uint16_t taglen; in efx_vpd_hunk_next() local 683 offset += taglen; in efx_vpd_hunk_next() 718 uint16_t taglen; in efx_vpd_hunk_get() local 753 offset += taglen; in efx_vpd_hunk_get() 782 uint16_t taglen; in efx_vpd_hunk_set() local 951 offset += taglen; in efx_vpd_hunk_set() [all …]
|
| /dpdk/drivers/crypto/openssl/ |
| H A D | rte_openssl_pmd.c | 1096 uint8_t *dst, uint8_t *tag, uint8_t taglen, EVP_CIPHER_CTX *ctx) in process_openssl_auth_encryption_ccm() argument 1123 if (EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_CCM_GET_TAG, taglen, tag) <= 0) in process_openssl_auth_encryption_ccm() 1328 uint8_t taglen; in process_openssl_combined_op() local 1365 taglen = sess->auth.digest_length; in process_openssl_combined_op() 1380 dst, tag, taglen, ctx_copy); in process_openssl_combined_op() 1393 dst, tag, taglen, ctx_copy); in process_openssl_combined_op()
|