Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dcrypto.c65 const char *info, uint8_t okm[16]) in bt_mesh_k1()
69 err = bt_mesh_aes_cmac_one_raw_key(salt, ikm, ikm_len, okm); in bt_mesh_k1()
74 return bt_mesh_aes_cmac_one_raw_key(okm, info, strlen(info), okm); in bt_mesh_k1()
Dcrypto.h53 uint8_t okm[16]);
/Zephyr-latest/modules/uoscore-uedhoc/
DCMakeLists.txt93 ${UOSCORE_UEDHOC_SRC_DIR}/edhoc/okm.c