Home
last modified time | relevance | path

Searched defs:libctx (Results 376 - 400 of 555) sorted by relevance

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

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_enc.c1710 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
396 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
423 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
469 evp_method_store_cache_flush(OSSL_LIB_CTX *libctx) evp_method_store_cache_flush() argument
480 OSSL_LIB_CTX *libctx = ossl_provider_libctx(prov); evp_method_store_remove_all_provided() local
488 evp_set_parsed_default_properties(OSSL_LIB_CTX *libctx, OSSL_PROPERTY_LIST *def_prop, int loadconfig, int mirrored) evp_set_parsed_default_properties() argument
537 evp_set_default_properties_int(OSSL_LIB_CTX *libctx, const char *propq, int loadconfig, int mirrored) evp_set_default_properties_int() argument
553 EVP_set_default_properties(OSSL_LIB_CTX *libctx, const char *propq) EVP_set_default_properties() argument
558 evp_default_properties_merge(OSSL_LIB_CTX *libctx, const char *propq, int loadconfig) evp_default_properties_merge() argument
585 evp_default_property_is_enabled(OSSL_LIB_CTX *libctx, const char *prop_name) evp_default_property_is_enabled() argument
593 EVP_default_properties_is_fips_enabled(OSSL_LIB_CTX *libctx) EVP_default_properties_is_fips_enabled() argument
598 evp_default_properties_enable_fips_int(OSSL_LIB_CTX *libctx, int enable, int loadconfig) evp_default_properties_enable_fips_int() argument
606 EVP_default_properties_enable_fips(OSSL_LIB_CTX *libctx, int enable) EVP_default_properties_enable_fips() argument
611 evp_get_global_properties_str(OSSL_LIB_CTX *libctx, int loadconfig) evp_get_global_properties_str() argument
653 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
687 OSSL_LIB_CTX *libctx = ossl_provider_libctx(prov); evp_is_a() local
699 OSSL_LIB_CTX *libctx = ossl_provider_libctx(prov); evp_names_do_all() local
[all...]
H A Devp_rand.c273 EVP_RAND *EVP_RAND_fetch(OSSL_LIB_CTX *libctx, const char *algorithm, in EVP_RAND_fetch() argument
481 void EVP_RAND_do_all_provided(OSSL_LIB_CTX *libctx, in EVP_RAND_do_all_provided() argument
H A Ddigest.c664 int EVP_Q_digest(OSSL_LIB_CTX *libctx, const char *name, const char *propq, in EVP_Q_digest() argument
1101 void EVP_MD_do_all_provided(OSSL_LIB_CTX *libctx, in EVP_MD_do_all_provided() argument
105 evp_md_ctx_new_ex(EVP_PKEY *pkey, const ASN1_OCTET_STRING *id, OSSL_LIB_CTX *libctx, const char *propq) evp_md_ctx_new_ex() argument
/third_party/node/deps/openssl/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
1027 OSSL_LIB_CTX *libctx in PKCS7_signatureVerify() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty.c131 OSSL_PROPERTY_LIST **ossl_ctx_global_properties(OSSL_LIB_CTX *libctx, in ossl_ctx_global_properties() argument
147 int ossl_global_properties_no_mirrored(OSSL_LIB_CTX *libctx) in ossl_global_properties_no_mirrored() argument
156 void ossl_global_properties_stop_mirroring(OSSL_LIB_CTX *libctx) in ossl_global_properties_stop_mirroring() argument
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_sd.c855 OSSL_LIB_CTX *libctx = ossl_cms_ctx_get0_libctx(ctx); in CMS_SignerInfo_verify() local
H A Dcms_smime.c121 CMS_data_create_ex(BIO *in, unsigned int flags, OSSL_LIB_CTX *libctx, const char *propq) CMS_data_create_ex() argument
223 CMS_EncryptedData_encrypt_ex(BIO *in, const EVP_CIPHER *cipher, const unsigned char *key, size_t keylen, unsigned int flags, OSSL_LIB_CTX *libctx, const char *propq) CMS_EncryptedData_encrypt_ex() argument
504 CMS_sign_ex(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs, BIO *data, unsigned int flags, OSSL_LIB_CTX *libctx, const char *propq) CMS_sign_ex() argument
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_backend.c288 ossl_ec_group_todata(const EC_GROUP *group, OSSL_PARAM_BLD *tmpl, OSSL_PARAM params[], OSSL_LIB_CTX *libctx, const char *propq, BN_CTX *bnctx, unsigned char **genbuf) ossl_ec_group_todata() argument
766 ossl_ec_key_param_from_x509_algor(const X509_ALGOR *palg, OSSL_LIB_CTX *libctx, const char *propq) ossl_ec_key_param_from_x509_algor() argument
817 ossl_ec_key_from_pkcs8(const PKCS8_PRIV_KEY_INFO *p8inf, OSSL_LIB_CTX *libctx, const char *propq) ossl_ec_key_from_pkcs8() argument
H A Dec_ameth.c106 OSSL_LIB_CTX *libctx = NULL; in eckey_pub_decode() local
148 eckey_priv_decode_ex(EVP_PKEY *pkey, const PKCS8_PRIV_KEY_INFO *p8, OSSL_LIB_CTX *libctx, const char *propq) eckey_priv_decode_ex() argument
472 ec_pkey_export_to(const EVP_PKEY *from, void *to_keydata, OSSL_FUNC_keymgmt_import_fn *importer, OSSL_LIB_CTX *libctx, const char *propq) ec_pkey_export_to() argument
[all...]
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/node/deps/openssl/openssl/crypto/encode_decode/
H A Ddecoder_lib.c217 OSSL_LIB_CTX *libctx; in ossl_decoder_instance_new() local
453 OSSL_DECODER_CTX_add_extra(OSSL_DECODER_CTX *ctx, OSSL_LIB_CTX *libctx, const char *propq) OSSL_DECODER_CTX_add_extra() argument
/third_party/node/deps/openssl/openssl/apps/
H A Dpkeyutl.c130 OSSL_LIB_CTX *libctx = app_get0_libctx(); in pkeyutl_main() local
523 init_ctx(const char *kdfalg, int *pkeysize, const char *keyfile, int keyform, int key_type, char *passinarg, int pkey_op, ENGINE *e, const int engine_impl, int rawin, EVP_PKEY **ppkey, EVP_MD_CTX *mctx, const char *digestname, OSSL_LIB_CTX *libctx, const char *propq) init_ctx() argument
/third_party/openssl/test/
H A Dcmp_client_test.c33 static OSSL_LIB_CTX *libctx = NULL; variable
[all...]
H A Dthreadstest.c242 static int thread_setup_libctx(int libctx, const char *providers[]) in thread_setup_libctx() argument
285 thread_run_test(void (*main_func)(void), size_t num_threads, void (*thread_func)(void), int libctx, const char *providers[]) thread_run_test() argument
/third_party/openssl/apps/
H A Dpkeyutl.c130 OSSL_LIB_CTX *libctx = app_get0_libctx(); in pkeyutl_main() local
523 init_ctx(const char *kdfalg, int *pkeysize, const char *keyfile, int keyform, int key_type, char *passinarg, int pkey_op, ENGINE *e, const int engine_impl, int rawin, EVP_PKEY **ppkey, EVP_MD_CTX *mctx, const char *digestname, OSSL_LIB_CTX *libctx, const char *propq) init_ctx() argument
/third_party/openssl/crypto/encode_decode/
H A Ddecoder_lib.c217 OSSL_LIB_CTX *libctx; in ossl_decoder_instance_new() local
453 OSSL_DECODER_CTX_add_extra(OSSL_DECODER_CTX *ctx, OSSL_LIB_CTX *libctx, const char *propq) OSSL_DECODER_CTX_add_extra() argument
/third_party/openssl/crypto/cms/
H A Dcms_sd.c853 OSSL_LIB_CTX *libctx = ossl_cms_ctx_get0_libctx(ctx); in CMS_SignerInfo_verify() local
H A Dcms_smime.c121 CMS_data_create_ex(BIO *in, unsigned int flags, OSSL_LIB_CTX *libctx, const char *propq) CMS_data_create_ex() argument
223 CMS_EncryptedData_encrypt_ex(BIO *in, const EVP_CIPHER *cipher, const unsigned char *key, size_t keylen, unsigned int flags, OSSL_LIB_CTX *libctx, const char *propq) CMS_EncryptedData_encrypt_ex() argument
505 CMS_sign_ex(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs, BIO *data, unsigned int flags, OSSL_LIB_CTX *libctx, const char *propq) CMS_sign_ex() argument
/third_party/openssl/crypto/ec/
H A Dec_backend.c288 ossl_ec_group_todata(const EC_GROUP *group, OSSL_PARAM_BLD *tmpl, OSSL_PARAM params[], OSSL_LIB_CTX *libctx, const char *propq, BN_CTX *bnctx, unsigned char **genbuf) ossl_ec_group_todata() argument
766 ossl_ec_key_param_from_x509_algor(const X509_ALGOR *palg, OSSL_LIB_CTX *libctx, const char *propq) ossl_ec_key_param_from_x509_algor() argument
817 ossl_ec_key_from_pkcs8(const PKCS8_PRIV_KEY_INFO *p8inf, OSSL_LIB_CTX *libctx, const char *propq) ossl_ec_key_from_pkcs8() argument
H A Dec_ameth.c106 OSSL_LIB_CTX *libctx = NULL; in eckey_pub_decode() local
148 eckey_priv_decode_ex(EVP_PKEY *pkey, const PKCS8_PRIV_KEY_INFO *p8, OSSL_LIB_CTX *libctx, const char *propq) eckey_priv_decode_ex() argument
472 ec_pkey_export_to(const EVP_PKEY *from, void *to_keydata, OSSL_FUNC_keymgmt_import_fn *importer, OSSL_LIB_CTX *libctx, const char *propq) ec_pkey_export_to() argument
[all...]
/third_party/openssl/crypto/evp/
H A Devp_rand.c273 EVP_RAND *EVP_RAND_fetch(OSSL_LIB_CTX *libctx, const char *algorithm, in EVP_RAND_fetch() argument
481 void EVP_RAND_do_all_provided(OSSL_LIB_CTX *libctx, in EVP_RAND_do_all_provided() argument
H A Ddigest.c664 int EVP_Q_digest(OSSL_LIB_CTX *libctx, const char *name, const char *propq, in EVP_Q_digest() argument
1101 void EVP_MD_do_all_provided(OSSL_LIB_CTX *libctx, in EVP_MD_do_all_provided() argument
105 evp_md_ctx_new_ex(EVP_PKEY *pkey, const ASN1_OCTET_STRING *id, OSSL_LIB_CTX *libctx, const char *propq) evp_md_ctx_new_ex() argument
/third_party/openssl/crypto/cmp/
H A Dcmp_ctx.c102 OSSL_CMP_CTX *OSSL_CMP_CTX_new(OSSL_LIB_CTX *libctx, const char *propq) in OSSL_CMP_CTX_new() argument
/third_party/openssl/crypto/asn1/
H A Dasn_mime.c138 b64_read_asn1(BIO *bio, const ASN1_ITEM *it, ASN1_VALUE **x, OSSL_LIB_CTX *libctx, const char *propq) b64_read_asn1() argument
238 SMIME_write_ASN1_ex(BIO *bio, ASN1_VALUE *val, BIO *data, int flags, int ctype_nid, int econt_nid, STACK_OF(X509_ALGOR) *mdalgs, const ASN1_ITEM *it, OSSL_LIB_CTX *libctx, const char *propq) SMIME_write_ASN1_ex() argument
397 SMIME_read_ASN1_ex(BIO *bio, int flags, BIO **bcont, const ASN1_ITEM *it, ASN1_VALUE **x, OSSL_LIB_CTX *libctx, const char *propq) SMIME_read_ASN1_ex() argument

Completed in 34 milliseconds

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