Home
last modified time | relevance | path

Searched defs:prk (Results 1 – 4 of 4) sorted by relevance

/uoscore-uedhoc-latest/src/edhoc/
Dokm.c22 enum err edhoc_kdf(enum hash_alg hash_alg, const struct byte_array *prk, in edhoc_kdf()
Dciphertext.c89 struct byte_array *prk, struct byte_array *th, in key_gen()
122 struct byte_array *ead, struct byte_array *prk, struct byte_array *th, in ciphertext_decrypt_split()
188 const struct byte_array *ead, struct byte_array *prk, in ciphertext_gen()
Dsignature_or_mac_msg.c47 static enum err mac(const struct byte_array *prk, const struct byte_array *c_r, in mac()
143 const struct byte_array *prk, const struct byte_array *c_r, in signature_or_mac()
/uoscore-uedhoc-latest/src/common/
Dcrypto_wrapper.c584 enum err WEAK hkdf_expand(enum hash_alg alg, const struct byte_array *prk, in hkdf_expand()