Searched refs:cipher_free (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/crypto/ |
H A D | cipherpriv.h | 37 void (*cipher_free)(QCryptoCipher *cipher); member
|
H A D | cipher-gcrypt.c.inc | 221 .cipher_free = qcrypto_gcrypt_ctx_free, 228 .cipher_free = qcrypto_gcrypt_ctx_free,
|
H A D | cipher.c | 210 cipher->driver->cipher_free(cipher); in qcrypto_cipher_free()
|
H A D | cipher-builtin.c.inc | 214 .cipher_free = qcrypto_cipher_ctx_free, 221 .cipher_free = qcrypto_cipher_ctx_free,
|
H A D | cipher-nettle.c.inc | 105 .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 D | cipher-afalg.c | 231 .cipher_free = qcrypto_afalg_comm_ctx_free,
|
H A D | cipher-gnutls.c.inc | 229 .cipher_free = qcrypto_gnutls_cipher_free,
|