Home
last modified time | relevance | path

Searched refs:cipher_ccm_op (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/subsys/net/l2/ieee802154/
Dieee802154_security.c154 ret = cipher_ccm_op(&sec_ctx->dec, &apkt, nonce); in ieee802154_decrypt_auth()
197 ret = cipher_ccm_op(&sec_ctx->enc, &apkt, nonce); in ieee802154_encrypt_auth()
/Zephyr-Core-3.7.0/samples/drivers/crypto/src/
Dmain.c443 if (cipher_ccm_op(&ini, &ccm_op, ccm_nonce)) { in ccm_mode()
468 if (cipher_ccm_op(&ini, &ccm_op, ccm_nonce)) { in ccm_mode()
/Zephyr-Core-3.7.0/include/zephyr/crypto/
Dcrypto.h322 static inline int cipher_ccm_op(struct cipher_ctx *ctx, in cipher_ccm_op() function