Home
last modified time | relevance | path

Searched refs:aschild (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/include/internal/
H A Dprovider.h56 int ossl_provider_activate(OSSL_PROVIDER *prov, int upcalls, int aschild);
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_provider_new.pod53 int ossl_provider_activate(OSSL_PROVIDER *prov, int upcalls, int aschild);
209 parent libctx will be made to inform it of an up-ref. If I<aschild> is nonzero
/freebsd/crypto/openssl/crypto/
H A Dprovider_core.c1395 int ossl_provider_activate(OSSL_PROVIDER *prov, int upcalls, int aschild) in ossl_provider_activate() argument
1406 if (aschild && !prov->ischild) in ossl_provider_activate()