Searched refs:qcrypto_afalg_cipher_op (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/crypto/ |
H A D | cipher-afalg.c | 146 qcrypto_afalg_cipher_op(QCryptoAFAlg *afalg, in qcrypto_afalg_cipher_op() function 207 return qcrypto_afalg_cipher_op(afalg, in, out, len, true, errp); in qcrypto_afalg_cipher_encrypt() 217 return qcrypto_afalg_cipher_op(afalg, in, out, len, false, errp); in qcrypto_afalg_cipher_decrypt()
|