Home
last modified time | relevance | path

Searched refs:nonce_len (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/crypto/
Dcipher.h89 uint16_t nonce_len; member
101 uint16_t nonce_len; member
/Zephyr-Core-3.7.0/subsys/net/l2/ieee802154/
Dieee802154_security.c224 sec_ctx->enc.mode_params.ccm_info.nonce_len = 13U; in ieee802154_security_init()
225 sec_ctx->dec.mode_params.ccm_info.nonce_len = 13U; in ieee802154_security_init()
/Zephyr-Core-3.7.0/drivers/crypto/
Dcrypto_tc_shim.c110 ccm_param->nonce_len, in do_ccm_encrypt_mac()
150 ccm_param->nonce_len, in do_ccm_decrypt_auth()
Dcrypto_mtls_shim.c188 ctx->mode_params.ccm_info.nonce_len, in mtls_ccm_encrypt_auth()
217 ctx->mode_params.ccm_info.nonce_len, in mtls_ccm_decrypt_auth()
250 ctx->mode_params.gcm_info.nonce_len, in mtls_gcm_encrypt_auth()
277 ctx->mode_params.gcm_info.nonce_len, in mtls_gcm_decrypt_auth()
Dcrypto_ataes132a.c807 ctx->mode_params.ccm_info.nonce_len != 12U) { in ataes132a_session_setup()
/Zephyr-Core-3.7.0/samples/drivers/crypto/src/
Dmain.c406 .nonce_len = sizeof(ccm_nonce), in ccm_mode()
523 .nonce_len = sizeof(gcm_nonce), in gcm_mode()
/Zephyr-Core-3.7.0/drivers/ieee802154/
Dieee802154_cc2520.c1364 if (ctx->mode_params.ccm_info.nonce_len != 13U) { in cc2520_crypto_begin_session()
1366 ctx->mode_params.ccm_info.nonce_len); in cc2520_crypto_begin_session()