Home
last modified time | relevance | path

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

/qemu/crypto/
H A Dcipherpriv.h21 int (*cipher_encrypt)(QCryptoCipher *cipher, member
H A Dcipher-gcrypt.c.inc218 .cipher_encrypt = qcrypto_gcrypt_encrypt,
225 .cipher_encrypt = qcrypto_gcrypt_encrypt,
H A Dcipher.c183 return drv->cipher_encrypt(cipher, in, out, len, errp); in qcrypto_cipher_encrypt()
H A Dcipher-builtin.c.inc211 .cipher_encrypt = qcrypto_cipher_aes_encrypt_ecb,
218 .cipher_encrypt = qcrypto_cipher_aes_encrypt_cbc,
H A Dcipher-nettle.c.inc102 .cipher_encrypt = NAME##_encrypt_ecb, \
131 .cipher_encrypt = NAME##_encrypt_cbc, \
150 .cipher_encrypt = NAME##_encrypt_ctr, \
223 .cipher_encrypt = NAME##_encrypt_xts, \
H A Dcipher-afalg.c228 .cipher_encrypt = qcrypto_afalg_cipher_encrypt,
H A Dcipher-gnutls.c.inc226 .cipher_encrypt = qcrypto_gnutls_cipher_encrypt,