Searched defs:algorithm (Results 1 – 3 of 3) sorted by relevance
593 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()
127 uint8_t algorithm; /* Authen algorithm */ member
617 psa_algorithm_t algorithm = PSA_ALG_PBKDF2_AES_CMAC_PRF_128; in otPlatCryptoPbkdf2GenerateKey() local