Home
last modified time | relevance | path

Searched refs:cipher_aead_pkt (Results 1 – 10 of 10) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/crypto/
Dcipher.h53 struct cipher_aead_pkt;
68 typedef int (*ccm_op_t)(struct cipher_ctx *ctx, struct cipher_aead_pkt *pkt,
71 typedef int (*gcm_op_t)(struct cipher_ctx *ctx, struct cipher_aead_pkt *pkt,
217 struct cipher_aead_pkt { struct
Dcrypto.h321 struct cipher_aead_pkt *pkt, uint8_t *nonce) in cipher_ccm_op()
343 struct cipher_aead_pkt *pkt, uint8_t *nonce) in cipher_gcm_op()
/Zephyr-Core-3.5.0/subsys/net/l2/ieee802154/
Dieee802154_security.c104 struct cipher_aead_pkt *apkt, struct cipher_pkt *pkt) in prepare_cipher_aead_pkt()
135 struct cipher_aead_pkt apkt; in ieee802154_decrypt_auth()
168 struct cipher_aead_pkt apkt; in ieee802154_encrypt_auth()
/Zephyr-Core-3.5.0/drivers/crypto/
Dcrypto_ataes132a_priv.h314 struct cipher_aead_pkt *aead_op,
361 struct cipher_aead_pkt *aead_op,
Dcrypto_tc_shim.c102 struct cipher_aead_pkt *aead_op, uint8_t *nonce) in do_ccm_encrypt_mac()
142 struct cipher_aead_pkt *aead_op, uint8_t *nonce) in do_ccm_decrypt_auth()
Dcrypto_mtls_shim.c181 struct cipher_aead_pkt *apkt, in mtls_ccm_encrypt_auth()
210 struct cipher_aead_pkt *apkt, in mtls_ccm_decrypt_auth()
242 struct cipher_aead_pkt *apkt, in mtls_gcm_encrypt_auth()
270 struct cipher_aead_pkt *apkt, in mtls_gcm_decrypt_auth()
Dcrypto_ataes132a.c189 struct cipher_aead_pkt *aead_op, in ataes132a_aes_ccm_decrypt()
388 struct cipher_aead_pkt *aead_op, in ataes132a_aes_ccm_encrypt()
662 struct cipher_aead_pkt *aead_op, uint8_t *nonce) in do_ccm_encrypt_mac()
711 struct cipher_aead_pkt *aead_op, uint8_t *nonce) in do_ccm_decrypt_auth()
/Zephyr-Core-3.5.0/samples/drivers/crypto/src/
Dmain.c415 struct cipher_aead_pkt ccm_op = { in ccm_mode()
532 struct cipher_aead_pkt gcm_op = { in gcm_mode()
/Zephyr-Core-3.5.0/drivers/ieee802154/
Dieee802154_cc2520.c1156 struct cipher_aead_pkt *apkt, uint8_t m) in generate_nonce()
1170 struct cipher_aead_pkt *apkt, in insert_crypto_parameters()
1261 struct cipher_aead_pkt *apkt, in cc2520_crypto_ccm()
1306 struct cipher_aead_pkt *apkt, in cc2520_crypto_uccm()
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-1.14.rst2202 * :github:`8339` - crypto: drivers use cipher_aead_pkt.tag differently