Home
last modified time | relevance | path

Searched refs:cipher_decrypt (Results 1 – 7 of 7) sorted by relevance

/qemu/crypto/
H A Dcipherpriv.h27 int (*cipher_decrypt)(QCryptoCipher *cipher, member
H A Dcipher-gcrypt.c.inc219 .cipher_decrypt = qcrypto_gcrypt_decrypt,
226 .cipher_decrypt = qcrypto_gcrypt_decrypt,
H A Dcipher.c194 return drv->cipher_decrypt(cipher, in, out, len, errp); in qcrypto_cipher_decrypt()
H A Dcipher-builtin.c.inc212 .cipher_decrypt = qcrypto_cipher_aes_decrypt_ecb,
219 .cipher_decrypt = qcrypto_cipher_aes_decrypt_cbc,
H A Dcipher-nettle.c.inc103 .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 Dcipher-afalg.c229 .cipher_decrypt = qcrypto_afalg_cipher_decrypt,
H A Dcipher-gnutls.c.inc227 .cipher_decrypt = qcrypto_gnutls_cipher_decrypt,