/openssl-master/test/helpers/ |
A D | predefined_dhparams.c | 18 static EVP_PKEY *get_dh_from_pg_bn(OSSL_LIB_CTX *libctx, const char *type, in get_dh_from_pg_bn() 48 static EVP_PKEY *get_dh_from_pg(OSSL_LIB_CTX *libctx, const char *type, in get_dh_from_pg() 72 EVP_PKEY *get_dh512(OSSL_LIB_CTX *libctx) in get_dh512() 90 EVP_PKEY *get_dhx512(OSSL_LIB_CTX *libctx) in get_dhx512() 119 EVP_PKEY *get_dh1024dsa(OSSL_LIB_CTX *libctx) in get_dh1024dsa() 152 EVP_PKEY *get_dh2048(OSSL_LIB_CTX *libctx) in get_dh2048()
|
/openssl-master/providers/fips/ |
A D | self_test_kats.c | 21 OSSL_LIB_CTX *libctx) in self_test_digest() 86 OSSL_LIB_CTX *libctx) in self_test_cipher() 196 OSSL_LIB_CTX *libctx) in self_test_kdf() 251 OSSL_LIB_CTX *libctx) in self_test_drbg() 363 OSSL_SELF_TEST *st, OSSL_LIB_CTX *libctx) in self_test_ka() 440 OSSL_SELF_TEST *st, OSSL_LIB_CTX *libctx) in self_test_sign() 534 OSSL_LIB_CTX *libctx) in self_test_asym_cipher() 652 static int self_test_kdfs(OSSL_SELF_TEST *st, OSSL_LIB_CTX *libctx) in self_test_kdfs() 663 static int self_test_drbgs(OSSL_SELF_TEST *st, OSSL_LIB_CTX *libctx) in self_test_drbgs() 674 static int self_test_kas(OSSL_SELF_TEST *st, OSSL_LIB_CTX *libctx) in self_test_kas() [all …]
|
/openssl-master/test/testutil/ |
A D | load.c | 18 X509 *load_cert_pem(const char *file, OSSL_LIB_CTX *libctx) in load_cert_pem() 69 EVP_PKEY *load_pkey_pem(const char *file, OSSL_LIB_CTX *libctx) in load_pkey_pem() 92 X509_REQ *load_csr_der(const char *file, OSSL_LIB_CTX *libctx) in load_csr_der()
|
A D | provider.c | 14 int test_get_libctx(OSSL_LIB_CTX **libctx, OSSL_PROVIDER **default_null_prov, in test_get_libctx() 51 int test_arg_libctx(OSSL_LIB_CTX **libctx, OSSL_PROVIDER **default_null_prov, in test_arg_libctx()
|
/openssl-master/crypto/evp/ |
A D | evp_fetch.c | 46 OSSL_LIB_CTX *libctx; member 80 static OSSL_METHOD_STORE *get_evp_method_store(OSSL_LIB_CTX *libctx) in get_evp_method_store() 208 OSSL_LIB_CTX *libctx = ossl_provider_libctx(prov); in construct_evp_method() local 359 void *evp_generic_fetch(OSSL_LIB_CTX *libctx, int operation_id, in evp_generic_fetch() 432 int evp_method_store_flush(OSSL_LIB_CTX *libctx) in evp_method_store_flush() 441 static int evp_set_parsed_default_properties(OSSL_LIB_CTX *libctx, in evp_set_parsed_default_properties() 538 static int evp_default_property_is_enabled(OSSL_LIB_CTX *libctx, in evp_default_property_is_enabled() 546 int EVP_default_properties_is_fips_enabled(OSSL_LIB_CTX *libctx) in EVP_default_properties_is_fips_enabled() 606 void evp_generic_do_all(OSSL_LIB_CTX *libctx, int operation_id, in evp_generic_do_all() 640 OSSL_LIB_CTX *libctx = ossl_provider_libctx(prov); in evp_is_a() local [all …]
|
/openssl-master/crypto/x509/ |
A D | x509_d2.c | 15 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()
|
A D | x_req.c | 92 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()
|
A D | by_store.c | 18 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() 145 OSSL_LIB_CTX *libctx, const char *propq) in by_store() 163 OSSL_LIB_CTX *libctx, const char *propq) in by_store_subject_ex()
|
/openssl-master/demos/signature/ |
A D | EVP_Signature_demo.c | 44 static EVP_PKEY *get_key(OSSL_LIB_CTX *libctx, const char *propq, int public) in get_key() 70 static int demo_sign(OSSL_LIB_CTX *libctx, const char *sig_name, in demo_sign() 150 static int demo_verify(OSSL_LIB_CTX *libctx, const char *sig_name, in demo_verify() 207 OSSL_LIB_CTX *libctx = NULL; in main() local
|
/openssl-master/crypto/ffc/ |
A D | ffc_params_validate.c | 52 int ossl_ffc_params_FIPS186_4_validate(OSSL_LIB_CTX *libctx, in ossl_ffc_params_FIPS186_4_validate() 70 int ossl_ffc_params_FIPS186_2_validate(OSSL_LIB_CTX *libctx, in ossl_ffc_params_FIPS186_2_validate() 95 int ossl_ffc_params_simple_validate(OSSL_LIB_CTX *libctx, const FFC_PARAMS *params, in ossl_ffc_params_simple_validate() 139 int ossl_ffc_params_full_validate(OSSL_LIB_CTX *libctx, const FFC_PARAMS *params, in ossl_ffc_params_full_validate()
|
/openssl-master/test/ |
A D | provider_test.c | 36 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 209 OSSL_LIB_CTX *libctx = OSSL_LIB_CTX_new(); in test_loaded_provider() local
|
/openssl-master/crypto/asn1/ |
A D | d2i_pr.c | 28 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()
|
A D | tasn_new.c | 37 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()
|
/openssl-master/crypto/ec/ |
A D | ecx_key.c | 14 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()
|
/openssl-master/crypto/store/ |
A D | store_result.c | 92 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() 244 OSSL_LIB_CTX *libctx, const char *propq) in try_key_value() 290 OSSL_LIB_CTX *libctx, const char *propq) in try_key_value_legacy() 370 OSSL_LIB_CTX *libctx, const char *propq) in try_key() 439 OSSL_LIB_CTX *libctx, const char *propq) in try_cert() 485 OSSL_LIB_CTX *libctx, const char *propq) in try_crl() 514 OSSL_LIB_CTX *libctx, const char *propq) in try_pkcs12()
|
A D | store_meth.c | 92 OSSL_LIB_CTX *libctx; member 124 static OSSL_METHOD_STORE *get_loader_store(OSSL_LIB_CTX *libctx) in get_loader_store() 250 OSSL_LIB_CTX *libctx = ossl_provider_libctx(prov); in construct_loader() local 368 OSSL_STORE_LOADER *OSSL_STORE_LOADER_fetch(OSSL_LIB_CTX *libctx, in OSSL_STORE_LOADER_fetch() 382 OSSL_STORE_LOADER *ossl_store_loader_fetch_by_number(OSSL_LIB_CTX *libctx, in ossl_store_loader_fetch_by_number() 438 OSSL_LIB_CTX *libctx = ossl_provider_libctx(loader->prov); in OSSL_STORE_LOADER_is_a() local 458 void OSSL_STORE_LOADER_do_all_provided(OSSL_LIB_CTX *libctx, in OSSL_STORE_LOADER_do_all_provided() 486 OSSL_LIB_CTX *libctx = ossl_provider_libctx(loader->prov); in OSSL_STORE_LOADER_names_do_all() local
|
/openssl-master/crypto/dh/ |
A D | dh_group_params.c | 28 static DH *dh_param_init(OSSL_LIB_CTX *libctx, const DH_NAMED_GROUP *group) in dh_param_init() 41 DH *ossl_dh_new_by_nid_ex(OSSL_LIB_CTX *libctx, int nid) in ossl_dh_new_by_nid_ex()
|
/openssl-master/crypto/pkcs7/ |
A D | pk7_asn1.c | 69 OSSL_LIB_CTX *libctx = NULL; variable 94 PKCS7 *PKCS7_new_ex(OSSL_LIB_CTX *libctx, const char *propq) in PKCS7_new_ex()
|
/openssl-master/crypto/pem/ |
A D | pem_pkey.c | 35 OSSL_LIB_CTX *libctx, in pem_read_bio_key_decoder() 97 OSSL_LIB_CTX *libctx, in pem_read_bio_key_legacy() 208 OSSL_LIB_CTX *libctx, in pem_read_bio_key() 256 OSSL_LIB_CTX *libctx, const char *propq) in PEM_read_bio_PUBKEY_ex() 271 OSSL_LIB_CTX *libctx, const char *propq) in PEM_read_PUBKEY_ex() 294 OSSL_LIB_CTX *libctx, const char *propq) in PEM_read_bio_PrivateKey_ex() 357 OSSL_LIB_CTX *libctx, const char *propq) in PEM_read_bio_Parameters_ex() 386 void *u, OSSL_LIB_CTX *libctx, in PEM_read_PrivateKey_ex()
|
/openssl-master/crypto/encode_decode/ |
A D | decoder_meth.c | 89 OSSL_LIB_CTX *libctx; member 121 static OSSL_METHOD_STORE *get_decoder_store(OSSL_LIB_CTX *libctx) in get_decoder_store() 203 OSSL_LIB_CTX *libctx = ossl_provider_libctx(prov); in ossl_decoder_from_algorithm() local 299 OSSL_LIB_CTX *libctx = ossl_provider_libctx(prov); in construct_decoder() local 421 OSSL_DECODER *OSSL_DECODER_fetch(OSSL_LIB_CTX *libctx, const char *name, in OSSL_DECODER_fetch() 434 OSSL_DECODER *ossl_decoder_fetch_by_number(OSSL_LIB_CTX *libctx, int id, in ossl_decoder_fetch_by_number() 505 OSSL_LIB_CTX *libctx = ossl_provider_libctx(decoder->base.prov); in OSSL_DECODER_is_a() local 525 void OSSL_DECODER_do_all_provided(OSSL_LIB_CTX *libctx, in OSSL_DECODER_do_all_provided() 553 OSSL_LIB_CTX *libctx = ossl_provider_libctx(decoder->base.prov); in OSSL_DECODER_names_do_all() local
|
A D | encoder_meth.c | 89 OSSL_LIB_CTX *libctx; member 121 static OSSL_METHOD_STORE *get_encoder_store(OSSL_LIB_CTX *libctx) in get_encoder_store() 203 OSSL_LIB_CTX *libctx = ossl_provider_libctx(prov); in encoder_from_algorithm() local 309 OSSL_LIB_CTX *libctx = ossl_provider_libctx(prov); in construct_encoder() local 430 OSSL_ENCODER *OSSL_ENCODER_fetch(OSSL_LIB_CTX *libctx, const char *name, in OSSL_ENCODER_fetch() 443 OSSL_ENCODER *ossl_encoder_fetch_by_number(OSSL_LIB_CTX *libctx, int id, in ossl_encoder_fetch_by_number() 514 OSSL_LIB_CTX *libctx = ossl_provider_libctx(encoder->base.prov); in OSSL_ENCODER_is_a() local 534 void OSSL_ENCODER_do_all_provided(OSSL_LIB_CTX *libctx, in OSSL_ENCODER_do_all_provided() 562 OSSL_LIB_CTX *libctx = ossl_provider_libctx(encoder->base.prov); in OSSL_ENCODER_names_do_all() local
|
/openssl-master/crypto/property/ |
A D | property_query.c | 25 OSSL_LIB_CTX *libctx, const char *name) in ossl_property_find_property() 42 const char *ossl_property_get_string_value(OSSL_LIB_CTX *libctx, in ossl_property_get_string_value()
|
/openssl-master/crypto/srp/ |
A D | srp_lib.c | 27 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()
|
/openssl-master/crypto/ |
A D | provider.c | 18 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()
|
/openssl-master/providers/common/ |
A D | securitycheck_fips.c | 24 int ossl_securitycheck_enabled(OSSL_LIB_CTX *libctx) in ossl_securitycheck_enabled()
|