Searched refs:hash_alg (Results 1 – 11 of 11) sorted by relevance
| /uoscore-uedhoc-latest/inc/edhoc/ |
| D | suites.h | 32 enum hash_alg { SHA_256 = -16 }; enum 52 enum hash_alg edhoc_hash; 57 enum hash_alg app_hash; 76 uint32_t get_hash_len(enum hash_alg alg);
|
| D | okm.h | 31 enum err edhoc_kdf(enum hash_alg hash_alg, const struct byte_array *prk,
|
| D | th.h | 29 enum err th2_calculate(enum hash_alg alg, struct byte_array *msg1_hash, 44 enum err th34_calculate(enum hash_alg alg, struct byte_array *th23,
|
| /uoscore-uedhoc-latest/src/edhoc/ |
| D | okm.c | 22 enum err edhoc_kdf(enum hash_alg hash_alg, const struct byte_array *prk, in edhoc_kdf() argument 34 return hkdf_expand(hash_alg, prk, &info, okm); in edhoc_kdf()
|
| D | edhoc_exporter.c | 23 enum err prk_out2exporter(enum hash_alg app_hash_alg, in prk_out2exporter() 31 enum err prk_out_update(enum hash_alg app_hash_alg, struct byte_array *prk_out, in prk_out_update() 39 enum err edhoc_exporter(enum hash_alg app_hash_alg, enum export_label label, in edhoc_exporter()
|
| D | th.c | 112 enum err th34_calculate(enum hash_alg alg, struct byte_array *th23, in th34_calculate() 126 enum err th2_calculate(enum hash_alg alg, struct byte_array *msg1_hash, in th2_calculate()
|
| D | suites.c | 66 uint32_t get_hash_len(enum hash_alg alg) in get_hash_len()
|
| D | ciphertext.c | 88 static enum err key_gen(enum ciphertext ctxt, enum hash_alg edhoc_hash, in key_gen()
|
| /uoscore-uedhoc-latest/inc/common/ |
| D | crypto_wrapper.h | 64 enum err hkdf_extract(enum hash_alg alg, const struct byte_array *salt, 76 enum err hkdf_expand(enum hash_alg alg, const struct byte_array *prk, 87 enum err hash(enum hash_alg alg, const struct byte_array *in,
|
| /uoscore-uedhoc-latest/inc/ |
| D | edhoc.h | 190 enum err prk_out2exporter(enum hash_alg app_hash_alg, 203 enum err prk_out_update(enum hash_alg app_hash_alg, struct byte_array *prk_out, 224 enum err edhoc_exporter(enum hash_alg app_hash_alg, enum export_label label,
|
| /uoscore-uedhoc-latest/src/common/ |
| D | crypto_wrapper.c | 524 enum err WEAK hkdf_extract(enum hash_alg alg, const struct byte_array *salt, in hkdf_extract() 584 enum err WEAK hkdf_expand(enum hash_alg alg, const struct byte_array *prk, in hkdf_expand() 878 enum err WEAK hash(enum hash_alg alg, const struct byte_array *in, in hash()
|