Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dcipherpriv.h27 int (*cipher_decrypt)(QCryptoCipher *cipher, member
H A Dcipher-gcrypt.c.inc161 .cipher_decrypt = qcrypto_gcrypt_decrypt,
168 .cipher_decrypt = qcrypto_gcrypt_decrypt,
H A Dcipher.c188 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.inc100 .cipher_decrypt = NAME##_decrypt_ecb, \
129 .cipher_decrypt = NAME##_decrypt_cbc, \
148 .cipher_decrypt = NAME##_encrypt_ctr, \
221 .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,