Searched refs:do_cryptop (Results 1 – 2 of 2) sorted by relevance
/freebsd/tests/sys/opencrypto/ |
H A D | blake2_test.c | 115 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 D | poly1305_test.c | 339 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()
|