Home
last modified time | relevance | path

Searched refs:propq (Results 251 - 275 of 1151) sorted by relevance

1...<<11121314151617181920>>...47

/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_init.c18 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq) in PKCS12_init_ex() argument
31 if (!ossl_pkcs7_set1_propq(pkcs12->authsafes, propq)) { in PKCS12_init_ex()
/third_party/openssl/crypto/pkcs12/
H A Dp12_init.c18 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq) in PKCS12_init_ex() argument
31 if (!ossl_pkcs7_set1_propq(pkcs12->authsafes, propq)) { in PKCS12_init_ex()
/third_party/openssl/include/crypto/
H A Dpem.h44 OSSL_LIB_CTX *libctx, const char *propq);
48 OSSL_LIB_CTX *libctx, const char *propq);
H A Dsiv.h16 OSSL_LIB_CTX *libctx, const char *propq);
19 OSSL_LIB_CTX *libctx, const char *propq);
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_d2i_fp.c59 OSSL_LIB_CTX *libctx, const char *propq) in ASN1_item_d2i_bio_ex()
73 ret = ASN1_item_d2i_ex(x, &p, len, it, libctx, propq); in ASN1_item_d2i_bio_ex()
86 OSSL_LIB_CTX *libctx, const char *propq) in ASN1_item_d2i_fp_ex()
96 ret = ASN1_item_d2i_bio_ex(it, b, x, libctx, propq); in ASN1_item_d2i_fp_ex()
58 ASN1_item_d2i_bio_ex(const ASN1_ITEM *it, BIO *in, void *x, OSSL_LIB_CTX *libctx, const char *propq) ASN1_item_d2i_bio_ex() argument
85 ASN1_item_d2i_fp_ex(const ASN1_ITEM *it, FILE *in, void *x, OSSL_LIB_CTX *libctx, const char *propq) ASN1_item_d2i_fp_ex() argument
/third_party/openssl/crypto/asn1/
H A Da_d2i_fp.c59 OSSL_LIB_CTX *libctx, const char *propq) in ASN1_item_d2i_bio_ex()
73 ret = ASN1_item_d2i_ex(x, &p, len, it, libctx, propq); in ASN1_item_d2i_bio_ex()
86 OSSL_LIB_CTX *libctx, const char *propq) in ASN1_item_d2i_fp_ex()
96 ret = ASN1_item_d2i_bio_ex(it, b, x, libctx, propq); in ASN1_item_d2i_fp_ex()
58 ASN1_item_d2i_bio_ex(const ASN1_ITEM *it, BIO *in, void *x, OSSL_LIB_CTX *libctx, const char *propq) ASN1_item_d2i_bio_ex() argument
85 ASN1_item_d2i_fp_ex(const ASN1_ITEM *it, FILE *in, void *x, OSSL_LIB_CTX *libctx, const char *propq) ASN1_item_d2i_fp_ex() argument
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_ameth.c107 const char *propq = NULL; in eckey_pub_decode() local
109 if (!ossl_x509_PUBKEY_get0_libctx(&libctx, &propq, pubkey) in eckey_pub_decode()
112 eckey = ossl_ec_key_param_from_x509_algor(palg, libctx, propq); in eckey_pub_decode()
149 OSSL_LIB_CTX *libctx, const char *propq) in eckey_priv_decode_ex()
152 EC_KEY *eckey = ossl_ec_key_from_pkcs8(p8, libctx, propq); in eckey_priv_decode_ex()
474 OSSL_LIB_CTX *libctx, const char *propq) in ec_pkey_export_to()
507 if (!ossl_ec_group_todata(ecg, tmpl, NULL, libctx, propq, bnctx, &gen_buf)) in ec_pkey_export_to()
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
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
92 if (propq != NULL) { in ossl_ec_key_new_method_int()
93 ret->propq = OPENSSL_strdup(propq); in ossl_ec_key_new_method_int()
94 if (ret->propq == NULL) { in ossl_ec_key_new_method_int()
H A Decdh_kdf.c28 OSSL_LIB_CTX *libctx, const char *propq) in ossl_ecdh_kdf_X9_63()
34 EVP_KDF *kdf = EVP_KDF_fetch(libctx, OSSL_KDF_NAME_X963KDF, propq); in ossl_ecdh_kdf_X9_63()
24 ossl_ecdh_kdf_X9_63(unsigned char *out, size_t outlen, const unsigned char *Z, size_t Zlen, const unsigned char *sinfo, size_t sinfolen, const EVP_MD *md, OSSL_LIB_CTX *libctx, const char *propq) ossl_ecdh_kdf_X9_63() argument
H A Dec_backend.c290 const char *propq, in ossl_ec_group_todata()
606 if ((ret = ossl_ec_key_new_method_int(src->libctx, src->propq, in ossl_ec_key_dup()
613 ret->group = ossl_ec_group_new_ex(src->libctx, src->propq, in ossl_ec_key_dup()
767 OSSL_LIB_CTX *libctx, const char *propq) in ossl_ec_key_param_from_x509_algor()
775 if ((eckey = EC_KEY_new_ex(libctx, propq)) == NULL) { in ossl_ec_key_param_from_x509_algor()
797 group = EC_GROUP_new_by_curve_name_ex(libctx, propq, OBJ_obj2nid(poid)); in ossl_ec_key_param_from_x509_algor()
818 OSSL_LIB_CTX *libctx, const char *propq) in ossl_ec_key_from_pkcs8()
827 eckey = ossl_ec_key_param_from_x509_algor(palg, libctx, propq); in ossl_ec_key_from_pkcs8()
288 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
/third_party/openssl/crypto/ec/
H A Dec_ameth.c107 const char *propq = NULL; in eckey_pub_decode() local
109 if (!ossl_x509_PUBKEY_get0_libctx(&libctx, &propq, pubkey) in eckey_pub_decode()
112 eckey = ossl_ec_key_param_from_x509_algor(palg, libctx, propq); in eckey_pub_decode()
149 OSSL_LIB_CTX *libctx, const char *propq) in eckey_priv_decode_ex()
152 EC_KEY *eckey = ossl_ec_key_from_pkcs8(p8, libctx, propq); in eckey_priv_decode_ex()
474 OSSL_LIB_CTX *libctx, const char *propq) in ec_pkey_export_to()
507 if (!ossl_ec_group_todata(ecg, tmpl, NULL, libctx, propq, bnctx, &gen_buf)) in ec_pkey_export_to()
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
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
92 if (propq != NULL) { in ossl_ec_key_new_method_int()
93 ret->propq = OPENSSL_strdup(propq); in ossl_ec_key_new_method_int()
94 if (ret->propq == NULL) { in ossl_ec_key_new_method_int()
H A Decdh_kdf.c28 OSSL_LIB_CTX *libctx, const char *propq) in ossl_ecdh_kdf_X9_63()
34 EVP_KDF *kdf = EVP_KDF_fetch(libctx, OSSL_KDF_NAME_X963KDF, propq); in ossl_ecdh_kdf_X9_63()
24 ossl_ecdh_kdf_X9_63(unsigned char *out, size_t outlen, const unsigned char *Z, size_t Zlen, const unsigned char *sinfo, size_t sinfolen, const EVP_MD *md, OSSL_LIB_CTX *libctx, const char *propq) ossl_ecdh_kdf_X9_63() argument
H A Dec_backend.c290 const char *propq, in ossl_ec_group_todata()
606 if ((ret = ossl_ec_key_new_method_int(src->libctx, src->propq, in ossl_ec_key_dup()
613 ret->group = ossl_ec_group_new_ex(src->libctx, src->propq, in ossl_ec_key_dup()
767 OSSL_LIB_CTX *libctx, const char *propq) in ossl_ec_key_param_from_x509_algor()
775 if ((eckey = EC_KEY_new_ex(libctx, propq)) == NULL) { in ossl_ec_key_param_from_x509_algor()
797 group = EC_GROUP_new_by_curve_name_ex(libctx, propq, OBJ_obj2nid(poid)); in ossl_ec_key_param_from_x509_algor()
818 OSSL_LIB_CTX *libctx, const char *propq) in ossl_ec_key_from_pkcs8()
827 eckey = ossl_ec_key_param_from_x509_algor(palg, libctx, propq); in ossl_ec_key_from_pkcs8()
288 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
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_info.c30 void *u, OSSL_LIB_CTX *libctx, const char *propq) in STACK_OF()
40 ret = PEM_X509_INFO_read_bio_ex(b, sk, cb, u, libctx, propq); in STACK_OF()
55 const char *propq) in STACK_OF()
108 xi->x509 = X509_new_ex(libctx, propq); in STACK_OF()
164 libctx, propq) == NULL) { in STACK_OF()
/third_party/openssl/crypto/pem/
H A Dpem_info.c30 void *u, OSSL_LIB_CTX *libctx, const char *propq) in STACK_OF()
40 ret = PEM_X509_INFO_read_bio_ex(b, sk, cb, u, libctx, propq); in STACK_OF()
55 const char *propq) in STACK_OF()
108 xi->x509 = X509_new_ex(libctx, propq); in STACK_OF()
164 libctx, propq) == NULL) { in STACK_OF()
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_smime.c122 OSSL_LIB_CTX *libctx, const char *propq) in CMS_data_create_ex()
124 CMS_ContentInfo *cms = ossl_cms_Data_create(libctx, propq); in CMS_data_create_ex()
168 const char *propq) in CMS_digest_create_ex()
178 cms = ossl_cms_DigestedData_create(md, ctx, propq); in CMS_digest_create_ex()
227 const char *propq) in CMS_EncryptedData_encrypt_ex()
235 cms = CMS_ContentInfo_new_ex(libctx, propq); in CMS_EncryptedData_encrypt_ex()
507 const char *propq) in CMS_sign_ex()
512 cms = CMS_ContentInfo_new_ex(libctx, propq); in CMS_sign_ex()
630 OSSL_LIB_CTX *libctx, const char *propq) in STACK_OF()
638 ? CMS_AuthEnvelopedData_create_ex(cipher, libctx, propq) in STACK_OF()
121 CMS_data_create_ex(BIO *in, unsigned int flags, OSSL_LIB_CTX *libctx, const char *propq) CMS_data_create_ex() argument
166 CMS_digest_create_ex(BIO *in, const EVP_MD *md, unsigned int flags, OSSL_LIB_CTX *ctx, const char *propq) CMS_digest_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
[all...]
H A Dcms_cd.c26 const char *propq) in ossl_cms_CompressedData_create()
39 cms = CMS_ContentInfo_new_ex(libctx, propq); in ossl_cms_CompressedData_create()
24 ossl_cms_CompressedData_create(int comp_nid, OSSL_LIB_CTX *libctx, const char *propq) ossl_cms_CompressedData_create() argument
/third_party/openssl/crypto/cms/
H A Dcms_smime.c122 OSSL_LIB_CTX *libctx, const char *propq) in CMS_data_create_ex()
124 CMS_ContentInfo *cms = ossl_cms_Data_create(libctx, propq); in CMS_data_create_ex()
168 const char *propq) in CMS_digest_create_ex()
178 cms = ossl_cms_DigestedData_create(md, ctx, propq); in CMS_digest_create_ex()
227 const char *propq) in CMS_EncryptedData_encrypt_ex()
235 cms = CMS_ContentInfo_new_ex(libctx, propq); in CMS_EncryptedData_encrypt_ex()
508 const char *propq) in CMS_sign_ex()
513 cms = CMS_ContentInfo_new_ex(libctx, propq); in CMS_sign_ex()
630 OSSL_LIB_CTX *libctx, const char *propq) in STACK_OF()
638 ? CMS_AuthEnvelopedData_create_ex(cipher, libctx, propq) in STACK_OF()
121 CMS_data_create_ex(BIO *in, unsigned int flags, OSSL_LIB_CTX *libctx, const char *propq) CMS_data_create_ex() argument
166 CMS_digest_create_ex(BIO *in, const EVP_MD *md, unsigned int flags, OSSL_LIB_CTX *ctx, const char *propq) CMS_digest_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
[all...]
H A Dcms_cd.c26 const char *propq) in ossl_cms_CompressedData_create()
39 cms = CMS_ContentInfo_new_ex(libctx, propq); in ossl_cms_CompressedData_create()
24 ossl_cms_CompressedData_create(int comp_nid, OSSL_LIB_CTX *libctx, const char *propq) ossl_cms_CompressedData_create() argument
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dp_sign.c19 const char *propq) in EVP_SignFinal_ex()
49 pkctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, propq); in EVP_SignFinal_ex()
17 EVP_SignFinal_ex(EVP_MD_CTX *ctx, unsigned char *sigret, unsigned int *siglen, EVP_PKEY *pkey, OSSL_LIB_CTX *libctx, const char *propq) EVP_SignFinal_ex() argument
H A Dp_verify.c19 const char *propq) in EVP_VerifyFinal_ex()
46 pkctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, propq); in EVP_VerifyFinal_ex()
17 EVP_VerifyFinal_ex(EVP_MD_CTX *ctx, const unsigned char *sigbuf, unsigned int siglen, EVP_PKEY *pkey, OSSL_LIB_CTX *libctx, const char *propq) EVP_VerifyFinal_ex() argument
/third_party/openssl/crypto/evp/
H A Dp_sign.c19 const char *propq) in EVP_SignFinal_ex()
49 pkctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, propq); in EVP_SignFinal_ex()
17 EVP_SignFinal_ex(EVP_MD_CTX *ctx, unsigned char *sigret, unsigned int *siglen, EVP_PKEY *pkey, OSSL_LIB_CTX *libctx, const char *propq) EVP_SignFinal_ex() argument
H A Dp_verify.c19 const char *propq) in EVP_VerifyFinal_ex()
46 pkctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, propq); in EVP_VerifyFinal_ex()
17 EVP_VerifyFinal_ex(EVP_MD_CTX *ctx, const unsigned char *sigbuf, unsigned int siglen, EVP_PKEY *pkey, OSSL_LIB_CTX *libctx, const char *propq) EVP_VerifyFinal_ex() argument
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dasn1.h81 OSSL_LIB_CTX *libctx, const char *propq);
88 const char *propq);
147 OSSL_LIB_CTX *libctx, const char *propq);

Completed in 14 milliseconds

1...<<11121314151617181920>>...47