Home
last modified time | relevance | path

Searched refs:get_default_context (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/crypto/
H A Dcontext.c172 static OSSL_LIB_CTX *get_default_context(void) in get_default_context() function
267 if ((current_defctx = get_default_context()) != NULL) { in OSSL_LIB_CTX_set0_default()
295 return get_default_context(); in ossl_lib_ctx_get_concrete()
303 if (ctx == NULL || ctx == get_default_context()) in ossl_lib_ctx_is_default()
/freebsd/crypto/openssh/openbsd-compat/
H A Dport-linux.c84 r = get_default_context(sename, NULL, &sc); in ssh_selinux_getctxbyname()