Searched refs:HEIMDAL_key_create (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/heimdal/include/ |
H A D | heim_threads.h | 79 #define HEIMDAL_key_create(k,d,r) do { r = thr_keycreate(k,d); } while(0) macro 106 #define HEIMDAL_key_create(k,d,r) do { r = pthread_key_create(k,d); } while(0) macro 166 #define HEIMDAL_key_create(k,d,r) \ macro
|
/freebsd/crypto/heimdal/lib/gssapi/krb5/ |
H A D | init.c | 58 HEIMDAL_key_create(&context_key, destroy_context, ret); in _gsskrb5_init()
|
/freebsd/crypto/heimdal/lib/gssapi/mech/ |
H A D | context.c | 41 HEIMDAL_key_create(&context_key, destroy_context, ret); in _gss_mechglue_thread()
|
/freebsd/crypto/heimdal/base/ |
H A D | heimbase.c | 404 HEIMDAL_key_create(&ar_key, ar_tls_delete, ret); in init_ar_tls()
|