Searched refs:cipher_encrypt (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/crypto/ |
H A D | cipherpriv.h | 21 int (*cipher_encrypt)(QCryptoCipher *cipher, member
|
H A D | cipher-gcrypt.c.inc | 218 .cipher_encrypt = qcrypto_gcrypt_encrypt, 225 .cipher_encrypt = qcrypto_gcrypt_encrypt,
|
H A D | cipher.c | 183 return drv->cipher_encrypt(cipher, in, out, len, errp); in qcrypto_cipher_encrypt()
|
H A D | cipher-builtin.c.inc | 211 .cipher_encrypt = qcrypto_cipher_aes_encrypt_ecb, 218 .cipher_encrypt = qcrypto_cipher_aes_encrypt_cbc,
|
H A D | cipher-nettle.c.inc | 102 .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 D | cipher-afalg.c | 228 .cipher_encrypt = qcrypto_afalg_cipher_encrypt,
|
H A D | cipher-gnutls.c.inc | 226 .cipher_encrypt = qcrypto_gnutls_cipher_encrypt,
|