Home
last modified time | relevance | path

Searched defs:libctx (Results 1 – 25 of 171) sorted by relevance

1234567

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/evp/
Devp_fetch.c46 OSSL_LIB_CTX *libctx; member
80 static OSSL_METHOD_STORE *get_evp_method_store(OSSL_LIB_CTX *libctx) in get_evp_method_store()
230 OSSL_LIB_CTX *libctx = ossl_provider_libctx(prov); in construct_evp_method() local
396 void *evp_generic_fetch(OSSL_LIB_CTX *libctx, int operation_id, in evp_generic_fetch()
423 void *evp_generic_fetch_by_number(OSSL_LIB_CTX *libctx, int operation_id, in evp_generic_fetch_by_number()
469 int evp_method_store_cache_flush(OSSL_LIB_CTX *libctx) in evp_method_store_cache_flush()
480 OSSL_LIB_CTX *libctx = ossl_provider_libctx(prov); in evp_method_store_remove_all_provided() local
488 static int evp_set_parsed_default_properties(OSSL_LIB_CTX *libctx, in evp_set_parsed_default_properties()
537 int evp_set_default_properties_int(OSSL_LIB_CTX *libctx, const char *propq, in evp_set_default_properties_int()
553 int EVP_set_default_properties(OSSL_LIB_CTX *libctx, const char *propq) in EVP_set_default_properties()
[all …]
Dkdf_meth.c160 EVP_KDF *EVP_KDF_fetch(OSSL_LIB_CTX *libctx, const char *algorithm, in EVP_KDF_fetch()
225 void EVP_KDF_do_all_provided(OSSL_LIB_CTX *libctx, in EVP_KDF_do_all_provided()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/x509/
Dx509_d2.c15 int X509_STORE_set_default_paths_ex(X509_STORE *ctx, OSSL_LIB_CTX *libctx, in X509_STORE_set_default_paths_ex()
46 OSSL_LIB_CTX *libctx, const char *propq) in X509_STORE_load_file_ex()
77 OSSL_LIB_CTX *libctx, const char *propq) in X509_STORE_load_store_ex()
95 const char *path, OSSL_LIB_CTX *libctx, in X509_STORE_load_locations_ex()
Dx_req.c92 OSSL_LIB_CTX **libctx = exarg; in req_cb() local
147 int ossl_x509_req_set0_libctx(X509_REQ *x, OSSL_LIB_CTX *libctx, in ossl_x509_req_set0_libctx()
163 X509_REQ *X509_REQ_new_ex(OSSL_LIB_CTX *libctx, const char *propq) in X509_REQ_new_ex()
Dby_store.c18 int depth, OSSL_LIB_CTX *libctx, const char *propq) in cache_objects()
109 long argl, char **retp, OSSL_LIB_CTX *libctx, in by_store_ctrl_ex()
149 OSSL_LIB_CTX *libctx, const char *propq) in by_store()
167 OSSL_LIB_CTX *libctx, const char *propq) in by_store_subject_ex()
Dby_file.c48 long argl, char **ret, OSSL_LIB_CTX *libctx, in by_file_ctrl_ex()
90 OSSL_LIB_CTX *libctx, const char *propq) in X509_load_cert_file_ex()
217 OSSL_LIB_CTX *libctx, const char *propq) in X509_load_cert_crl_file_ex()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/asn1/
Dd2i_pr.c28 long length, OSSL_LIB_CTX *libctx, const char *propq) in d2i_PrivateKey_decoder()
79 long length, OSSL_LIB_CTX *libctx, const char *propq) in ossl_d2i_PrivateKey_legacy()
144 long length, OSSL_LIB_CTX *libctx, in d2i_PrivateKey_ex()
165 OSSL_LIB_CTX *libctx, in d2i_AutoPrivateKey_legacy()
219 long length, OSSL_LIB_CTX *libctx, in d2i_AutoPrivateKey_ex()
Dtasn_new.c37 ASN1_VALUE *ASN1_item_new_ex(const ASN1_ITEM *it, OSSL_LIB_CTX *libctx, in ASN1_item_new_ex()
50 OSSL_LIB_CTX *libctx, const char *propq) in ossl_asn1_item_ex_new_intern()
61 OSSL_LIB_CTX *libctx, const char *propq) in asn1_item_embed_new()
208 OSSL_LIB_CTX *libctx, const char *propq) in asn1_template_new()
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dprovider_test.c36 static int test_provider(OSSL_LIB_CTX **libctx, const char *name, in test_provider()
162 OSSL_LIB_CTX *libctx = OSSL_LIB_CTX_new(); in test_builtin_provider() local
181 OSSL_LIB_CTX *libctx = OSSL_LIB_CTX_new(); in test_builtin_provider_with_child() local
213 OSSL_LIB_CTX *libctx = OSSL_LIB_CTX_new(); in test_loaded_provider() local
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/store/
Dstore_meth.c92 OSSL_LIB_CTX *libctx; member
124 static OSSL_METHOD_STORE *get_loader_store(OSSL_LIB_CTX *libctx) in get_loader_store()
272 OSSL_LIB_CTX *libctx = ossl_provider_libctx(prov); in construct_loader() local
394 OSSL_STORE_LOADER *OSSL_STORE_LOADER_fetch(OSSL_LIB_CTX *libctx, in OSSL_STORE_LOADER_fetch()
408 OSSL_STORE_LOADER *ossl_store_loader_fetch_by_number(OSSL_LIB_CTX *libctx, in ossl_store_loader_fetch_by_number()
422 int ossl_store_loader_store_cache_flush(OSSL_LIB_CTX *libctx) in ossl_store_loader_store_cache_flush()
433 OSSL_LIB_CTX *libctx = ossl_provider_libctx(prov); in ossl_store_loader_store_remove_all_provided() local
483 OSSL_LIB_CTX *libctx = ossl_provider_libctx(loader->prov); in OSSL_STORE_LOADER_is_a() local
503 void OSSL_STORE_LOADER_do_all_provided(OSSL_LIB_CTX *libctx, in OSSL_STORE_LOADER_do_all_provided()
531 OSSL_LIB_CTX *libctx = ossl_provider_libctx(loader->prov); in OSSL_STORE_LOADER_names_do_all() local
Dstore_result.c92 OSSL_LIB_CTX *libctx = ossl_provider_libctx(provider); in ossl_store_handle_load_result() local
189 OSSL_LIB_CTX *libctx, const char *propq) in try_key_ref()
262 OSSL_LIB_CTX *libctx, const char *propq) in try_key_value()
308 OSSL_LIB_CTX *libctx, const char *propq) in try_key_value_legacy()
388 OSSL_LIB_CTX *libctx, const char *propq) in try_key()
457 OSSL_LIB_CTX *libctx, const char *propq) in try_cert()
503 OSSL_LIB_CTX *libctx, const char *propq) in try_crl()
532 OSSL_LIB_CTX *libctx, const char *propq) in try_pkcs12()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/pem/
Dpem_pkey.c35 OSSL_LIB_CTX *libctx, in pem_read_bio_key_decoder()
101 OSSL_LIB_CTX *libctx, in pem_read_bio_key_legacy()
216 OSSL_LIB_CTX *libctx, in pem_read_bio_key()
264 OSSL_LIB_CTX *libctx, const char *propq) in PEM_read_bio_PUBKEY_ex()
279 OSSL_LIB_CTX *libctx, const char *propq) in PEM_read_PUBKEY_ex()
302 OSSL_LIB_CTX *libctx, const char *propq) in PEM_read_bio_PrivateKey_ex()
375 OSSL_LIB_CTX *libctx, const char *propq) in PEM_read_bio_Parameters_ex()
408 void *u, OSSL_LIB_CTX *libctx, in PEM_read_PrivateKey_ex()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/ec/
Decx_key.c14 ECX_KEY *ossl_ecx_key_new(OSSL_LIB_CTX *libctx, ECX_KEY_TYPE type, int haspubkey, in ossl_ecx_key_new()
76 void ossl_ecx_key_set0_libctx(ECX_KEY *key, OSSL_LIB_CTX *libctx) in ossl_ecx_key_set0_libctx()
Decx_backend.c161 OSSL_LIB_CTX *libctx, const char *propq) in ossl_ecx_key_op()
234 OSSL_LIB_CTX *libctx, const char *propq) in ossl_ecx_key_from_pkcs8()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/dh/
Ddh_group_params.c27 static DH *dh_param_init(OSSL_LIB_CTX *libctx, const DH_NAMED_GROUP *group) in dh_param_init()
40 DH *ossl_dh_new_by_nid_ex(OSSL_LIB_CTX *libctx, int nid) in ossl_dh_new_by_nid_ex()
Ddh_kdf.c33 OSSL_LIB_CTX *libctx, const char *propq) in ossl_dh_kdf_X9_42_asn1()
73 OSSL_LIB_CTX *libctx = ossl_provider_libctx(prov); in DH_KDF_X9_42() local
Ddh_lib.c69 DH *ossl_dh_new_ex(OSSL_LIB_CTX *libctx) in ossl_dh_new_ex()
74 static DH *dh_new_intern(ENGINE *engine, OSSL_LIB_CTX *libctx) in dh_new_intern()
175 void ossl_dh_set0_libctx(DH *d, OSSL_LIB_CTX *libctx) in ossl_dh_set0_libctx()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/srp/
Dsrp_lib.c27 OSSL_LIB_CTX *libctx, const char *propq) in srp_Calc_xy()
56 OSSL_LIB_CTX *libctx, in srp_Calc_k()
64 OSSL_LIB_CTX *libctx, const char *propq) in SRP_Calc_u_ex()
107 const BIGNUM *v, OSSL_LIB_CTX *libctx, const char *propq) in SRP_Calc_B_ex()
145 OSSL_LIB_CTX *libctx, const char *propq) in SRP_Calc_x_ex()
214 OSSL_LIB_CTX *libctx, const char *propq) in SRP_Calc_client_key_ex()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/
Dprovider.c18 OSSL_PROVIDER *OSSL_PROVIDER_try_load(OSSL_LIB_CTX *libctx, const char *name, in OSSL_PROVIDER_try_load()
52 OSSL_PROVIDER *OSSL_PROVIDER_load(OSSL_LIB_CTX *libctx, const char *name) in OSSL_PROVIDER_load()
115 int OSSL_PROVIDER_add_builtin(OSSL_LIB_CTX *libctx, const char *name, in OSSL_PROVIDER_add_builtin()
Dself_test_core.c54 static SELF_TEST_CB *get_self_test_callback(OSSL_LIB_CTX *libctx) in get_self_test_callback()
60 void OSSL_SELF_TEST_set_callback(OSSL_LIB_CTX *libctx, OSSL_CALLBACK *cb, in OSSL_SELF_TEST_set_callback()
71 void OSSL_SELF_TEST_get_callback(OSSL_LIB_CTX *libctx, OSSL_CALLBACK **cb, in OSSL_SELF_TEST_get_callback()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/pkcs7/
Dpk7_asn1.c69 OSSL_LIB_CTX *libctx = NULL; variable
94 PKCS7 *PKCS7_new_ex(OSSL_LIB_CTX *libctx, const char *propq) in PKCS7_new_ex()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/bio/
Dbss_core.c40 static ossl_inline BIO_CORE_GLOBALS *get_globals(OSSL_LIB_CTX *libctx) in get_globals()
133 BIO *BIO_new_from_core_bio(OSSL_LIB_CTX *libctx, OSSL_CORE_BIO *corebio) in BIO_new_from_core_bio()
153 int ossl_bio_init_core(OSSL_LIB_CTX *libctx, const OSSL_DISPATCH *fns) in ossl_bio_init_core()
/netbsd/src/crypto/external/bsd/openssl/dist/apps/
Dgenpkey.c74 OSSL_LIB_CTX *libctx = app_get0_libctx(); in genpkey_main() local
237 OSSL_LIB_CTX *libctx, const char *propq) in init_keygen_file()
284 OSSL_LIB_CTX *libctx, const char *propq) in init_gen_str()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/ocsp/
Docsp_local.h220 # define OCSP_REQUEST_sign(o, pkey, md, libctx, propq)\ argument
226 # define OCSP_BASICRESP_sign(o, pkey, md, d, libctx, propq)\ argument
237 # define OCSP_REQUEST_verify(a, r, libctx, propq)\ argument
243 # define OCSP_BASICRESP_verify(a, r, libctx, propq)\ argument
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/dsa/
Ddsa_lib.c133 static DSA *dsa_new_intern(ENGINE *engine, OSSL_LIB_CTX *libctx) in dsa_new_intern()
198 DSA *ossl_dsa_new(OSSL_LIB_CTX *libctx) in ossl_dsa_new()
253 void ossl_dsa_set0_libctx(DSA *d, OSSL_LIB_CTX *libctx) in ossl_dsa_set0_libctx()

1234567