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