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