| /third_party/openssl/demos/pkey/ |
| H A D | EVP_PKEY_EC_keygen.c | 37 const char *propq = NULL; in do_ec_keygen() local
|
| /third_party/openssl/demos/mac/ |
| H A D | siphash.c | 43 static char *propq = NULL; variable
|
| H A D | poly1305.c | 82 static char *propq = NULL; variable
|
| /third_party/openssl/demos/cipher/ |
| H A D | aeskeywrap.c | 54 const char *propq = NULL; variable
|
| H A D | ariacbc.c | 53 const char *propq = NULL; variable
|
| /third_party/openssl/crypto/x509/ |
| H A D | v3_skid.c | 62 const char *propq; in ossl_x509_pubkey_hash() local
|
| /third_party/openssl/crypto/ct/ |
| H A D | ct_policy.c | 28 CT_POLICY_EVAL_CTX_new_ex(OSSL_LIB_CTX *libctx, const char *propq) CT_POLICY_EVAL_CTX_new_ex() argument
|
| /third_party/node/deps/openssl/openssl/crypto/asn1/ |
| H A D | a_d2i_fp.c | 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
|
| H A D | a_verify.c | 96 ASN1_item_verify_ex(const ASN1_ITEM *it, const X509_ALGOR *alg, const ASN1_BIT_STRING *signature, const void *data, const ASN1_OCTET_STRING *id, EVP_PKEY *pkey, OSSL_LIB_CTX *libctx, const char *propq) ASN1_item_verify_ex() argument
|
| H A D | p5_scrypt.c | 211 PKCS5_v2_scrypt_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_scrypt_keyivgen_ex() argument
|
| H A D | d2i_pr.c | 27 d2i_PrivateKey_decoder(int keytype, EVP_PKEY **a, const unsigned char **pp, long length, OSSL_LIB_CTX *libctx, const char *propq) d2i_PrivateKey_decoder() argument 78 ossl_d2i_PrivateKey_legacy(int keytype, EVP_PKEY **a, const unsigned char **pp, long length, OSSL_LIB_CTX *libctx, const char *propq) ossl_d2i_PrivateKey_legacy() argument 143 d2i_PrivateKey_ex(int keytype, EVP_PKEY **a, const unsigned char **pp, long length, OSSL_LIB_CTX *libctx, const char *propq) d2i_PrivateKey_ex() argument 162 d2i_AutoPrivateKey_legacy(EVP_PKEY **a, const unsigned char **pp, long length, OSSL_LIB_CTX *libctx, const char *propq) d2i_AutoPrivateKey_legacy() argument 218 d2i_AutoPrivateKey_ex(EVP_PKEY **a, const unsigned char **pp, long length, OSSL_LIB_CTX *libctx, const char *propq) d2i_AutoPrivateKey_ex() argument [all...] |
| H A D | tasn_new.c | 37 ASN1_item_new_ex(const ASN1_ITEM *it, OSSL_LIB_CTX *libctx, const char *propq) ASN1_item_new_ex() argument 49 ossl_asn1_item_ex_new_intern(ASN1_VALUE **pval, const ASN1_ITEM *it, OSSL_LIB_CTX *libctx, const char *propq) ossl_asn1_item_ex_new_intern() argument 60 asn1_item_embed_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed, OSSL_LIB_CTX *libctx, const char *propq) asn1_item_embed_new() argument 207 asn1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, OSSL_LIB_CTX *libctx, const char *propq) asn1_template_new() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/cms/ |
| H A D | cms_enc.c | 42 const char *propq = ossl_cms_ctx_get0_propq(cms_ctx); in ossl_cms_EncryptedContent_init_bio() local
|
| /third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_siv_hw.c | 26 const char *propq = NULL; in aes_siv_initkey() local
|
| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| H A D | by_file.c | 47 by_file_ctrl_ex(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, char **ret, OSSL_LIB_CTX *libctx, const char *propq) by_file_ctrl_ex() argument 89 X509_load_cert_file_ex(X509_LOOKUP *ctx, const char *file, int type, OSSL_LIB_CTX *libctx, const char *propq) X509_load_cert_file_ex() argument 216 X509_load_cert_crl_file_ex(X509_LOOKUP *ctx, const char *file, int type, OSSL_LIB_CTX *libctx, const char *propq) X509_load_cert_crl_file_ex() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | p5_crpt.c | 26 PKCS5_PBE_keyivgen_ex(EVP_CIPHER_CTX *cctx, const char *pass, int passlen, ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de, OSSL_LIB_CTX *libctx, const char *propq) PKCS5_PBE_keyivgen_ex() argument
|
| /third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
| H A D | p12_add.c | 92 PKCS12_pack_p7encdata_ex(int pbe_nid, const char *pass, int passlen, unsigned char *salt, int saltlen, int iter, STACK_OF(PKCS12_SAFEBAG) *bags, OSSL_LIB_CTX *ctx, const char *propq) PKCS12_pack_p7encdata_ex() argument 172 PKCS12_decrypt_skey_ex(const PKCS12_SAFEBAG *bag, const char *pass, int passlen, OSSL_LIB_CTX *ctx, const char *propq) PKCS12_decrypt_skey_ex() argument
|
| H A D | p12_decr.c | 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
|
| H A D | p12_key.c | 19 PKCS12_key_gen_asc_ex(const char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type, OSSL_LIB_CTX *ctx, const char *propq) PKCS12_key_gen_asc_ex() argument 49 PKCS12_key_gen_utf8_ex(const char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type, OSSL_LIB_CTX *ctx, const char *propq) PKCS12_key_gen_utf8_ex() argument 79 PKCS12_key_gen_uni_ex(unsigned char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type, OSSL_LIB_CTX *libctx, const char *propq) PKCS12_key_gen_uni_ex() argument
|
| /third_party/node/deps/openssl/openssl/crypto/ct/ |
| H A D | ct_b64.c | 135 CTLOG_new_from_base64_ex(CTLOG **ct_log, const char *pkey_base64, const char *name, OSSL_LIB_CTX *libctx, const char *propq) CTLOG_new_from_base64_ex() argument
|
| /third_party/node/deps/openssl/openssl/crypto/ec/ |
| H A D | ecx_backend.c | 158 ossl_ecx_key_op(const X509_ALGOR *palg, const unsigned char *p, int plen, int id, ecx_key_op_t op, OSSL_LIB_CTX *libctx, const char *propq) ossl_ecx_key_op() argument 233 ossl_ecx_key_from_pkcs8(const PKCS8_PRIV_KEY_INFO *p8inf, OSSL_LIB_CTX *libctx, const char *propq) ossl_ecx_key_from_pkcs8() argument [all...] |
| /third_party/openssl/crypto/asn1/ |
| H A D | p5_scrypt.c | 211 PKCS5_v2_scrypt_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_scrypt_keyivgen_ex() argument
|
| /third_party/openssl/crypto/cms/ |
| H A D | cms_enc.c | 41 const char *propq = ossl_cms_ctx_get0_propq(cms_ctx); in ossl_cms_EncryptedContent_init_bio() local
|
| /third_party/openssl/crypto/ec/ |
| H A D | ecx_backend.c | 155 ossl_ecx_key_op(const X509_ALGOR *palg, const unsigned char *p, int plen, int id, ecx_key_op_t op, OSSL_LIB_CTX *libctx, const char *propq) ossl_ecx_key_op() argument 230 ossl_ecx_key_from_pkcs8(const PKCS8_PRIV_KEY_INFO *p8inf, OSSL_LIB_CTX *libctx, const char *propq) ossl_ecx_key_from_pkcs8() argument [all...] |
| /third_party/openssl/crypto/pkcs12/ |
| H A D | p12_crt.c | 31 PKCS12_create_ex(const char *pass, const char *name, EVP_PKEY *pkey, X509 *cert, STACK_OF(X509) *ca, int nid_key, int nid_cert, int iter, int mac_iter, int keytype, OSSL_LIB_CTX *ctx, const char *propq) PKCS12_create_ex() argument [all...] |