Searched refs:hash (Results 1 – 7 of 7) sorted by relevance
/uoscore-uedhoc-3.7.0/cddl_models/ |
D | edhoc_plaintext.cddl | 20 ? x5t: 34 => [alg: (int / tstr), hash: bstr ], 25 ? c5t: 54 => [alg: (int / tstr), hash: bstr ], 36 ? x5t: 34 => [alg: (int / tstr), hash: bstr ], ; x509 certificate identified by hash value 41 ? c5t: 54 => [alg: (int / tstr), hash: bstr ], ; c509 certificate identified by hash value
|
/uoscore-uedhoc-3.7.0/src/edhoc/ |
D | th.c | 121 TRY(hash(alg, &th34_input, th34)); in th34_calculate() 134 TRY(hash(alg, &th2_input, th2)); in th2_calculate()
|
D | initiator.c | 125 TRY(hash(rc->suite.edhoc_hash, &rc->msg, &rc->msg1_hash)); in msg1_gen()
|
D | responder.c | 197 TRY(hash(rc->suite.edhoc_hash, &rc->msg, &rc->msg1_hash)); in msg2_gen()
|
/uoscore-uedhoc-3.7.0/src/common/ |
D | crypto_wrapper.c | 395 uint8_t hash[NUM_ECC_BYTES]; in sign() local 400 TRY_EXPECT(tc_sha256_final(hash, &ctx_sha256), 1); in sign() 402 TRY_EXPECT(uECC_sign(sk->ptr, hash, NUM_ECC_BYTES, out, p256), in sign() 504 uint8_t hash[NUM_ECC_BYTES]; in verify() 508 TRY_EXPECT(tc_sha256_final(hash, &ctx_sha256), 1); in verify() 514 TRY_EXPECT(uECC_verify(pk_ptr, hash, NUM_ECC_BYTES, sgn->ptr, in verify() 878 enum err WEAK hash(enum hash_alg alg, const struct byte_array *in, in hash() function
|
/uoscore-uedhoc-3.7.0/inc/common/ |
D | crypto_wrapper.h | 87 enum err hash(enum hash_alg alg, const struct byte_array *in,
|
/uoscore-uedhoc-3.7.0/ |
D | Doxyfile | 6 # All text after a double hash (##) is considered a comment and is placed in 9 # All text after a single hash (#) is considered a comment and will be ignored.
|