Searched refs:cipher_setiv (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/crypto/ |
H A D | cipherpriv.h | 33 int (*cipher_setiv)(QCryptoCipher *cipher, member
|
H A D | cipher-gcrypt.c.inc | 220 .cipher_setiv = qcrypto_gcrypt_setiv, 227 .cipher_setiv = qcrypto_gcrypt_ctr_setiv,
|
H A D | cipher.c | 203 return drv->cipher_setiv(cipher, iv, niv, errp); in qcrypto_cipher_setiv()
|
H A D | cipher-builtin.c.inc | 213 .cipher_setiv = qcrypto_cipher_no_setiv, 220 .cipher_setiv = qcrypto_cipher_aes_setiv,
|
H A D | cipher-nettle.c.inc | 104 .cipher_setiv = qcrypto_cipher_no_setiv, \ 133 .cipher_setiv = NAME##_setiv, \ 152 .cipher_setiv = NAME##_setiv, \ 225 .cipher_setiv = NAME##_setiv, \
|
H A D | cipher-afalg.c | 230 .cipher_setiv = qcrypto_afalg_cipher_setiv,
|
H A D | cipher-gnutls.c.inc | 228 .cipher_setiv = qcrypto_gnutls_cipher_setiv,
|