Home
last modified time | relevance | path

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

1234

/dports/security/razorback-api/api-0.5.0/libssh/src/
H A Dwrapper.c66 static void cipher_free(struct ssh_cipher_struct *cipher) { in cipher_free() function
108 cipher_free(crypto->in_cipher); in crypto_free()
109 cipher_free(crypto->out_cipher); in crypto_free()
/dports/emulators/qemu/qemu-6.2.0/crypto/
H A Dcipherpriv.h37 void (*cipher_free)(QCryptoCipher *cipher); member
H A Dcipher-gcrypt.c.inc163 .cipher_free = qcrypto_gcrypt_ctx_free,
170 .cipher_free = qcrypto_gcrypt_ctx_free,
H A Dcipher.c204 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,
/dports/emulators/qemu60/qemu-6.0.0/crypto/
H A Dcipherpriv.h37 void (*cipher_free)(QCryptoCipher *cipher); member
H A Dcipher-builtin.c.inc250 .cipher_free = qcrypto_cipher_ctx_free,
257 .cipher_free = qcrypto_cipher_ctx_free,
264 .cipher_free = qcrypto_cipher_ctx_free,
322 .cipher_free = qcrypto_cipher_ctx_free,
H A Dcipher-gcrypt.c.inc171 .cipher_free = qcrypto_gcrypt_ctx_free,
178 .cipher_free = qcrypto_gcrypt_ctx_free,
260 .cipher_free = qcrypto_gcrypt_xts_ctx_free,
H A Dcipher.c220 cipher->driver->cipher_free(cipher); in qcrypto_cipher_free()
/dports/emulators/qemu5/qemu-5.2.0/crypto/
H A Dcipherpriv.h37 void (*cipher_free)(QCryptoCipher *cipher); member
H A Dcipher-builtin.c.inc250 .cipher_free = qcrypto_cipher_ctx_free,
257 .cipher_free = qcrypto_cipher_ctx_free,
264 .cipher_free = qcrypto_cipher_ctx_free,
322 .cipher_free = qcrypto_cipher_ctx_free,
H A Dcipher-gcrypt.c.inc171 .cipher_free = qcrypto_gcrypt_ctx_free,
178 .cipher_free = qcrypto_gcrypt_ctx_free,
260 .cipher_free = qcrypto_gcrypt_xts_ctx_free,
H A Dcipher.c220 cipher->driver->cipher_free(cipher); in qcrypto_cipher_free()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/crypto/
H A Dcipherpriv.h37 void (*cipher_free)(QCryptoCipher *cipher); member
H A Dcipher-gcrypt.c.inc163 .cipher_free = qcrypto_gcrypt_ctx_free,
170 .cipher_free = qcrypto_gcrypt_ctx_free,
H A Dcipher.c204 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,
/dports/emulators/qemu42/qemu-4.2.1/crypto/
H A Dcipherpriv.h39 void (*cipher_free)(QCryptoCipher *cipher); member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/crypto/
H A Dcipherpriv.h39 void (*cipher_free)(QCryptoCipher *cipher); member
/dports/emulators/qemu-utils/qemu-4.2.1/crypto/
H A Dcipherpriv.h39 void (*cipher_free)(QCryptoCipher *cipher); member
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/crypto/
H A Dcipherpriv.h39 void (*cipher_free)(QCryptoCipher *cipher); member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/crypto/
H A Dcipherpriv.h39 void (*cipher_free)(QCryptoCipher *cipher); member
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dcipher.h61 void cipher_free(struct sshcipher_ctx *);
/dports/security/openssh-portable/openssh-8.8p1/
H A Dcipher.h64 void cipher_free(struct sshcipher_ctx *);
/dports/security/libssh/libssh-0.9.6/src/
H A Dwrapper.c145 static void cipher_free(struct ssh_cipher_struct *cipher) { in cipher_free() function
220 cipher_free(crypto->in_cipher); in crypto_free()
221 cipher_free(crypto->out_cipher); in crypto_free()

1234