Home
last modified time | relevance | path

Searched defs:libctx (Results 401 - 425 of 555) sorted by relevance

1...<<11121314151617181920>>...23

/third_party/openssl/crypto/pkcs7/
H A Dpk7_doit.c221 OSSL_LIB_CTX *libctx; in PKCS7_dataInit() local
414 OSSL_LIB_CTX *libctx; in PKCS7_dataDecode() local
1028 OSSL_LIB_CTX *libctx in PKCS7_signatureVerify() local
[all...]
/third_party/openssl/crypto/dh/
H A Ddh_ameth.c452 dh_pkey_export_to(const EVP_PKEY *from, void *to_keydata, OSSL_FUNC_keymgmt_import_fn *importer, OSSL_LIB_CTX *libctx, const char *propq) dh_pkey_export_to() argument
/third_party/openssl/crypto/ec/
H A Dec_key.c666 ossl_ec_key_set0_libctx(EC_KEY *key, OSSL_LIB_CTX *libctx) ossl_ec_key_set0_libctx() argument
[all...]
/third_party/openssl/crypto/evp/
H A Devp_enc.c1705 void EVP_CIPHER_do_all_provided(OSSL_LIB_CTX *libctx, in EVP_CIPHER_do_all_provided() argument
H A 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() argument
230 OSSL_LIB_CTX *libctx = ossl_provider_libctx(prov); construct_evp_method() local
383 evp_generic_fetch(OSSL_LIB_CTX *libctx, int operation_id, const char *name, const char *properties, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) evp_generic_fetch() argument
410 evp_generic_fetch_by_number(OSSL_LIB_CTX *libctx, int operation_id, int name_id, const char *properties, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) evp_generic_fetch_by_number() argument
456 evp_method_store_cache_flush(OSSL_LIB_CTX *libctx) evp_method_store_cache_flush() argument
467 OSSL_LIB_CTX *libctx = ossl_provider_libctx(prov); evp_method_store_remove_all_provided() local
475 evp_set_parsed_default_properties(OSSL_LIB_CTX *libctx, OSSL_PROPERTY_LIST *def_prop, int loadconfig, int mirrored) evp_set_parsed_default_properties() argument
524 evp_set_default_properties_int(OSSL_LIB_CTX *libctx, const char *propq, int loadconfig, int mirrored) evp_set_default_properties_int() argument
540 EVP_set_default_properties(OSSL_LIB_CTX *libctx, const char *propq) EVP_set_default_properties() argument
545 evp_default_properties_merge(OSSL_LIB_CTX *libctx, const char *propq, int loadconfig) evp_default_properties_merge() argument
572 evp_default_property_is_enabled(OSSL_LIB_CTX *libctx, const char *prop_name) evp_default_property_is_enabled() argument
580 EVP_default_properties_is_fips_enabled(OSSL_LIB_CTX *libctx) EVP_default_properties_is_fips_enabled() argument
585 evp_default_properties_enable_fips_int(OSSL_LIB_CTX *libctx, int enable, int loadconfig) evp_default_properties_enable_fips_int() argument
593 EVP_default_properties_enable_fips(OSSL_LIB_CTX *libctx, int enable) EVP_default_properties_enable_fips() argument
598 evp_get_global_properties_str(OSSL_LIB_CTX *libctx, int loadconfig) evp_get_global_properties_str() argument
640 evp_generic_do_all(OSSL_LIB_CTX *libctx, int operation_id, void (*user_fn)(void *method, void *arg), void *user_arg, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) evp_generic_do_all() argument
674 OSSL_LIB_CTX *libctx = ossl_provider_libctx(prov); evp_is_a() local
686 OSSL_LIB_CTX *libctx = ossl_provider_libctx(prov); evp_names_do_all() local
[all...]
/third_party/openssl/crypto/property/
H A Dproperty.c133 OSSL_PROPERTY_LIST **ossl_ctx_global_properties(OSSL_LIB_CTX *libctx, in ossl_ctx_global_properties() argument
149 int ossl_global_properties_no_mirrored(OSSL_LIB_CTX *libctx) in ossl_global_properties_no_mirrored() argument
158 void ossl_global_properties_stop_mirroring(OSSL_LIB_CTX *libctx) in ossl_global_properties_stop_mirroring() argument
/third_party/openssl/providers/fips/
H A Dfipsprov.c82 static void *fips_prov_ossl_ctx_new(OSSL_LIB_CTX *libctx) in fips_prov_ossl_ctx_new() argument
546 OSSL_LIB_CTX *libctx = NULL; in OSSL_provider_init_int() local
813 FIPS_get_core_handle(OSSL_LIB_CTX *libctx) FIPS_get_core_handle() argument
892 FIPS_security_check_enabled(OSSL_LIB_CTX *libctx) FIPS_security_check_enabled() argument
901 OSSL_SELF_TEST_get_callback(OSSL_LIB_CTX *libctx, OSSL_CALLBACK **cb, void **cbarg) OSSL_SELF_TEST_get_callback() argument
[all...]
/third_party/openssl/providers/implementations/include/prov/
H A Dciphercommon.h93 OSSL_LIB_CTX *libctx; member
/third_party/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c54 OSSL_LIB_CTX *libctx; member
444 OSSL_LIB_CTX *libctx = PROV_LIBCTX_OF(provctx); in dh_gen_init_base() local
H A Ddsa_kmgmt.c53 OSSL_LIB_CTX *libctx; member
405 OSSL_LIB_CTX *libctx = PROV_LIBCTX_OF(provctx); in dsa_gen_init() local
/third_party/openssl/crypto/store/
H A Dstore_lib.c63 OSSL_STORE_open_ex(const char *uri, OSSL_LIB_CTX *libctx, const char *propq, in OSSL_STORE_open_ex() argument
963 OSSL_STORE_attach(BIO *bp, const char *scheme, OSSL_LIB_CTX *libctx, const char *propq, const UI_METHOD *ui_method, void *ui_data, const OSSL_PARAM params[], OSSL_STORE_post_process_info_fn post_process, void *post_process_data) OSSL_STORE_attach() argument
/third_party/openssl/providers/implementations/signature/
H A Drsa_sig.c76 OSSL_LIB_CTX *libctx; member
/third_party/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c428 ec_param_explicit_to_text(BIO *out, const EC_GROUP *group, OSSL_LIB_CTX *libctx) ec_param_explicit_to_text() argument
469 ec_param_to_text(BIO *out, const EC_GROUP *group, OSSL_LIB_CTX *libctx) ec_param_to_text() argument
/third_party/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c664 OSSL_LIB_CTX *libctx = PROV_LIBCTX_OF(ctx->provctx); in drbg_ctr_set_ctx_params() local
/third_party/openssl/crypto/ts/
H A Dts_rsp_sign.c112 TS_RESP_CTX *TS_RESP_CTX_new_ex(OSSL_LIB_CTX *libctx, const char *propq) in TS_RESP_CTX_new_ex() argument
/third_party/openssl/providers/implementations/kdfs/
H A Dx942kdf.c76 static int find_alg_id(OSSL_LIB_CTX *libctx, const char *algname, in find_alg_id() argument
/third_party/openssl/test/
H A Dfake_rsaprov.c516 OSSL_PROVIDER *fake_rsa_start(OSSL_LIB_CTX *libctx) in fake_rsa_start() argument
H A Dcmp_protect_test.c35 static OSSL_LIB_CTX *libctx = NULL; variable
[all...]
H A Devp_libctx_test.c37 static OSSL_LIB_CTX *libctx = NULL; variable
[all...]
/third_party/openssl/test/helpers/
H A Dssl_test_ctx.c721 SSL_TEST_CTX *SSL_TEST_CTX_new(OSSL_LIB_CTX *libctx) in SSL_TEST_CTX_new() argument
839 SSL_TEST_CTX_create(const CONF *conf, const char *test_section, OSSL_LIB_CTX *libctx) SSL_TEST_CTX_create() argument
H A Dssl_test_ctx.h230 OSSL_LIB_CTX *libctx; member
/third_party/node/deps/openssl/openssl/apps/
H A Dsmime.c158 OSSL_LIB_CTX *libctx = app_get0_libctx(); in smime_main() local
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_env.c265 CMS_AuthEnvelopedData_create_ex(const EVP_CIPHER *cipher, OSSL_LIB_CTX *libctx, in CMS_AuthEnvelopedData_create_ex() argument
548 OSSL_LIB_CTX *libctx = ossl_cms_ctx_get0_libctx(ctx); in cms_RecipientInfo_ktri_decrypt() local
235 CMS_EnvelopedData_create_ex(const EVP_CIPHER *cipher, OSSL_LIB_CTX *libctx, const char *propq) CMS_EnvelopedData_create_ex() argument
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c643 OSSL_LIB_CTX *libctx; in common_get_params() local
980 OSSL_LIB_CTX *libctx; member
997 OSSL_LIB_CTX *libctx = PROV_LIBCTX_OF(provctx); in ec_gen_init() local
[all...]
H A Decx_kmgmt.c77 OSSL_LIB_CTX *libctx; member
478 OSSL_LIB_CTX *libctx = PROV_LIBCTX_OF(provctx); in ecx_gen_init() local
[all...]

Completed in 30 milliseconds

1...<<11121314151617181920>>...23