Searched refs:heim_base_once_t (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Ddb_plugin.c10 static heim_base_once_t db_plugins_once = HEIM_BASE_ONCE_INIT;
H A Daname_to_localname.c293 static heim_base_once_t reg_def_plugins = HEIM_BASE_ONCE_INIT;
372 static heim_base_once_t sorted_text_db_init_once = HEIM_BASE_ONCE_INIT;
H A Dkuserok.c466 static heim_base_once_t reg_def_plugins = HEIM_BASE_ONCE_INIT;
H A Dcontext.c427 static heim_base_once_t init_context = HEIM_BASE_ONCE_INIT;
H A Dinit_creds_pw.c1914 static heim_base_once_t armor_service_once = HEIM_BASE_ONCE_INIT;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/base/
H A Dheimbase.h65 typedef LONG heim_base_once_t; typedef
68 typedef long heim_base_once_t; /* XXX arch dependant */ typedef
71 typedef pthread_once_t heim_base_once_t; typedef
74 typedef long heim_base_once_t; /* XXX arch dependant */ typedef
114 heim_base_once_f(heim_base_once_t *, void *, void (*)(void *));
H A Dstring.c243 static heim_base_once_t once;
H A Dheimbase.c405 * @param once pointer to a heim_base_once_t
411 heim_base_once_f(heim_base_once_t *once, void *ctx, void (*func)(void *))
566 static heim_base_once_t once = HEIM_BASE_ONCE_INIT;
H A Djson.c42 static heim_base_once_t heim_json_once = HEIM_BASE_ONCE_INIT;
H A Ddb.c103 static heim_base_once_t db_plugin_init_once = HEIM_BASE_ONCE_INIT;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Devp-openssl.c248 get_EVP_CIPHER(heim_base_once_t *once, hc_EVP_CIPHER *hc_memoize,
270 static heim_base_once_t once = HEIM_BASE_ONCE_INIT; \
373 get_EVP_MD(heim_base_once_t *once, hc_EVP_MD *hc_memoize,
401 static heim_base_once_t once = HEIM_BASE_ONCE_INIT; \
H A Devp-pkcs11.c155 static heim_base_once_t once = HEIM_BASE_ONCE_INIT;
527 static heim_base_once_t __init = HEIM_BASE_ONCE_INIT; \
577 static heim_base_once_t __init = HEIM_BASE_ONCE_INIT; \
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcert.c121 static heim_base_once_t init_context = HEIM_BASE_ONCE_INIT;

Completed in 148 milliseconds