Home
last modified time | relevance | path

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

/mcuboot-latest/ext/tinycrypt/tests/
Dtest_ecc_dsa.c74 #define BUF_SIZE 256 macro
94 uint8_t msg[BUF_SIZE]; in sign_vectors()
110 msglen = hex2bin(msg, BUF_SIZE, msg_vec[i], strlen(msg_vec[i])); in sign_vectors()
360 uint8_t msg[BUF_SIZE]; in vrfy_vectors()
377 msglen = hex2bin(msg, BUF_SIZE, msg_vec[i], strlen(msg_vec[i])); in vrfy_vectors()