/Zephyr-latest/tests/crypto/tinycrypt/src/ |
D | ccm_mode.c | 72 uint8_t *nonce, size_t nlen, in do_test() 131 uint8_t nonce[NONCE_LEN] = { in ZTEST() local 169 uint8_t nonce[NONCE_LEN] = { in ZTEST() local 207 uint8_t nonce[NONCE_LEN] = { in ZTEST() local 247 uint8_t nonce[NONCE_LEN] = { in ZTEST() local 286 uint8_t nonce[NONCE_LEN] = { in ZTEST() local 325 uint8_t nonce[NONCE_LEN] = { in ZTEST() local 365 uint8_t nonce[NONCE_LEN] = { in ZTEST() local 426 uint8_t nonce[NONCE_LEN] = { in ZTEST() local
|
/Zephyr-latest/subsys/bluetooth/lib/ |
D | ead.c | 55 const uint8_t randomizer[BT_EAD_RANDOMIZER_SIZE], uint8_t *nonce) in bt_ead_generate_nonce() 83 uint8_t nonce[BT_EAD_NONCE_SIZE]; in ead_encrypt() local 183 uint8_t nonce[BT_EAD_NONCE_SIZE]; in ead_decrypt() local
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_mtls_shim.c | 182 uint8_t *nonce) in mtls_ccm_encrypt_auth() 211 uint8_t *nonce) in mtls_ccm_decrypt_auth() 243 uint8_t *nonce) in mtls_gcm_encrypt_auth() 271 uint8_t *nonce) in mtls_gcm_decrypt_auth()
|
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_ataes132a.c | 670 struct cipher_aead_pkt *aead_op, uint8_t *nonce) in do_ccm_encrypt_mac() 719 struct cipher_aead_pkt *aead_op, uint8_t *nonce) in do_ccm_decrypt_auth()
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | ieee802154_security.c | 137 uint8_t nonce[13]; in ieee802154_decrypt_auth() local 170 uint8_t nonce[13]; in ieee802154_encrypt_auth() local
|
/Zephyr-latest/include/zephyr/crypto/ |
D | crypto.h | 323 struct cipher_aead_pkt *pkt, uint8_t *nonce) in cipher_ccm_op() 345 struct cipher_aead_pkt *pkt, uint8_t *nonce) in cipher_gcm_op()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | crypto.c | 383 uint8_t nonce[13]; in bt_mesh_net_encrypt() local 414 uint8_t nonce[13]; in bt_mesh_net_decrypt() local 457 uint8_t nonce[13]; in bt_mesh_app_encrypt() local 483 uint8_t nonce[13]; in bt_mesh_app_decrypt() local
|
D | provisionee.c | 513 uint8_t nonce[13]; in prov_data() local
|
D | provisioner.c | 498 uint8_t nonce[13]; in send_prov_data() local
|
/Zephyr-latest/subsys/secure_storage/src/its/transform/ |
D | aead.c | 68 uint8_t nonce[CONFIG_SECURE_STORAGE_ITS_TRANSFORM_AEAD_NONCE_SIZE]; member
|
/Zephyr-latest/tests/bluetooth/bt_crypto_ccm/src/ |
D | test_vectors.h | 14 uint8_t nonce[13]; member
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_cc2520.c | 1156 static inline void generate_nonce(uint8_t *ccm_nonce, uint8_t *nonce, in generate_nonce()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/ |
D | radio.c | 139 } nonce; /* used by the B0 format but not in-situ */ member
|
/Zephyr-latest/tests/crypto/tinycrypt_hmac_prng/src/ |
D | hmac_prng.c | 58 uint8_t nonce[16]; member
|