Searched refs:okm (Results 1 – 2 of 2) sorted by relevance
24 struct byte_array *okm) in edhoc_kdf() argument30 TRY(create_hkdf_info(label, context, okm->len, &info)); in edhoc_kdf()33 return hkdf_expand(hash_alg, prk, &info, okm); in edhoc_kdf()
33 struct byte_array *okm);