/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x_crl.c | 271 OPENSSL_free(crl->propq); 277 if (!ossl_x509_crl_set0_libctx(crl, old->libctx, old->propq)) 347 X509_CRL *X509_CRL_new_ex(OSSL_LIB_CTX *libctx, const char *propq) 352 if (!ossl_x509_crl_set0_libctx(crl, libctx, propq)) { 402 r, crl->libctx, crl->propq); 521 const char *propq) 525 OPENSSL_free(x->propq); 526 x->propq = NULL; 527 if (propq != NULL) { 528 x->propq [all...] |
/third_party/openssl/crypto/srp/ |
H A D | srp_lib.c | 27 OSSL_LIB_CTX *libctx, const char *propq) in srp_Calc_xy() 33 EVP_MD *sha1 = EVP_MD_fetch(libctx, "SHA1", propq); in srp_Calc_xy() 57 const char *propq) in srp_Calc_k() 60 return srp_Calc_xy(N, g, N, libctx, propq); in srp_Calc_k() 64 OSSL_LIB_CTX *libctx, const char *propq) in SRP_Calc_u_ex() 67 return srp_Calc_xy(A, B, N, libctx, propq); in SRP_Calc_u_ex() 107 const BIGNUM *v, OSSL_LIB_CTX *libctx, const char *propq) in SRP_Calc_B_ex() 124 || (k = srp_Calc_k(N, g, libctx, propq)) == NULL in SRP_Calc_B_ex() 145 OSSL_LIB_CTX *libctx, const char *propq) in SRP_Calc_x_ex() 162 sha1 = EVP_MD_fetch(libctx, "SHA1", propq); in SRP_Calc_x_ex() 26 srp_Calc_xy(const BIGNUM *x, const BIGNUM *y, const BIGNUM *N, OSSL_LIB_CTX *libctx, const char *propq) srp_Calc_xy() argument 55 srp_Calc_k(const BIGNUM *N, const BIGNUM *g, OSSL_LIB_CTX *libctx, const char *propq) srp_Calc_k() argument 63 SRP_Calc_u_ex(const BIGNUM *A, const BIGNUM *B, const BIGNUM *N, OSSL_LIB_CTX *libctx, const char *propq) SRP_Calc_u_ex() argument 106 SRP_Calc_B_ex(const BIGNUM *b, const BIGNUM *N, const BIGNUM *g, const BIGNUM *v, OSSL_LIB_CTX *libctx, const char *propq) SRP_Calc_B_ex() argument 144 SRP_Calc_x_ex(const BIGNUM *s, const char *user, const char *pass, OSSL_LIB_CTX *libctx, const char *propq) SRP_Calc_x_ex() argument 212 SRP_Calc_client_key_ex(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g, const BIGNUM *x, const BIGNUM *a, const BIGNUM *u, OSSL_LIB_CTX *libctx, const char *propq) SRP_Calc_client_key_ex() argument [all...] |
/third_party/openssl/crypto/x509/ |
H A D | x_crl.c | 271 OPENSSL_free(crl->propq); 277 if (!ossl_x509_crl_set0_libctx(crl, old->libctx, old->propq)) 347 X509_CRL *X509_CRL_new_ex(OSSL_LIB_CTX *libctx, const char *propq) 352 if (!ossl_x509_crl_set0_libctx(crl, libctx, propq)) { 402 r, crl->libctx, crl->propq); 521 const char *propq) 525 OPENSSL_free(x->propq); 526 x->propq = NULL; 527 if (propq != NULL) { 528 x->propq [all...] |
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_loader_attic.c | 255 * propq: The property query string for any algorithm fetches 267 const char *propq); 304 const char *propq) in try_decode_PKCS12() 440 const char *propq) in try_decode_PKCS8Encrypted() 516 const char *propq) in try_decode_PrivateKey() 529 pkey = EVP_PKCS82PKEY_ex(p8inf, libctx, propq); in try_decode_PrivateKey() 542 libctx, propq); in try_decode_PrivateKey() 574 libctx, propq); in try_decode_PrivateKey() 602 libctx, propq); in try_decode_PrivateKey() 645 const char *propq) in try_decode_PUBKEY() 296 try_decode_PKCS12(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_PKCS12() argument 431 try_decode_PKCS8Encrypted(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_PKCS8Encrypted() argument 508 try_decode_PrivateKey(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_PrivateKey() argument 637 try_decode_PUBKEY(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_PUBKEY() argument 673 try_decode_params(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_params() argument 750 try_decode_X509Certificate(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_X509Certificate() argument 807 try_decode_X509CRL(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_X509CRL() argument 909 char *propq; global() member 946 file_open_ex(const OSSL_STORE_LOADER *loader, const char *uri, OSSL_LIB_CTX *libctx, const char *propq, const UI_METHOD *ui_method, void *ui_data) file_open_ex() argument 1078 file_attach(const OSSL_STORE_LOADER *loader, BIO *bp, OSSL_LIB_CTX *libctx, const char *propq, const UI_METHOD *ui_method, void *ui_data) file_attach() argument [all...] |
/third_party/openssl/engines/ |
H A D | e_loader_attic.c | 255 * propq: The property query string for any algorithm fetches 267 const char *propq); 304 const char *propq) in try_decode_PKCS12() 440 const char *propq) in try_decode_PKCS8Encrypted() 516 const char *propq) in try_decode_PrivateKey() 529 pkey = EVP_PKCS82PKEY_ex(p8inf, libctx, propq); in try_decode_PrivateKey() 542 libctx, propq); in try_decode_PrivateKey() 574 libctx, propq); in try_decode_PrivateKey() 602 libctx, propq); in try_decode_PrivateKey() 645 const char *propq) in try_decode_PUBKEY() 296 try_decode_PKCS12(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_PKCS12() argument 431 try_decode_PKCS8Encrypted(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_PKCS8Encrypted() argument 508 try_decode_PrivateKey(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_PrivateKey() argument 637 try_decode_PUBKEY(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_PUBKEY() argument 673 try_decode_params(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_params() argument 750 try_decode_X509Certificate(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_X509Certificate() argument 807 try_decode_X509CRL(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_X509CRL() argument 909 char *propq; global() member 946 file_open_ex(const OSSL_STORE_LOADER *loader, const char *uri, OSSL_LIB_CTX *libctx, const char *propq, const UI_METHOD *ui_method, void *ui_data) file_open_ex() argument 1078 file_attach(const OSSL_STORE_LOADER *loader, BIO *bp, OSSL_LIB_CTX *libctx, const char *propq, const UI_METHOD *ui_method, void *ui_data) file_attach() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/pkcs7/ |
H A D | pk7_mime.c | 56 const char *propq = NULL; in SMIME_read_PKCS7_ex() local 60 propq = (*p7)->ctx.propq; in SMIME_read_PKCS7_ex() 64 (ASN1_VALUE **)p7, libctx, propq); in SMIME_read_PKCS7_ex()
|
H A D | pk7_lib.c | 446 const char *propq = ossl_pkcs7_ctx_get0_propq(ctx); in ossl_pkcs7_resolve_libctx() local 459 ossl_x509_set0_libctx(sk_X509_value(certs, i), libctx, propq); in ossl_pkcs7_resolve_libctx() local 464 ossl_x509_set0_libctx(ri->cert, libctx, propq); in ossl_pkcs7_resolve_libctx() 485 int ossl_pkcs7_set1_propq(PKCS7 *p7, const char *propq) in ossl_pkcs7_set1_propq() argument 487 if (p7->ctx.propq != NULL) { in ossl_pkcs7_set1_propq() 488 OPENSSL_free(p7->ctx.propq); in ossl_pkcs7_set1_propq() 489 p7->ctx.propq = NULL; in ossl_pkcs7_set1_propq() 491 if (propq != NULL) { in ossl_pkcs7_set1_propq() 492 p7->ctx.propq = OPENSSL_strdup(propq); in ossl_pkcs7_set1_propq() [all...] |
/third_party/openssl/crypto/pkcs7/ |
H A D | pk7_mime.c | 56 const char *propq = NULL; in SMIME_read_PKCS7_ex() local 60 propq = (*p7)->ctx.propq; in SMIME_read_PKCS7_ex() 64 (ASN1_VALUE **)p7, libctx, propq); in SMIME_read_PKCS7_ex()
|
H A D | pk7_lib.c | 446 const char *propq = ossl_pkcs7_ctx_get0_propq(ctx); in ossl_pkcs7_resolve_libctx() local 459 ossl_x509_set0_libctx(sk_X509_value(certs, i), libctx, propq); in ossl_pkcs7_resolve_libctx() local 464 ossl_x509_set0_libctx(ri->cert, libctx, propq); in ossl_pkcs7_resolve_libctx() 485 int ossl_pkcs7_set1_propq(PKCS7 *p7, const char *propq) in ossl_pkcs7_set1_propq() argument 487 if (p7->ctx.propq != NULL) { in ossl_pkcs7_set1_propq() 488 OPENSSL_free(p7->ctx.propq); in ossl_pkcs7_set1_propq() 489 p7->ctx.propq = NULL; in ossl_pkcs7_set1_propq() 491 if (propq != NULL) { in ossl_pkcs7_set1_propq() 492 p7->ctx.propq = OPENSSL_strdup(propq); in ossl_pkcs7_set1_propq() [all...] |
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | x509.h | 86 char *propq; member 127 char *propq; member 207 char *propq; member 283 char *propq; member 317 int ossl_x509_set0_libctx(X509 *x, OSSL_LIB_CTX *libctx, const char *propq); 319 const char *propq); 321 const char *propq); 324 OSSL_LIB_CTX *libctx, const char *propq);
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | p5_crpt2.c | 25 OSSL_LIB_CTX *libctx, const char *propq) in ossl_pkcs5_pbkdf2_hmac_ex() 44 kdf = EVP_KDF_fetch(libctx, OSSL_KDF_NAME_PBKDF2, propq); in ossl_pkcs5_pbkdf2_hmac_ex() 115 OSSL_LIB_CTX *libctx, const char *propq) in PKCS5_v2_PBE_keyivgen_ex() 147 cipher = cipher_fetch = EVP_CIPHER_fetch(libctx, ciph_name, propq); in PKCS5_v2_PBE_keyivgen_ex() 166 rv = kdf(ctx, pass, passlen, pbe2->keyfunc->parameter, NULL, NULL, en_de, libctx, propq); in PKCS5_v2_PBE_keyivgen_ex() 183 OSSL_LIB_CTX *libctx, const char *propq) in PKCS5_v2_PBKDF2_keyivgen_ex() 235 prfmd = prfmd_fetch = EVP_MD_fetch(libctx, OBJ_nid2sn(hmac_md_nid), propq); in PKCS5_v2_PBKDF2_keyivgen_ex() 255 keylen, key, libctx, propq)) in PKCS5_v2_PBKDF2_keyivgen_ex() 22 ossl_pkcs5_pbkdf2_hmac_ex(const char *pass, int passlen, const unsigned char *salt, int saltlen, int iter, const EVP_MD *digest, int keylen, unsigned char *out, OSSL_LIB_CTX *libctx, const char *propq) ossl_pkcs5_pbkdf2_hmac_ex() argument 112 PKCS5_v2_PBE_keyivgen_ex(EVP_CIPHER_CTX *ctx, const char *pass, int passlen, ASN1_TYPE *param, const EVP_CIPHER *c, const EVP_MD *md, int en_de, OSSL_LIB_CTX *libctx, const char *propq) PKCS5_v2_PBE_keyivgen_ex() argument 180 PKCS5_v2_PBKDF2_keyivgen_ex(EVP_CIPHER_CTX *ctx, const char *pass, int passlen, ASN1_TYPE *param, const EVP_CIPHER *c, const EVP_MD *md, int en_de, OSSL_LIB_CTX *libctx, const char *propq) PKCS5_v2_PBKDF2_keyivgen_ex() argument
|
/third_party/openssl/crypto/evp/ |
H A D | p5_crpt2.c | 25 OSSL_LIB_CTX *libctx, const char *propq) in ossl_pkcs5_pbkdf2_hmac_ex() 44 kdf = EVP_KDF_fetch(libctx, OSSL_KDF_NAME_PBKDF2, propq); in ossl_pkcs5_pbkdf2_hmac_ex() 115 OSSL_LIB_CTX *libctx, const char *propq) in PKCS5_v2_PBE_keyivgen_ex() 147 cipher = cipher_fetch = EVP_CIPHER_fetch(libctx, ciph_name, propq); in PKCS5_v2_PBE_keyivgen_ex() 166 rv = kdf(ctx, pass, passlen, pbe2->keyfunc->parameter, NULL, NULL, en_de, libctx, propq); in PKCS5_v2_PBE_keyivgen_ex() 183 OSSL_LIB_CTX *libctx, const char *propq) in PKCS5_v2_PBKDF2_keyivgen_ex() 234 prfmd = prfmd_fetch = EVP_MD_fetch(libctx, OBJ_nid2sn(hmac_md_nid), propq); in PKCS5_v2_PBKDF2_keyivgen_ex() 252 keylen, key, libctx, propq)) in PKCS5_v2_PBKDF2_keyivgen_ex() 22 ossl_pkcs5_pbkdf2_hmac_ex(const char *pass, int passlen, const unsigned char *salt, int saltlen, int iter, const EVP_MD *digest, int keylen, unsigned char *out, OSSL_LIB_CTX *libctx, const char *propq) ossl_pkcs5_pbkdf2_hmac_ex() argument 112 PKCS5_v2_PBE_keyivgen_ex(EVP_CIPHER_CTX *ctx, const char *pass, int passlen, ASN1_TYPE *param, const EVP_CIPHER *c, const EVP_MD *md, int en_de, OSSL_LIB_CTX *libctx, const char *propq) PKCS5_v2_PBE_keyivgen_ex() argument 180 PKCS5_v2_PBKDF2_keyivgen_ex(EVP_CIPHER_CTX *ctx, const char *pass, int passlen, ASN1_TYPE *param, const EVP_CIPHER *c, const EVP_MD *md, int en_de, OSSL_LIB_CTX *libctx, const char *propq) PKCS5_v2_PBKDF2_keyivgen_ex() argument
|
/third_party/openssl/include/crypto/ |
H A D | x509.h | 86 char *propq; member 127 char *propq; member 207 char *propq; member 283 char *propq; member 317 int ossl_x509_set0_libctx(X509 *x, OSSL_LIB_CTX *libctx, const char *propq); 319 const char *propq); 321 const char *propq); 324 OSSL_LIB_CTX *libctx, const char *propq);
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_msg.c | 23 OSSL_CMP_MSG *OSSL_CMP_MSG_new(OSSL_LIB_CTX *libctx, const char *propq) in OSSL_CMP_MSG_new() argument 28 libctx, propq); in OSSL_CMP_MSG_new() 29 if (!ossl_cmp_msg_set0_libctx(msg, libctx, propq)) { in OSSL_CMP_MSG_new() 47 const char *propq) in ossl_cmp_msg_set0_libctx() 51 OPENSSL_free(msg->propq); in ossl_cmp_msg_set0_libctx() 52 msg->propq = NULL; in ossl_cmp_msg_set0_libctx() 53 if (propq != NULL) { in ossl_cmp_msg_set0_libctx() 54 msg->propq = OPENSSL_strdup(propq); in ossl_cmp_msg_set0_libctx() 55 if (msg->propq in ossl_cmp_msg_set0_libctx() 46 ossl_cmp_msg_set0_libctx(OSSL_CMP_MSG *msg, OSSL_LIB_CTX *libctx, const char *propq) ossl_cmp_msg_set0_libctx() argument 1097 OSSL_CMP_MSG_read(const char *file, OSSL_LIB_CTX *libctx, const char *propq) OSSL_CMP_MSG_read() argument 1145 const char *propq = NULL; d2i_OSSL_CMP_MSG() local 1166 const char *propq = NULL; d2i_OSSL_CMP_MSG_bio() local [all...] |
/third_party/openssl/crypto/cmp/ |
H A D | cmp_msg.c | 23 OSSL_CMP_MSG *OSSL_CMP_MSG_new(OSSL_LIB_CTX *libctx, const char *propq) in OSSL_CMP_MSG_new() argument 28 libctx, propq); in OSSL_CMP_MSG_new() 29 if (!ossl_cmp_msg_set0_libctx(msg, libctx, propq)) { in OSSL_CMP_MSG_new() 47 const char *propq) in ossl_cmp_msg_set0_libctx() 51 OPENSSL_free(msg->propq); in ossl_cmp_msg_set0_libctx() 52 msg->propq = NULL; in ossl_cmp_msg_set0_libctx() 53 if (propq != NULL) { in ossl_cmp_msg_set0_libctx() 54 msg->propq = OPENSSL_strdup(propq); in ossl_cmp_msg_set0_libctx() 55 if (msg->propq in ossl_cmp_msg_set0_libctx() 46 ossl_cmp_msg_set0_libctx(OSSL_CMP_MSG *msg, OSSL_LIB_CTX *libctx, const char *propq) ossl_cmp_msg_set0_libctx() argument 1097 OSSL_CMP_MSG_read(const char *file, OSSL_LIB_CTX *libctx, const char *propq) OSSL_CMP_MSG_read() argument 1145 const char *propq = NULL; d2i_OSSL_CMP_MSG() local 1166 const char *propq = NULL; d2i_OSSL_CMP_MSG_bio() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/pem/ |
H A D | pvkfmt.c | 796 OSSL_LIB_CTX *libctx, const char *propq) in derive_pvk_key() 802 if ((sha1 = EVP_MD_fetch(libctx, SN_sha1, propq)) == NULL) in derive_pvk_key() 824 OSSL_LIB_CTX *libctx, const char *propq) in do_PVK_body_key() 861 (unsigned char *)psbuf, inlen, libctx, propq)) in do_PVK_body_key() 873 if ((rc4 = EVP_CIPHER_fetch(libctx, "RC4", propq)) == NULL) in do_PVK_body_key() 919 OSSL_LIB_CTX *libctx, const char *propq) in do_PVK_key_bio() 946 key = do_PVK_body_key(&p, saltlen, keylen, cb, u, isdss, ispub, libctx, propq); in do_PVK_key_bio() 955 OSSL_LIB_CTX *libctx, const char *propq) in b2i_DSA_PVK_bio_ex() 960 return do_PVK_key_bio(in, cb, u, &isdss, &ispub, libctx, propq); in b2i_DSA_PVK_bio_ex() 970 OSSL_LIB_CTX *libctx, const char *propq) in b2i_RSA_PVK_bio_ex() 793 derive_pvk_key(unsigned char *key, const unsigned char *salt, unsigned int saltlen, const unsigned char *pass, int passlen, OSSL_LIB_CTX *libctx, const char *propq) derive_pvk_key() argument 820 do_PVK_body_key(const unsigned char **in, unsigned int saltlen, unsigned int keylen, pem_password_cb *cb, void *u, int *isdss, int *ispub, OSSL_LIB_CTX *libctx, const char *propq) do_PVK_body_key() argument 917 do_PVK_key_bio(BIO *in, pem_password_cb *cb, void *u, int *isdss, int *ispub, OSSL_LIB_CTX *libctx, const char *propq) do_PVK_key_bio() argument 954 b2i_DSA_PVK_bio_ex(BIO *in, pem_password_cb *cb, void *u, OSSL_LIB_CTX *libctx, const char *propq) b2i_DSA_PVK_bio_ex() argument 969 b2i_RSA_PVK_bio_ex(BIO *in, pem_password_cb *cb, void *u, OSSL_LIB_CTX *libctx, const char *propq) b2i_RSA_PVK_bio_ex() argument 983 b2i_PVK_bio_ex(BIO *in, pem_password_cb *cb, void *u, OSSL_LIB_CTX *libctx, const char *propq) b2i_PVK_bio_ex() argument 998 i2b_PVK(unsigned char **out, const EVP_PKEY *pk, int enclevel, pem_password_cb *cb, void *u, OSSL_LIB_CTX *libctx, const char *propq) i2b_PVK() argument 1101 i2b_PVK_bio_ex(BIO *out, const EVP_PKEY *pk, int enclevel, pem_password_cb *cb, void *u, OSSL_LIB_CTX *libctx, const char *propq) i2b_PVK_bio_ex() argument [all...] |
/third_party/openssl/crypto/pem/ |
H A D | pvkfmt.c | 796 OSSL_LIB_CTX *libctx, const char *propq) in derive_pvk_key() 802 if ((sha1 = EVP_MD_fetch(libctx, SN_sha1, propq)) == NULL) in derive_pvk_key() 824 OSSL_LIB_CTX *libctx, const char *propq) in do_PVK_body_key() 861 (unsigned char *)psbuf, inlen, libctx, propq)) in do_PVK_body_key() 873 if ((rc4 = EVP_CIPHER_fetch(libctx, "RC4", propq)) == NULL) in do_PVK_body_key() 919 OSSL_LIB_CTX *libctx, const char *propq) in do_PVK_key_bio() 946 key = do_PVK_body_key(&p, saltlen, keylen, cb, u, isdss, ispub, libctx, propq); in do_PVK_key_bio() 955 OSSL_LIB_CTX *libctx, const char *propq) in b2i_DSA_PVK_bio_ex() 960 return do_PVK_key_bio(in, cb, u, &isdss, &ispub, libctx, propq); in b2i_DSA_PVK_bio_ex() 970 OSSL_LIB_CTX *libctx, const char *propq) in b2i_RSA_PVK_bio_ex() 793 derive_pvk_key(unsigned char *key, const unsigned char *salt, unsigned int saltlen, const unsigned char *pass, int passlen, OSSL_LIB_CTX *libctx, const char *propq) derive_pvk_key() argument 820 do_PVK_body_key(const unsigned char **in, unsigned int saltlen, unsigned int keylen, pem_password_cb *cb, void *u, int *isdss, int *ispub, OSSL_LIB_CTX *libctx, const char *propq) do_PVK_body_key() argument 917 do_PVK_key_bio(BIO *in, pem_password_cb *cb, void *u, int *isdss, int *ispub, OSSL_LIB_CTX *libctx, const char *propq) do_PVK_key_bio() argument 954 b2i_DSA_PVK_bio_ex(BIO *in, pem_password_cb *cb, void *u, OSSL_LIB_CTX *libctx, const char *propq) b2i_DSA_PVK_bio_ex() argument 969 b2i_RSA_PVK_bio_ex(BIO *in, pem_password_cb *cb, void *u, OSSL_LIB_CTX *libctx, const char *propq) b2i_RSA_PVK_bio_ex() argument 983 b2i_PVK_bio_ex(BIO *in, pem_password_cb *cb, void *u, OSSL_LIB_CTX *libctx, const char *propq) b2i_PVK_bio_ex() argument 998 i2b_PVK(unsigned char **out, const EVP_PKEY *pk, int enclevel, pem_password_cb *cb, void *u, OSSL_LIB_CTX *libctx, const char *propq) i2b_PVK() argument 1101 i2b_PVK_bio_ex(BIO *out, const EVP_PKEY *pk, int enclevel, pem_password_cb *cb, void *u, OSSL_LIB_CTX *libctx, const char *propq) i2b_PVK_bio_ex() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/cms/ |
H A D | cms_lib.c | 50 CMS_ContentInfo *CMS_ContentInfo_new_ex(OSSL_LIB_CTX *libctx, const char *propq) in CMS_ContentInfo_new_ex() argument 55 libctx, propq); in CMS_ContentInfo_new_ex() 58 ci->ctx.propq = NULL; in CMS_ContentInfo_new_ex() 59 if (propq != NULL) { in CMS_ContentInfo_new_ex() 60 ci->ctx.propq = OPENSSL_strdup(propq); in CMS_ContentInfo_new_ex() 61 if (ci->ctx.propq == NULL) { in CMS_ContentInfo_new_ex() 80 OPENSSL_free(cms->ctx.propq); in CMS_ContentInfo_free() 97 return ctx != NULL ? ctx->propq : NULL; in ossl_cms_ctx_get0_propq() 107 const char *propq in ossl_cms_resolve_libctx() local 127 ossl_cms_Data_create(OSSL_LIB_CTX *libctx, const char *propq) ossl_cms_Data_create() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
H A D | p12_decr.c | 23 OSSL_LIB_CTX *libctx, const char *propq) in PKCS12_pbe_crypt_ex() 37 algor->parameter, ctx, en_de, libctx, propq)) in PKCS12_pbe_crypt_ex() 133 const char *propq) in PKCS12_item_decrypt_d2i_ex() 141 &out, &outlen, 0, libctx, propq)) in PKCS12_item_decrypt_d2i_ex() 176 const char *propq) in PKCS12_item_i2d_encrypt_ex() 192 &oct->length, 1, ctx, propq)) { in PKCS12_item_i2d_encrypt_ex() 19 PKCS12_pbe_crypt_ex(const X509_ALGOR *algor, const char *pass, int passlen, const unsigned char *in, int inlen, unsigned char **data, int *datalen, int en_de, OSSL_LIB_CTX *libctx, const char *propq) PKCS12_pbe_crypt_ex() argument 129 PKCS12_item_decrypt_d2i_ex(const X509_ALGOR *algor, const ASN1_ITEM *it, const char *pass, int passlen, const ASN1_OCTET_STRING *oct, int zbuf, OSSL_LIB_CTX *libctx, const char *propq) PKCS12_item_decrypt_d2i_ex() argument 171 PKCS12_item_i2d_encrypt_ex(X509_ALGOR *algor, const ASN1_ITEM *it, const char *pass, int passlen, void *obj, int zbuf, OSSL_LIB_CTX *ctx, const char *propq) PKCS12_item_i2d_encrypt_ex() argument
|
/third_party/openssl/crypto/pkcs12/ |
H A D | p12_decr.c | 23 OSSL_LIB_CTX *libctx, const char *propq) in PKCS12_pbe_crypt_ex() 37 algor->parameter, ctx, en_de, libctx, propq)) in PKCS12_pbe_crypt_ex() 133 const char *propq) in PKCS12_item_decrypt_d2i_ex() 141 &out, &outlen, 0, libctx, propq)) in PKCS12_item_decrypt_d2i_ex() 176 const char *propq) in PKCS12_item_i2d_encrypt_ex() 192 &oct->length, 1, ctx, propq)) { in PKCS12_item_i2d_encrypt_ex() 19 PKCS12_pbe_crypt_ex(const X509_ALGOR *algor, const char *pass, int passlen, const unsigned char *in, int inlen, unsigned char **data, int *datalen, int en_de, OSSL_LIB_CTX *libctx, const char *propq) PKCS12_pbe_crypt_ex() argument 129 PKCS12_item_decrypt_d2i_ex(const X509_ALGOR *algor, const ASN1_ITEM *it, const char *pass, int passlen, const ASN1_OCTET_STRING *oct, int zbuf, OSSL_LIB_CTX *libctx, const char *propq) PKCS12_item_decrypt_d2i_ex() argument 171 PKCS12_item_i2d_encrypt_ex(X509_ALGOR *algor, const ASN1_ITEM *it, const char *pass, int passlen, void *obj, int zbuf, OSSL_LIB_CTX *ctx, const char *propq) PKCS12_item_i2d_encrypt_ex() argument
|
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | ecx_kmgmt.c | 78 char *propq; member 381 static int set_property_query(ECX_KEY *ecxkey, const char *propq) in set_property_query() argument 383 OPENSSL_free(ecxkey->propq); in set_property_query() 384 ecxkey->propq = NULL; in set_property_query() 385 if (propq != NULL) { in set_property_query() 386 ecxkey->propq = OPENSSL_strdup(propq); in set_property_query() 387 if (ecxkey->propq == NULL) { in set_property_query() 559 OPENSSL_free(gctx->propq); in ecx_gen_set_params() 560 gctx->propq in ecx_gen_set_params() [all...] |
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | ecx_kmgmt.c | 78 char *propq; member 378 static int set_property_query(ECX_KEY *ecxkey, const char *propq) in set_property_query() argument 380 OPENSSL_free(ecxkey->propq); in set_property_query() 381 ecxkey->propq = NULL; in set_property_query() 382 if (propq != NULL) { in set_property_query() 383 ecxkey->propq = OPENSSL_strdup(propq); in set_property_query() 384 if (ecxkey->propq == NULL) { in set_property_query() 556 OPENSSL_free(gctx->propq); in ecx_gen_set_params() 557 gctx->propq in ecx_gen_set_params() [all...] |
/third_party/openssl/demos/pkey/ |
H A D | EVP_PKEY_DSA_paramgen.c | 22 const char *propq = NULL; in main() local 30 ctx = EVP_PKEY_CTX_new_from_name(libctx, "DSA", propq); in main() 58 if (!dsa_print_key(dsaparamkey, 0, libctx, propq)) in main()
|
/third_party/openssl/crypto/cms/ |
H A D | cms_lib.c | 51 CMS_ContentInfo *CMS_ContentInfo_new_ex(OSSL_LIB_CTX *libctx, const char *propq) in CMS_ContentInfo_new_ex() argument 56 libctx, propq); in CMS_ContentInfo_new_ex() 59 ci->ctx.propq = NULL; in CMS_ContentInfo_new_ex() 60 if (propq != NULL) { in CMS_ContentInfo_new_ex() 61 ci->ctx.propq = OPENSSL_strdup(propq); in CMS_ContentInfo_new_ex() 62 if (ci->ctx.propq == NULL) { in CMS_ContentInfo_new_ex() 84 return ctx != NULL ? ctx->propq : NULL; in ossl_cms_ctx_get0_propq() 94 const char *propq = ossl_cms_ctx_get0_propq(ctx); in ossl_cms_resolve_libctx() local 104 ossl_x509_set0_libctx(cch->d.certificate, libctx, propq); in ossl_cms_resolve_libctx() 114 ossl_cms_Data_create(OSSL_LIB_CTX *libctx, const char *propq) ossl_cms_Data_create() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/ocsp/ |
H A D | ocsp_srv.c | 227 signer->libctx, signer->propq, key, NULL)) { in OCSP_basic_sign() 247 OSSL_LIB_CTX *libctx, const char *propq) in OCSP_RESPID_set_by_key_ex() 251 EVP_MD *sha1 = EVP_MD_fetch(libctx, "SHA1", propq); in OCSP_RESPID_set_by_key_ex() 283 return OCSP_RESPID_set_by_key_ex(respid, cert, cert->libctx, cert->propq); in OCSP_RESPID_set_by_key() 287 const char *propq) in OCSP_RESPID_match_ex() 295 sha1 = EVP_MD_fetch(libctx, "SHA1", propq); in OCSP_RESPID_match_ex() 326 return OCSP_RESPID_match_ex(respid, cert, cert->libctx, cert->propq); in OCSP_RESPID_match() 246 OCSP_RESPID_set_by_key_ex(OCSP_RESPID *respid, X509 *cert, OSSL_LIB_CTX *libctx, const char *propq) OCSP_RESPID_set_by_key_ex() argument 286 OCSP_RESPID_match_ex(OCSP_RESPID *respid, X509 *cert, OSSL_LIB_CTX *libctx, const char *propq) OCSP_RESPID_match_ex() argument
|