Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dcipherpriv.h21 int (*cipher_encrypt)(QCryptoCipher *cipher, member
H A Dcipher-gcrypt.c.inc160 .cipher_encrypt = qcrypto_gcrypt_encrypt,
167 .cipher_encrypt = qcrypto_gcrypt_encrypt,
H A Dcipher.c177 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.inc99 .cipher_encrypt = NAME##_encrypt_ecb, \
128 .cipher_encrypt = NAME##_encrypt_cbc, \
147 .cipher_encrypt = NAME##_encrypt_ctr, \
220 .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,