Home
last modified time | relevance | path

Searched defs:libctx (Results 226 - 250 of 555) sorted by relevance

12345678910>>...23

/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_gen.c424 static int rsa_keygen(OSSL_LIB_CTX *libctx, RSA *rsa, int bits, int primes, in rsa_keygen() argument
H A Drsa_local.h57 OSSL_LIB_CTX *libctx; member
H A Drsa_oaep.c54 int ossl_rsa_padding_add_PKCS1_OAEP_mgf1_ex(OSSL_LIB_CTX *libctx, in ossl_rsa_padding_add_PKCS1_OAEP_mgf1_ex() argument
/third_party/node/deps/openssl/openssl/apps/
H A Dgenpkey.c74 OSSL_LIB_CTX *libctx = app_get0_libctx(); in genpkey_main() local
236 init_keygen_file(EVP_PKEY_CTX **pctx, const char *file, ENGINE *e, OSSL_LIB_CTX *libctx, const char *propq) init_keygen_file() argument
282 init_gen_str(EVP_PKEY_CTX **pctx, const char *algname, ENGINE *e, int do_param, OSSL_LIB_CTX *libctx, const char *propq) init_gen_str() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_ess.c116 CMS_ReceiptRequest_create0_ex( unsigned char *id, int idlen, int allorfirst, STACK_OF(GENERAL_NAMES) *receiptList, STACK_OF(GENERAL_NAMES) *receiptsTo, OSSL_LIB_CTX *libctx) CMS_ReceiptRequest_create0_ex() argument
/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_pmeth.c276 static DH *ffc_params_generate(OSSL_LIB_CTX *libctx, DH_PKEY_CTX *dctx, in ffc_params_generate() argument
H A Ddh_lib.c69 DH *ossl_dh_new_ex(OSSL_LIB_CTX *libctx) in ossl_dh_new_ex() argument
74 static DH *dh_new_intern(ENGINE *engine, OSSL_LIB_CTX *libctx) in dh_new_intern() argument
175 void ossl_dh_set0_libctx(DH *d, OSSL_LIB_CTX *libctx) in ossl_dh_set0_libctx() argument
/third_party/node/deps/openssl/openssl/crypto/encode_decode/
H A Ddecoder_pkey.c57 OSSL_LIB_CTX *libctx; in DEFINE_STACK_OF() local
306 ossl_decoder_ctx_setup_for_pkey(OSSL_DECODER_CTX *ctx, EVP_PKEY **pkey, const char *keytype, OSSL_LIB_CTX *libctx, const char *propquery) ossl_decoder_ctx_setup_for_pkey() argument
430 OSSL_DECODER_CTX_new_for_pkey(EVP_PKEY **pkey, const char *input_type, const char *input_structure, const char *keytype, int selection, OSSL_LIB_CTX *libctx, const char *propquery) OSSL_DECODER_CTX_new_for_pkey() argument
[all...]
H A Dencoder_pkey.c229 OSSL_LIB_CTX *libctx = NULL; in ossl_encoder_ctx_setup_for_pkey() local
324 OSSL_LIB_CTX *libctx = NULL; in OSSL_ENCODER_CTX_new_for_pkey() local
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dasymcipher.c509 void EVP_ASYM_CIPHER_do_all_provided(OSSL_LIB_CTX *libctx, in EVP_ASYM_CIPHER_do_all_provided() argument
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_ctx.c77 OSSL_LIB_CTX *libctx; member
H A Dbn_rand.c28 OSSL_LIB_CTX *libctx = ossl_bn_get_libctx(ctx); in bnrand() local
269 OSSL_LIB_CTX *libctx = ossl_bn_get_libctx(ctx); in BN_generate_dsa_nonce() local
/third_party/node/deps/openssl/openssl/crypto/conf/
H A Dconf_lib.c182 CONF *NCONF_new_ex(OSSL_LIB_CTX *libctx, CONF_METHOD *meth) in NCONF_new_ex() argument
/third_party/node/deps/openssl/openssl/crypto/ct/
H A Dct_log.c25 OSSL_LIB_CTX *libctx; member
37 OSSL_LIB_CTX *libctx; member
103 CTLOG_STORE *CTLOG_STORE_new_ex(OSSL_LIB_CTX *libctx, const char *propq) in CTLOG_STORE_new_ex() argument
267 CTLOG *CTLOG_new_ex(EVP_PKEY *public_key, const char *name, OSSL_LIB_CTX *libctx, in CTLOG_new_ex() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_kmeth.c81 EC_KEY *ossl_ec_key_new_method_int(OSSL_LIB_CTX *libctx, const char *propq, in ossl_ec_key_new_method_int() argument
/third_party/openssl/test/
H A Dkeymgmt_internal_test.c294 OSSL_LIB_CTX *libctx = NULL; in test_evp_pkey_export_to_provider() local
H A Dp_test.c41 OSSL_LIB_CTX *libctx; member
[all...]
H A Dssl_test.c24 static OSSL_LIB_CTX *libctx = NULL; variable
[all...]
/third_party/openssl/test/testutil/
H A Dfake_random.c188 OSSL_PROVIDER *fake_rand_start(OSSL_LIB_CTX *libctx) in fake_rand_start() argument
222 void fake_rand_set_public_private_callbacks(OSSL_LIB_CTX *libctx, in fake_rand_set_public_private_callbacks() argument
[all...]
/third_party/openssl/crypto/bio/
H A Dbss_core.c40 static ossl_inline BIO_CORE_GLOBALS *get_globals(OSSL_LIB_CTX *libctx) in get_globals() argument
133 BIO *BIO_new_from_core_bio(OSSL_LIB_CTX *libctx, OSSL_CORE_BIO *corebio) in BIO_new_from_core_bio() argument
153 ossl_bio_init_core(OSSL_LIB_CTX *libctx, const OSSL_DISPATCH *fns) ossl_bio_init_core() argument
[all...]
/third_party/openssl/crypto/cms/
H A Dcms_ec.c19 pkey_type2param(int ptype, const void *pval, OSSL_LIB_CTX *libctx, const char *propq) pkey_type2param() argument
H A Dcms_ess.c116 CMS_ReceiptRequest_create0_ex( unsigned char *id, int idlen, int allorfirst, STACK_OF(GENERAL_NAMES) *receiptList, STACK_OF(GENERAL_NAMES) *receiptsTo, OSSL_LIB_CTX *libctx) CMS_ReceiptRequest_create0_ex() argument
/third_party/openssl/crypto/ct/
H A Dct_sct_ctx.c23 SCT_CTX *SCT_CTX_new(OSSL_LIB_CTX *libctx, const char *propq) in SCT_CTX_new() argument
/third_party/openssl/crypto/dsa/
H A Ddsa_lib.c133 static DSA *dsa_new_intern(ENGINE *engine, OSSL_LIB_CTX *libctx) in dsa_new_intern() argument
196 DSA *ossl_dsa_new(OSSL_LIB_CTX *libctx) in ossl_dsa_new() argument
251 void ossl_dsa_set0_libctx(DSA *d, OSSL_LIB_CTX *libctx) in ossl_dsa_set0_libctx() argument
[all...]
/third_party/openssl/crypto/evp/
H A Dasymcipher.c509 void EVP_ASYM_CIPHER_do_all_provided(OSSL_LIB_CTX *libctx, in EVP_ASYM_CIPHER_do_all_provided() argument

Completed in 15 milliseconds

12345678910>>...23