Searched refs:comptag (Results 1 – 1 of 1) sorted by relevance
| /freebsd/tests/sys/opencrypto/ |
| H A D | poly1305_test.c | 355 uint8_t comptag[POLY1305_HASH_LEN], exptag[POLY1305_HASH_LEN], in test_rfc7539_poly1305_vectors() local 370 do_cryptop(fd, ses, msg, kat->test_msg_len, comptag); in test_rfc7539_poly1305_vectors() 371 ATF_CHECK_EQ_MSG(memcmp(comptag, exptag, sizeof(exptag)), 0, in test_rfc7539_poly1305_vectors()
|