Home
last modified time | relevance | path

Searched refs:taglen (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/mips/nlm/hal/
H A Dnlmsaelib.h170 uint32_t taglen; member
399 *taglen = 128; in nlm_crypto_get_hklen_taglen()
404 *taglen = 160; in nlm_crypto_get_hklen_taglen()
408 *taglen = 224; in nlm_crypto_get_hklen_taglen()
412 *taglen = 256; in nlm_crypto_get_hklen_taglen()
428 *taglen = 32; in nlm_crypto_get_hklen_taglen()
431 *taglen = 32; in nlm_crypto_get_hklen_taglen()
434 *taglen = 128; in nlm_crypto_get_hklen_taglen()
437 *taglen = 128; in nlm_crypto_get_hklen_taglen()
440 *taglen = 0; in nlm_crypto_get_hklen_taglen()
[all …]
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_vpd.c453 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 …]
/f-stack/tools/compat/include/netgraph/
H A Dng_tag.h64 #define NG_TAG_HOOKIN_SIZE(taglen) \ argument
65 (sizeof(struct ng_tag_hookin) + (taglen))
67 #define NG_TAG_HOOKOUT_SIZE(taglen) \ argument
68 (sizeof(struct ng_tag_hookout) + (taglen))
/f-stack/freebsd/netgraph/
H A Dng_tag.h66 #define NG_TAG_HOOKIN_SIZE(taglen) \ argument
67 (sizeof(struct ng_tag_hookin) + (taglen))
69 #define NG_TAG_HOOKOUT_SIZE(taglen) \ argument
70 (sizeof(struct ng_tag_hookout) + (taglen))
/f-stack/dpdk/drivers/crypto/openssl/
H A Drte_openssl_pmd.c1098 uint8_t *dst, uint8_t *tag, uint8_t taglen, EVP_CIPHER_CTX *ctx) in process_openssl_auth_encryption_ccm() argument
1125 if (EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_CCM_GET_TAG, taglen, tag) <= 0) in process_openssl_auth_encryption_ccm()
1330 uint8_t taglen; in process_openssl_combined_op() local
1367 taglen = sess->auth.digest_length; in process_openssl_combined_op()
1382 dst, tag, taglen, ctx_copy); in process_openssl_combined_op()
1395 dst, tag, taglen, ctx_copy); in process_openssl_combined_op()
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c6467 size_t taglen = strlen(tag); in holds_callback() local
6468 if (taglen > cbp->cb_max_taglen) in holds_callback()
6469 cbp->cb_max_taglen = taglen; in holds_callback()