Home
last modified time | relevance | path

Searched defs:libctx (Results 101 - 125 of 555) sorted by relevance

12345678910>>...23

/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dd2i_pr.c27 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 Dtasn_new.c37 ASN1_VALUE *ASN1_item_new_ex(const ASN1_ITEM *it, OSSL_LIB_CTX *libctx, in 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/ct/
H A Dct_b64.c135 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 Decx_backend.c158 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
/third_party/openssl/test/
H A Dupcallstest.c85 OSSL_LIB_CTX *libctx = OSSL_LIB_CTX_new(); in obj_create_test() local
/third_party/openssl/crypto/asn1/
H A Dp5_scrypt.c211 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 Da_verify.c96 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 Da_d2i_fp.c58 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/cms/
H A Dcms_enc.c40 OSSL_LIB_CTX *libctx = ossl_cms_ctx_get0_libctx(cms_ctx); in ossl_cms_EncryptedContent_init_bio() local
/third_party/openssl/crypto/dsa/
H A Ddsa_local.h35 OSSL_LIB_CTX *libctx; member
/third_party/openssl/crypto/ec/
H A Decx_backend.c155 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
/third_party/openssl/crypto/pkcs12/
H A Dp12_decr.c19 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
H A Dp12_key.c79 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/openssl/crypto/dh/
H A Ddh_local.h35 OSSL_LIB_CTX *libctx; member
/third_party/openssl/crypto/evp/
H A Dkdf_meth.c160 EVP_KDF *EVP_KDF_fetch(OSSL_LIB_CTX *libctx, const char *algorithm, in EVP_KDF_fetch() argument
225 void EVP_KDF_do_all_provided(OSSL_LIB_CTX *libctx, in EVP_KDF_do_all_provided() argument
H A Dp5_crpt.c26 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/openssl/crypto/
H A Dcore_algorithm.c17 OSSL_LIB_CTX *libctx; member
137 void ossl_algorithm_do_all(OSSL_LIB_CTX *libctx, int operation_id, in ossl_algorithm_do_all() argument
H A Dcore_fetch.c19 OSSL_LIB_CTX *libctx; member
130 void *ossl_method_construct(OSSL_LIB_CTX *libctx, int operation_id, in ossl_method_construct() argument
/third_party/openssl/apps/lib/
H A Dengine.c138 int get_legacy_pkey_id(OSSL_LIB_CTX *libctx, const char *algname, ENGINE *e) in get_legacy_pkey_id() argument
/third_party/openssl/crypto/property/
H A Dproperty_query.c42 const char *ossl_property_get_string_value(OSSL_LIB_CTX *libctx, in ossl_property_get_string_value() argument
24 ossl_property_find_property(const OSSL_PROPERTY_LIST *list, OSSL_LIB_CTX *libctx, const char *name) ossl_property_find_property() argument
/third_party/openssl/demos/pkey/
H A DEVP_PKEY_DSA_paramvalidate.c106 OSSL_LIB_CTX *libctx = NULL; in main() local
58 create_merged_key(EVP_PKEY *dsaparams, const OSSL_PARAM *newparams, OSSL_LIB_CTX *libctx, const char *propq) create_merged_key() argument
/third_party/openssl/crypto/rsa/
H A Drsa_pk1.c121 int ossl_rsa_padding_add_PKCS1_type_2_ex(OSSL_LIB_CTX *libctx, unsigned char *to, in ossl_rsa_padding_add_PKCS1_type_2_ex() argument
297 int ossl_rsa_padding_check_PKCS1_type_2_TLS(OSSL_LIB_CTX *libctx, in ossl_rsa_padding_check_PKCS1_type_2_TLS() argument
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv_hw.c25 OSSL_LIB_CTX *libctx = ctx->libctx; in aes_siv_initkey() local
H A Dciphercommon_block.c158 int ossl_cipher_tlsunpadblock(OSSL_LIB_CTX *libctx, unsigned int tlsversion, in ossl_cipher_tlsunpadblock() argument
/third_party/openssl/demos/signature/
H A DEVP_Signature_demo.c44 static EVP_PKEY *get_key(OSSL_LIB_CTX *libctx, const char *propq, int public) in get_key() argument
70 static int demo_sign(OSSL_LIB_CTX *libctx, const char *sig_name, in demo_sign() argument
150 static int demo_verify(OSSL_LIB_CTX *libctx, const char *sig_name, in demo_verify() argument
207 OSSL_LIB_CTX *libctx = NULL; in main() local
[all...]

Completed in 10 milliseconds

12345678910>>...23