Searched refs:sgn (Results 1 – 2 of 2) sorted by relevance
/uoscore-uedhoc-3.4.0/inc/common/ |
D | crypto_wrapper.h | 129 const uint8_t *msg, const uint32_t msg_len, const uint8_t *sgn,
|
/uoscore-uedhoc-3.4.0/src/common/ |
D | crypto_wrapper.c | 291 const uint8_t *msg, const uint32_t msg_len, const uint8_t *sgn, in verify() argument 296 int verified = edsign_verify(sgn, pk, msg, msg_len); in verify() 329 status = psa_verify_message(key_id, psa_alg, msg, msg_len, sgn, in verify()
|