Home
last modified time | relevance | path

Searched defs:algorithm (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dcrypto.c593 int bt_mesh_prov_salt(uint8_t algorithm, in bt_mesh_prov_salt()
610 int bt_mesh_prov_conf_salt(uint8_t algorithm, const uint8_t conf_inputs[145], in bt_mesh_prov_conf_salt()
628 int bt_mesh_prov_conf_key(uint8_t algorithm, const uint8_t *k_input, in bt_mesh_prov_conf_key()
646 int bt_mesh_prov_conf(uint8_t algorithm, const uint8_t *conf_key, in bt_mesh_prov_conf()
Dprov.h127 uint8_t algorithm; /* Authen algorithm */ member
/Zephyr-Core-3.7.0/modules/openthread/platform/
Dcrypto_psa.c617 psa_algorithm_t algorithm = PSA_ALG_PBKDF2_AES_CMAC_PRF_128; in otPlatCryptoPbkdf2GenerateKey() local