Searched refs:aschild (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | provider.h | 59 int ossl_provider_activate(OSSL_PROVIDER *prov, int upcalls, int aschild);
|
/third_party/openssl/include/internal/ |
H A D | provider.h | 59 int ossl_provider_activate(OSSL_PROVIDER *prov, int upcalls, int aschild);
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | provider_core.c | 1245 int ossl_provider_activate(OSSL_PROVIDER *prov, int upcalls, int aschild) in ossl_provider_activate() argument 1253 * If aschild is true, then we only actually do the activation if the in ossl_provider_activate() 1256 if (aschild && !prov->ischild) in ossl_provider_activate()
|
/third_party/openssl/crypto/ |
H A D | provider_core.c | 1243 int ossl_provider_activate(OSSL_PROVIDER *prov, int upcalls, int aschild) in ossl_provider_activate() argument 1251 * If aschild is true, then we only actually do the activation if the in ossl_provider_activate() 1254 if (aschild && !prov->ischild) in ossl_provider_activate()
|
Completed in 7 milliseconds