Home
last modified time | relevance | path

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

/freebsd/tests/sys/opencrypto/
H A Dblake2_test.c115 do_cryptop(int fd, int ses, size_t inlen, void *out) in do_cryptop() function
144 do_cryptop(fd, ses, i, hash); in test_blake2b_vectors()
168 do_cryptop(fd, ses, i, hash); in test_blake2s_vectors()
H A Dpoly1305_test.c339 do_cryptop(int fd, int ses, const void *inp, size_t inlen, void *out) in do_cryptop() function
373 do_cryptop(fd, ses, msg, kat->test_msg_len, comptag); in test_rfc7539_poly1305_vectors()