Searched refs:cipher_aead_pkt (Results 1 – 10 of 10) sorted by relevance
/Zephyr-Core-3.5.0/include/zephyr/crypto/ |
D | cipher.h | 53 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
|
D | crypto.h | 321 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/ |
D | ieee802154_security.c | 104 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/ |
D | crypto_ataes132a_priv.h | 314 struct cipher_aead_pkt *aead_op, 361 struct cipher_aead_pkt *aead_op,
|
D | crypto_tc_shim.c | 102 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()
|
D | crypto_mtls_shim.c | 181 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()
|
D | crypto_ataes132a.c | 189 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/ |
D | main.c | 415 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/ |
D | ieee802154_cc2520.c | 1156 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/ |
D | release-notes-1.14.rst | 2202 * :github:`8339` - crypto: drivers use cipher_aead_pkt.tag differently
|