Home
last modified time | relevance | path

Searched refs:msglen (Results 1 – 1 of 1) sorted by relevance

/mcuboot-latest/ext/tinycrypt/tests/
Dtest_ecc_dsa.c95 size_t msglen; in sign_vectors() local
110 msglen = hex2bin(msg, BUF_SIZE, msg_vec[i], strlen(msg_vec[i])); in sign_vectors()
112 if (msglen == false) { in sign_vectors()
119 tc_sha256_update(hash, msg, msglen); in sign_vectors()
361 size_t msglen; in vrfy_vectors() local
377 msglen = hex2bin(msg, BUF_SIZE, msg_vec[i], strlen(msg_vec[i])); in vrfy_vectors()
379 if (msglen == false) { in vrfy_vectors()
386 tc_sha256_update(hash, msg, msglen); in vrfy_vectors()