Home
last modified time | relevance | path

Searched defs:nonce (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/tests/crypto/tinycrypt/src/
Dccm_mode.c72 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/
Dead.c55 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/
Dcrypto_mtls_shim.c182 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()
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_ataes132a.c670 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/
Dieee802154_security.c137 uint8_t nonce[13]; in ieee802154_decrypt_auth() local
170 uint8_t nonce[13]; in ieee802154_encrypt_auth() local
/Zephyr-latest/include/zephyr/crypto/
Dcrypto.h323 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/
Dcrypto.c383 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
Dprovisionee.c513 uint8_t nonce[13]; in prov_data() local
Dprovisioner.c498 uint8_t nonce[13]; in send_prov_data() local
/Zephyr-latest/subsys/secure_storage/src/its/transform/
Daead.c68 uint8_t nonce[CONFIG_SECURE_STORAGE_ITS_TRANSFORM_AEAD_NONCE_SIZE]; member
/Zephyr-latest/tests/bluetooth/bt_crypto_ccm/src/
Dtest_vectors.h14 uint8_t nonce[13]; member
/Zephyr-latest/drivers/ieee802154/
Dieee802154_cc2520.c1156 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/
Dradio.c139 } nonce; /* used by the B0 format but not in-situ */ member
/Zephyr-latest/tests/crypto/tinycrypt_hmac_prng/src/
Dhmac_prng.c58 uint8_t nonce[16]; member