Home
last modified time | relevance | path

Searched refs:HEIMDAL_getspecific (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/heimdal/include/
H A Dheim_threads.h81 #define HEIMDAL_getspecific(k) thr_getspecific(k) macro
108 #define HEIMDAL_getspecific(k) pthread_getspecific(k) macro
169 #define HEIMDAL_getspecific(k) ((k).value) macro
/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dinit.c67 *context = HEIMDAL_getspecific(context_key); in _gsskrb5_init()
/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dcontext.c50 ctx = HEIMDAL_getspecific(context_key); in _gss_mechglue_thread()
/freebsd/crypto/heimdal/base/
H A Dheimbase.c420 arp = HEIMDAL_getspecific(ar_key); in autorel_tls()