Lines Matching full:cipher
2 * QEMU Crypto cipher gnutls algorithms
74 qcrypto_gnutls_cipher_free(QCryptoCipher *cipher)
76 QCryptoCipherGnutls *ctx = container_of(cipher, QCryptoCipherGnutls, base);
87 qcrypto_gnutls_cipher_encrypt(QCryptoCipher *cipher,
93 QCryptoCipherGnutls *ctx = container_of(cipher, QCryptoCipherGnutls, base);
118 error_setg(errp, "Cannot initialize cipher: %s",
147 qcrypto_gnutls_cipher_decrypt(QCryptoCipher *cipher,
153 QCryptoCipherGnutls *ctx = container_of(cipher, QCryptoCipherGnutls, base);
179 error_setg(errp, "Cannot initialize cipher: %s",
207 qcrypto_gnutls_cipher_setiv(QCryptoCipher *cipher,
211 QCryptoCipherGnutls *ctx = container_of(cipher, QCryptoCipherGnutls, base);
286 error_setg(errp, "Unsupported cipher algorithm %s with %s mode",
307 error_setg(errp, "Cannot initialize cipher: %s",