Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dcrypto_tc.c32 uint8_t private_key_be[PRIV_KEY_SIZE];
Dprov.h73 #define PRIV_KEY_SIZE 32 macro
Dcrypto_psa.c314 status = psa_import_key(&attributes, priv_key, PRIV_KEY_SIZE, &priv_key_id); in bt_mesh_dhkey_gen()