Searched refs:ocf_cipher (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/tools/tools/crypto/ |
| H A D | cryptocheck.c | 728 ocf_cipher(const struct ocf_session *ses, const struct alg *alg, const char *iv, in ocf_cipher() function 809 if (!ocf_cipher(&ses, alg, iv, cleartext, buffer, size, COP_ENCRYPT)) in run_cipher_test() 821 if (!ocf_cipher(&ses, alg, iv, ciphertext, buffer, size, COP_DECRYPT)) in run_cipher_test()
|