Home
last modified time | relevance | path

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

/qemu/crypto/
H A Dcipherpriv.h37 void (*cipher_free)(QCryptoCipher *cipher); member
H A Dcipher-gcrypt.c.inc221 .cipher_free = qcrypto_gcrypt_ctx_free,
228 .cipher_free = qcrypto_gcrypt_ctx_free,
H A Dcipher.c210 cipher->driver->cipher_free(cipher); in qcrypto_cipher_free()
H A Dcipher-builtin.c.inc214 .cipher_free = qcrypto_cipher_ctx_free,
221 .cipher_free = qcrypto_cipher_ctx_free,
H A Dcipher-nettle.c.inc105 .cipher_free = qcrypto_cipher_ctx_free, \
134 .cipher_free = qcrypto_cipher_ctx_free, \
153 .cipher_free = qcrypto_cipher_ctx_free, \
226 .cipher_free = qcrypto_cipher_ctx_free, \
H A Dcipher-afalg.c231 .cipher_free = qcrypto_afalg_comm_ctx_free,
H A Dcipher-gnutls.c.inc229 .cipher_free = qcrypto_gnutls_cipher_free,