Searched refs:okm (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | crypto.h | 44 const char *info, uint8_t okm[16]); 46 #define bt_mesh_k1_str(ikm, ikm_len, salt_str, info, okm) \ argument 49 bt_mesh_k1(ikm, ikm_len, salt, info, okm); \
|
D | crypto.c | 50 const char *info, uint8_t okm[16]) in bt_mesh_k1() 54 err = bt_mesh_aes_cmac_one(salt, ikm, ikm_len, okm); in bt_mesh_k1() 59 return bt_mesh_aes_cmac_one(okm, info, strlen(info), okm); in bt_mesh_k1()
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | sae.c | 536 const char *info, u8 *okm, size_t okm_len) in hkdf_expand() argument 543 okm, okm_len); in hkdf_expand()
|