Searched refs:pkcs11_provider_unref (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dssh-pkcs11.c88 * so the actuall freeing of memory is handled by pkcs11_provider_unref().
119 pkcs11_provider_unref(struct pkcs11_provider *p) function
121 debug("pkcs11_provider_unref: %p refcount %d", p, p->refcount);
124 error("pkcs11_provider_unref: %p still valid", p);
140 pkcs11_provider_unref(p);
167 pkcs11_provider_unref(p);
184 pkcs11_provider_unref(k11->provider);
H A Dssh_namespace.h515 #define pkcs11_provider_unref Fssh_pkcs11_provider_unref macro

Completed in 217 milliseconds