Searched refs:cipher_decrypt (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/crypto/ |
H A D | cipherpriv.h | 27 int (*cipher_decrypt)(QCryptoCipher *cipher, member
|
H A D | cipher-gcrypt.c.inc | 219 .cipher_decrypt = qcrypto_gcrypt_decrypt, 226 .cipher_decrypt = qcrypto_gcrypt_decrypt,
|
H A D | cipher.c | 194 return drv->cipher_decrypt(cipher, in, out, len, errp); in qcrypto_cipher_decrypt()
|
H A D | cipher-builtin.c.inc | 212 .cipher_decrypt = qcrypto_cipher_aes_decrypt_ecb, 219 .cipher_decrypt = qcrypto_cipher_aes_decrypt_cbc,
|
H A D | cipher-nettle.c.inc | 103 .cipher_decrypt = NAME##_decrypt_ecb, \ 132 .cipher_decrypt = NAME##_decrypt_cbc, \ 151 .cipher_decrypt = NAME##_encrypt_ctr, \ 224 .cipher_decrypt = NAME##_decrypt_xts, \
|
H A D | cipher-afalg.c | 229 .cipher_decrypt = qcrypto_afalg_cipher_decrypt,
|
H A D | cipher-gnutls.c.inc | 227 .cipher_decrypt = qcrypto_gnutls_cipher_decrypt,
|