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