Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/apps/include/
H A Dapp_libctx.h15 OSSL_LIB_CTX *app_create_libctx(void);
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/
H A Dapp_libctx.c31 OSSL_LIB_CTX *app_create_libctx(void) in app_create_libctx() function
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dopenssl.c81 if (app_create_libctx() == NULL) in apps_startup()