| /third_party/openssl/test/ |
| H A D | pkey_meth_test.c | 28 const EVP_PKEY_ASN1_METHOD *ameth; in test_asn1_meths() local
|
| /third_party/node/deps/openssl/openssl/apps/lib/ |
| H A D | engine.c | 140 const EVP_PKEY_ASN1_METHOD *ameth; in get_legacy_pkey_id() local
|
| /third_party/openssl/apps/lib/ |
| H A D | engine.c | 140 const EVP_PKEY_ASN1_METHOD *ameth; in get_legacy_pkey_id() local
|
| /third_party/node/deps/openssl/openssl/crypto/engine/ |
| H A D | tb_asnmth.c | 145 EVP_PKEY_ASN1_METHOD *ameth; in ENGINE_get_pkey_asn1_meth_str() local 163 const EVP_PKEY_ASN1_METHOD *ameth; member 176 EVP_PKEY_ASN1_METHOD *ameth; in look_str_cb() local [all...] |
| /third_party/openssl/crypto/engine/ |
| H A D | tb_asnmth.c | 145 EVP_PKEY_ASN1_METHOD *ameth; in ENGINE_get_pkey_asn1_meth_str() local 163 const EVP_PKEY_ASN1_METHOD *ameth; member 176 EVP_PKEY_ASN1_METHOD *ameth; in look_str_cb() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| H A D | t_x509.c | 326 const EVP_PKEY_ASN1_METHOD *ameth; in X509_signature_print() local
|
| H A D | x509_set.c | 201 const EVP_PKEY_ASN1_METHOD *ameth; in x509_sig_info_init() local
|
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | evp_pkey.c | 226 const EVP_PKEY_ASN1_METHOD *ameth; in EVP_PKEY_get0_type_name() local [all...] |
| H A D | p_lib.c | 385 const EVP_PKEY_ASN1_METHOD *ameth = NULL; new_raw_key_int() local 972 const EVP_PKEY_ASN1_METHOD *ameth; EVP_PKEY_type() local 1496 const EVP_PKEY_ASN1_METHOD *ameth = NULL; pkey_set_type() local 1695 const EVP_PKEY_ASN1_METHOD *ameth = pkey->ameth; EVP_PKEY_dup() local 1728 const EVP_PKEY_ASN1_METHOD *ameth = x->ameth; evp_pkey_free_legacy() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/pem/ |
| H A D | pem_pkey.c | 175 const EVP_PKEY_ASN1_METHOD *ameth; in pem_read_bio_key_legacy() local [all...] |
| H A D | pem_lib.c | 136 const EVP_PKEY_ASN1_METHOD *ameth; in check_pem() local 156 const EVP_PKEY_ASN1_METHOD *ameth; in check_pem() local
|
| /third_party/openssl/crypto/evp/ |
| H A D | evp_pkey.c | 226 const EVP_PKEY_ASN1_METHOD *ameth; in EVP_PKEY_get0_type_name() local [all...] |
| /third_party/openssl/crypto/pem/ |
| H A D | pem_pkey.c | 175 const EVP_PKEY_ASN1_METHOD *ameth; in pem_read_bio_key_legacy() local [all...] |
| H A D | pem_lib.c | 136 const EVP_PKEY_ASN1_METHOD *ameth; in check_pem() local 156 const EVP_PKEY_ASN1_METHOD *ameth; in check_pem() local
|
| /third_party/openssl/crypto/x509/ |
| H A D | t_x509.c | 328 const EVP_PKEY_ASN1_METHOD *ameth; in X509_signature_print() local
|
| H A D | x509_set.c | 201 const EVP_PKEY_ASN1_METHOD *ameth; in x509_sig_info_init() local
|
| /third_party/node/deps/openssl/openssl/crypto/ |
| H A D | core_namemap.c | 423 static void get_legacy_pkey_meth_names(const EVP_PKEY_ASN1_METHOD *ameth, in get_legacy_pkey_meth_names() argument
|
| /third_party/node/deps/openssl/openssl/crypto/asn1/ |
| H A D | ameth_lib.c | 110 const EVP_PKEY_ASN1_METHOD *ameth = NULL; in EVP_PKEY_asn1_find_str() local 142 EVP_PKEY_asn1_add0(const EVP_PKEY_ASN1_METHOD *ameth) EVP_PKEY_asn1_add0() argument 183 EVP_PKEY_ASN1_METHOD *ameth; EVP_PKEY_asn1_add_alias() local 195 EVP_PKEY_asn1_get0_info(int *ppkey_id, int *ppkey_base_id, int *ppkey_flags, const char **pinfo, const char **ppem_str, const EVP_PKEY_ASN1_METHOD *ameth) EVP_PKEY_asn1_get0_info() argument 223 EVP_PKEY_ASN1_METHOD *ameth = OPENSSL_zalloc(sizeof(*ameth)); EVP_PKEY_asn1_new() local 273 EVP_PKEY_asn1_free(EVP_PKEY_ASN1_METHOD *ameth) EVP_PKEY_asn1_free() argument 282 EVP_PKEY_asn1_set_public(EVP_PKEY_ASN1_METHOD *ameth, int (*pub_decode) (EVP_PKEY *pk, const X509_PUBKEY *pub), int (*pub_encode) (X509_PUBKEY *pub, const EVP_PKEY *pk), int (*pub_cmp) (const EVP_PKEY *a, const EVP_PKEY *b), int (*pub_print) (BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx), int (*pkey_size) (const EVP_PKEY *pk), int (*pkey_bits) (const EVP_PKEY *pk)) EVP_PKEY_asn1_set_public() argument 303 EVP_PKEY_asn1_set_private(EVP_PKEY_ASN1_METHOD *ameth, int (*priv_decode) (EVP_PKEY *pk, const PKCS8_PRIV_KEY_INFO *p8inf), int (*priv_encode) (PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pk), int (*priv_print) (BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx)) EVP_PKEY_asn1_set_private() argument 319 EVP_PKEY_asn1_set_param(EVP_PKEY_ASN1_METHOD *ameth, int (*param_decode) (EVP_PKEY *pkey, const unsigned char **pder, int derlen), int (*param_encode) (const EVP_PKEY *pkey, unsigned char **pder), int (*param_missing) (const EVP_PKEY *pk), int (*param_copy) (EVP_PKEY *to, const EVP_PKEY *from), int (*param_cmp) (const EVP_PKEY *a, const EVP_PKEY *b), int (*param_print) (BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx)) EVP_PKEY_asn1_set_param() argument 342 EVP_PKEY_asn1_set_free(EVP_PKEY_ASN1_METHOD *ameth, void (*pkey_free) (EVP_PKEY *pkey)) EVP_PKEY_asn1_set_free() argument 348 EVP_PKEY_asn1_set_ctrl(EVP_PKEY_ASN1_METHOD *ameth, int (*pkey_ctrl) (EVP_PKEY *pkey, int op, long arg1, void *arg2)) EVP_PKEY_asn1_set_ctrl() argument 355 EVP_PKEY_asn1_set_security_bits(EVP_PKEY_ASN1_METHOD *ameth, int (*pkey_security_bits) (const EVP_PKEY *pk)) EVP_PKEY_asn1_set_security_bits() argument 362 EVP_PKEY_asn1_set_item(EVP_PKEY_ASN1_METHOD *ameth, int (*item_verify) (EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *data, const X509_ALGOR *a, const ASN1_BIT_STRING *sig, EVP_PKEY *pkey), int (*item_sign) (EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *data, X509_ALGOR *alg1, X509_ALGOR *alg2, ASN1_BIT_STRING *sig)) EVP_PKEY_asn1_set_item() argument 380 EVP_PKEY_asn1_set_siginf(EVP_PKEY_ASN1_METHOD *ameth, int (*siginf_set) (X509_SIG_INFO *siginf, const X509_ALGOR *alg, const ASN1_STRING *sig)) EVP_PKEY_asn1_set_siginf() argument 388 EVP_PKEY_asn1_set_check(EVP_PKEY_ASN1_METHOD *ameth, int (*pkey_check) (const EVP_PKEY *pk)) EVP_PKEY_asn1_set_check() argument 394 EVP_PKEY_asn1_set_public_check(EVP_PKEY_ASN1_METHOD *ameth, int (*pkey_pub_check) (const EVP_PKEY *pk)) EVP_PKEY_asn1_set_public_check() argument 400 EVP_PKEY_asn1_set_param_check(EVP_PKEY_ASN1_METHOD *ameth, int (*pkey_param_check) (const EVP_PKEY *pk)) EVP_PKEY_asn1_set_param_check() argument 406 EVP_PKEY_asn1_set_set_priv_key(EVP_PKEY_ASN1_METHOD *ameth, int (*set_priv_key) (EVP_PKEY *pk, const unsigned char *priv, size_t len)) EVP_PKEY_asn1_set_set_priv_key() argument 415 EVP_PKEY_asn1_set_set_pub_key(EVP_PKEY_ASN1_METHOD *ameth, int (*set_pub_key) (EVP_PKEY *pk, const unsigned char *pub, size_t len)) EVP_PKEY_asn1_set_set_pub_key() argument 423 EVP_PKEY_asn1_set_get_priv_key(EVP_PKEY_ASN1_METHOD *ameth, int (*get_priv_key) (const EVP_PKEY *pk, unsigned char *priv, size_t *len)) EVP_PKEY_asn1_set_get_priv_key() argument 431 EVP_PKEY_asn1_set_get_pub_key(EVP_PKEY_ASN1_METHOD *ameth, int (*get_pub_key) (const EVP_PKEY *pk, unsigned char *pub, size_t *len)) EVP_PKEY_asn1_set_get_pub_key() argument [all...] |
| /third_party/openssl/crypto/asn1/ |
| H A D | ameth_lib.c | 110 const EVP_PKEY_ASN1_METHOD *ameth = NULL; in EVP_PKEY_asn1_find_str() local 142 EVP_PKEY_asn1_add0(const EVP_PKEY_ASN1_METHOD *ameth) EVP_PKEY_asn1_add0() argument 183 EVP_PKEY_ASN1_METHOD *ameth; EVP_PKEY_asn1_add_alias() local 195 EVP_PKEY_asn1_get0_info(int *ppkey_id, int *ppkey_base_id, int *ppkey_flags, const char **pinfo, const char **ppem_str, const EVP_PKEY_ASN1_METHOD *ameth) EVP_PKEY_asn1_get0_info() argument 223 EVP_PKEY_ASN1_METHOD *ameth = OPENSSL_zalloc(sizeof(*ameth)); EVP_PKEY_asn1_new() local 273 EVP_PKEY_asn1_free(EVP_PKEY_ASN1_METHOD *ameth) EVP_PKEY_asn1_free() argument 282 EVP_PKEY_asn1_set_public(EVP_PKEY_ASN1_METHOD *ameth, int (*pub_decode) (EVP_PKEY *pk, const X509_PUBKEY *pub), int (*pub_encode) (X509_PUBKEY *pub, const EVP_PKEY *pk), int (*pub_cmp) (const EVP_PKEY *a, const EVP_PKEY *b), int (*pub_print) (BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx), int (*pkey_size) (const EVP_PKEY *pk), int (*pkey_bits) (const EVP_PKEY *pk)) EVP_PKEY_asn1_set_public() argument 303 EVP_PKEY_asn1_set_private(EVP_PKEY_ASN1_METHOD *ameth, int (*priv_decode) (EVP_PKEY *pk, const PKCS8_PRIV_KEY_INFO *p8inf), int (*priv_encode) (PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pk), int (*priv_print) (BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx)) EVP_PKEY_asn1_set_private() argument 319 EVP_PKEY_asn1_set_param(EVP_PKEY_ASN1_METHOD *ameth, int (*param_decode) (EVP_PKEY *pkey, const unsigned char **pder, int derlen), int (*param_encode) (const EVP_PKEY *pkey, unsigned char **pder), int (*param_missing) (const EVP_PKEY *pk), int (*param_copy) (EVP_PKEY *to, const EVP_PKEY *from), int (*param_cmp) (const EVP_PKEY *a, const EVP_PKEY *b), int (*param_print) (BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx)) EVP_PKEY_asn1_set_param() argument 342 EVP_PKEY_asn1_set_free(EVP_PKEY_ASN1_METHOD *ameth, void (*pkey_free) (EVP_PKEY *pkey)) EVP_PKEY_asn1_set_free() argument 348 EVP_PKEY_asn1_set_ctrl(EVP_PKEY_ASN1_METHOD *ameth, int (*pkey_ctrl) (EVP_PKEY *pkey, int op, long arg1, void *arg2)) EVP_PKEY_asn1_set_ctrl() argument 355 EVP_PKEY_asn1_set_security_bits(EVP_PKEY_ASN1_METHOD *ameth, int (*pkey_security_bits) (const EVP_PKEY *pk)) EVP_PKEY_asn1_set_security_bits() argument 362 EVP_PKEY_asn1_set_item(EVP_PKEY_ASN1_METHOD *ameth, int (*item_verify) (EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *data, const X509_ALGOR *a, const ASN1_BIT_STRING *sig, EVP_PKEY *pkey), int (*item_sign) (EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *data, X509_ALGOR *alg1, X509_ALGOR *alg2, ASN1_BIT_STRING *sig)) EVP_PKEY_asn1_set_item() argument 380 EVP_PKEY_asn1_set_siginf(EVP_PKEY_ASN1_METHOD *ameth, int (*siginf_set) (X509_SIG_INFO *siginf, const X509_ALGOR *alg, const ASN1_STRING *sig)) EVP_PKEY_asn1_set_siginf() argument 388 EVP_PKEY_asn1_set_check(EVP_PKEY_ASN1_METHOD *ameth, int (*pkey_check) (const EVP_PKEY *pk)) EVP_PKEY_asn1_set_check() argument 394 EVP_PKEY_asn1_set_public_check(EVP_PKEY_ASN1_METHOD *ameth, int (*pkey_pub_check) (const EVP_PKEY *pk)) EVP_PKEY_asn1_set_public_check() argument 400 EVP_PKEY_asn1_set_param_check(EVP_PKEY_ASN1_METHOD *ameth, int (*pkey_param_check) (const EVP_PKEY *pk)) EVP_PKEY_asn1_set_param_check() argument 406 EVP_PKEY_asn1_set_set_priv_key(EVP_PKEY_ASN1_METHOD *ameth, int (*set_priv_key) (EVP_PKEY *pk, const unsigned char *priv, size_t len)) EVP_PKEY_asn1_set_set_priv_key() argument 415 EVP_PKEY_asn1_set_set_pub_key(EVP_PKEY_ASN1_METHOD *ameth, int (*set_pub_key) (EVP_PKEY *pk, const unsigned char *pub, size_t len)) EVP_PKEY_asn1_set_set_pub_key() argument 423 EVP_PKEY_asn1_set_get_priv_key(EVP_PKEY_ASN1_METHOD *ameth, int (*get_priv_key) (const EVP_PKEY *pk, unsigned char *priv, size_t *len)) EVP_PKEY_asn1_set_get_priv_key() argument 431 EVP_PKEY_asn1_set_get_pub_key(EVP_PKEY_ASN1_METHOD *ameth, int (*get_pub_key) (const EVP_PKEY *pk, unsigned char *pub, size_t *len)) EVP_PKEY_asn1_set_get_pub_key() argument [all...] |
| /third_party/openssl/crypto/ |
| H A D | core_namemap.c | 420 static void get_legacy_pkey_meth_names(const EVP_PKEY_ASN1_METHOD *ameth, in get_legacy_pkey_meth_names() argument
|
| /third_party/openssl/ohos_lite/include/crypto/ |
| H A D | evp.h | 399 const EVP_PKEY_ASN1_METHOD *ameth; member
|
| /third_party/openssl/test/helpers/ |
| H A D | ssl_test_ctx.c | 520 const EVP_PKEY_ASN1_METHOD *ameth; in parse_expected_key_type() local
|
| /third_party/node/deps/openssl/openssl/ssl/ |
| H A D | ssl_ciph.c | 294 const EVP_PKEY_ASN1_METHOD *ameth; in get_optional_pkey_id() local 307 const EVP_PKEY_ASN1_METHOD *ameth; in get_optional_pkey_id() local
|
| /third_party/node/deps/openssl/openssl/engines/ |
| H A D | e_loader_attic.c | 520 const EVP_PKEY_ASN1_METHOD *ameth = NULL; in try_decode_PrivateKey() local 685 const EVP_PKEY_ASN1_METHOD *ameth = NULL; in try_decode_params() local [all...] |
| /third_party/node/deps/openssl/openssl/include/crypto/ |
| H A D | evp.h | 663 const EVP_PKEY_ASN1_METHOD *ameth; member
|