Home
last modified time | relevance | path

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

/freebsd/tests/sys/opencrypto/
H A Dpoly1305_test.c355 uint8_t comptag[POLY1305_HASH_LEN], exptag[POLY1305_HASH_LEN], in test_rfc7539_poly1305_vectors() local
373 do_cryptop(fd, ses, msg, kat->test_msg_len, comptag); in test_rfc7539_poly1305_vectors()
374 ATF_CHECK_EQ_MSG(memcmp(comptag, exptag, sizeof(exptag)), 0, in test_rfc7539_poly1305_vectors()