Home
last modified time | relevance | path

Searched defs:tag_len (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/drivers/crypto/
Dcrypto_cc23x0.c43 #define CCM_CC23_B0_GET(ad_len, tag_len, len_size) \ argument
312 uint16_t tag_len = ctx->mode_params.ccm_info.tag_len; in crypto_cc23x0_ccm_check_param() local
351 uint16_t tag_len = ctx->mode_params.ccm_info.tag_len; in crypto_cc23x0_ccm_encrypt() local
475 uint16_t tag_len = ctx->mode_params.ccm_info.tag_len; in crypto_cc23x0_ccm_decrypt() local
Dcrypto_ataes132a.c402 const uint8_t tag_len = 16; in ataes132a_aes_ccm_encrypt() local
/Zephyr-latest/include/zephyr/crypto/
Dcipher.h88 uint16_t tag_len; member
100 uint16_t tag_len; member
/Zephyr-latest/tests/benchmarks/wait_queues/src/
Dmain.c181 int tag_len = strlen(tag); in compute_and_report_stats() local
/Zephyr-latest/tests/benchmarks/sched_queues/src/
Dmain.c192 int tag_len = strlen(tag); in compute_and_report_stats() local
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_frame.c451 uint8_t hdr_len = sizeof(struct ieee802154_fcf_seq), tag_len = 0; in ieee802154_compute_header_and_authtag_len() local