Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/crypto/
Dcipher.h82 ccm_op_t ccm_crypt_hndlr; member
Dcrypto.h329 return ctx->ops.ccm_crypt_hndlr(ctx, pkt, nonce); in cipher_ccm_op()
/Zephyr-latest/drivers/crypto/
Dcrypto_tc_shim.c236 ctx->ops.ccm_crypt_hndlr = do_ccm_encrypt_mac; in tc_session_setup()
257 ctx->ops.ccm_crypt_hndlr = do_ccm_decrypt_auth; in tc_session_setup()
Dcrypto_mtls_shim.c410 ctx->ops.ccm_crypt_hndlr = mtls_ccm_encrypt_auth; in mtls_session_setup()
412 ctx->ops.ccm_crypt_hndlr = mtls_ccm_decrypt_auth; in mtls_session_setup()
Dcrypto_ataes132a.c851 ctx->ops.ccm_crypt_hndlr = do_ccm_encrypt_mac; in ataes132a_session_setup()
863 ctx->ops.ccm_crypt_hndlr = do_ccm_decrypt_auth; in ataes132a_session_setup()
/Zephyr-latest/drivers/ieee802154/
Dieee802154_cc2520.c1371 ctx->ops.ccm_crypt_hndlr = cc2520_crypto_ccm; in cc2520_crypto_begin_session()
1373 ctx->ops.ccm_crypt_hndlr = cc2520_crypto_uccm; in cc2520_crypto_begin_session()
1387 ctx->ops.ccm_crypt_hndlr = NULL; in cc2520_crypto_free_session()