/openssl-master/crypto/evp/ |
A D | p_legacy.c | 25 int EVP_PKEY_set1_RSA(EVP_PKEY *pkey, RSA *key) in EVP_PKEY_set1_RSA() 34 RSA *evp_pkey_get0_RSA_int(const EVP_PKEY *pkey) in evp_pkey_get0_RSA_int() 43 const RSA *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey) in EVP_PKEY_get0_RSA() 48 RSA *EVP_PKEY_get1_RSA(EVP_PKEY *pkey) in EVP_PKEY_get1_RSA() 58 int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, EC_KEY *key) in EVP_PKEY_set1_EC_KEY() 69 EC_KEY *evp_pkey_get0_EC_KEY_int(const EVP_PKEY *pkey) in evp_pkey_get0_EC_KEY_int() 78 const EC_KEY *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey) in EVP_PKEY_get0_EC_KEY() 83 EC_KEY *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey) in EVP_PKEY_get1_EC_KEY()
|
A D | p_lib.c | 64 int EVP_PKEY_get_bits(const EVP_PKEY *pkey) in EVP_PKEY_get_bits() 378 EVP_PKEY *pkey = NULL; in new_raw_key_int() local 620 EVP_PKEY *pkey = NULL; in new_cmac_key_int() local 777 void *EVP_PKEY_get0(const EVP_PKEY *pkey) in EVP_PKEY_get0() 860 DSA *EVP_PKEY_get1_DSA(EVP_PKEY *pkey) in EVP_PKEY_get1_DSA() 952 DH *EVP_PKEY_get1_DH(EVP_PKEY *pkey) in EVP_PKEY_get1_DH() 978 int EVP_PKEY_get_id(const EVP_PKEY *pkey) in EVP_PKEY_get_id() 1068 int EVP_PKEY_can_sign(const EVP_PKEY *pkey) in EVP_PKEY_can_sign() 1148 static int print_pkey(const EVP_PKEY *pkey, BIO *out, int indent, in print_pkey() 1638 int EVP_PKEY_up_ref(EVP_PKEY *pkey) in EVP_PKEY_up_ref() [all …]
|
A D | pmeth_check.c | 49 EVP_PKEY *pkey = ctx->pkey; in evp_pkey_public_check_combined() local 93 EVP_PKEY *pkey = ctx->pkey; in evp_pkey_param_check_combined() local 138 EVP_PKEY *pkey = ctx->pkey; in EVP_PKEY_private_check() local 162 EVP_PKEY *pkey = ctx->pkey; in EVP_PKEY_pairwise_check() local
|
A D | p_verify.c | 18 unsigned int siglen, EVP_PKEY *pkey, OSSL_LIB_CTX *libctx, in EVP_VerifyFinal_ex() 60 unsigned int siglen, EVP_PKEY *pkey) in EVP_VerifyFinal()
|
A D | p_sign.c | 18 unsigned int *siglen, EVP_PKEY *pkey, OSSL_LIB_CTX *libctx, in EVP_SignFinal_ex() 66 unsigned int *siglen, EVP_PKEY *pkey) in EVP_SignFinal()
|
A D | m_sigver.c | 42 ENGINE *e, EVP_PKEY *pkey, int ver, in do_sigver_init() 376 const char *props, EVP_PKEY *pkey, in EVP_DigestSignInit_ex() 384 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey) in EVP_DigestSignInit() 392 const char *props, EVP_PKEY *pkey, in EVP_DigestVerifyInit_ex() 400 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey) in EVP_DigestVerifyInit()
|
/openssl-master/crypto/dh/ |
A D | dh_ameth.c | 34 static DH *d2i_dhp(const EVP_PKEY *pkey, const unsigned char **pp, in d2i_dhp() 55 static void int_dh_free(EVP_PKEY *pkey) in int_dh_free() 111 static int dh_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in dh_pub_encode() 224 static int dh_param_decode(EVP_PKEY *pkey, in dh_param_decode() 297 static int int_dh_size(const EVP_PKEY *pkey) in int_dh_size() 302 static int dh_bits(const EVP_PKEY *pkey) in dh_bits() 307 static int dh_security_bits(const EVP_PKEY *pkey) in dh_security_bits() 418 static int dh_pkey_public_check(const EVP_PKEY *pkey) in dh_pkey_public_check() 430 static int dh_pkey_param_check(const EVP_PKEY *pkey) in dh_pkey_param_check() 437 static size_t dh_pkey_dirty_cnt(const EVP_PKEY *pkey) in dh_pkey_dirty_cnt() [all …]
|
/openssl-master/crypto/dsa/ |
A D | dsa_ameth.c | 29 static int dsa_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey) in dsa_pub_decode() 87 static int dsa_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in dsa_pub_encode() 215 static int int_dsa_size(const EVP_PKEY *pkey) in int_dsa_size() 220 static int dsa_bits(const EVP_PKEY *pkey) in dsa_bits() 225 static int dsa_security_bits(const EVP_PKEY *pkey) in dsa_security_bits() 230 static int dsa_missing_parameters(const EVP_PKEY *pkey) in dsa_missing_parameters() 264 static void int_dsa_free(EVP_PKEY *pkey) in int_dsa_free() 317 static int dsa_param_decode(EVP_PKEY *pkey, in dsa_param_decode() 353 static int old_dsa_priv_decode(EVP_PKEY *pkey, in old_dsa_priv_decode() 421 static size_t dsa_pkey_dirty_cnt(const EVP_PKEY *pkey) in dsa_pkey_dirty_cnt() [all …]
|
/openssl-master/crypto/ec/ |
A D | ec_ameth.c | 213 static int int_ec_size(const EVP_PKEY *pkey) in int_ec_size() 218 static int ec_bits(const EVP_PKEY *pkey) in ec_bits() 223 static int ec_security_bits(const EVP_PKEY *pkey) in ec_security_bits() 240 static int ec_missing_parameters(const EVP_PKEY *pkey) in ec_missing_parameters() 280 static void int_ec_free(EVP_PKEY *pkey) in int_ec_free() 354 static int eckey_param_decode(EVP_PKEY *pkey, in eckey_param_decode() 388 static int old_ec_priv_decode(EVP_PKEY *pkey, in old_ec_priv_decode() 431 static int ec_pkey_check(const EVP_PKEY *pkey) in ec_pkey_check() 460 static int ec_pkey_param_check(const EVP_PKEY *pkey) in ec_pkey_param_check() 474 size_t ec_pkey_dirty_cnt(const EVP_PKEY *pkey) in ec_pkey_dirty_cnt() [all …]
|
A D | ecx_meth.c | 31 static int ecx_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in ecx_pub_encode() 56 static int ecx_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey) in ecx_pub_decode() 132 static int ecx_size(const EVP_PKEY *pkey) in ecx_size() 137 static int ecx_bits(const EVP_PKEY *pkey) in ecx_bits() 148 static int ecx_security_bits(const EVP_PKEY *pkey) in ecx_security_bits() 157 static void ecx_free(EVP_PKEY *pkey) in ecx_free() 339 static size_t ecx_pkey_dirty_cnt(const EVP_PKEY *pkey) in ecx_pkey_dirty_cnt() 390 EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(pctx); in ecx_generic_import_from() local 532 static int ecd_size25519(const EVP_PKEY *pkey) in ecd_size25519() 537 static int ecd_size448(const EVP_PKEY *pkey) in ecd_size448() [all …]
|
/openssl-master/crypto/rsa/ |
A D | rsa_ameth.c | 29 static int rsa_param_encode(const EVP_PKEY *pkey, in rsa_param_encode() 53 static int rsa_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in rsa_pub_encode() 73 static int rsa_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey) in rsa_pub_decode() 126 static int old_rsa_priv_decode(EVP_PKEY *pkey, in old_rsa_priv_decode() 181 static int int_rsa_size(const EVP_PKEY *pkey) in int_rsa_size() 186 static int rsa_bits(const EVP_PKEY *pkey) in rsa_bits() 191 static int rsa_security_bits(const EVP_PKEY *pkey) in rsa_security_bits() 196 static void int_rsa_free(EVP_PKEY *pkey) in int_rsa_free() 714 static int rsa_pkey_check(const EVP_PKEY *pkey) in rsa_pkey_check() 719 static size_t rsa_pkey_dirty_cnt(const EVP_PKEY *pkey) in rsa_pkey_dirty_cnt() [all …]
|
/openssl-master/crypto/pkcs12/ |
A D | p12_kiss.c | 33 int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert, in PKCS12_parse() 137 EVP_PKEY **pkey, STACK_OF(X509) *ocerts) in parse_pk12() 172 int passlen, EVP_PKEY **pkey, STACK_OF(X509) *ocerts) in parse_bags() 185 EVP_PKEY **pkey, STACK_OF(X509) *ocerts) in parse_bag()
|
/openssl-master/test/ |
A D | evp_extra_test2.c | 265 EVP_PKEY *pkey = NULL; in test_d2i_AutoPrivateKey_ex() local 322 EVP_PKEY *pkey = NULL, *pkey_dec = NULL; in test_pkcs8key_nid_bio() local 392 EVP_PKEY *pkey = NULL; in test_d2i_PrivateKey_ex() local 422 EVP_PKEY *pkey = NULL; in test_PEM_read_bio_negative() local 456 EVP_PKEY *pkey = NULL; in do_fromdata_key_is_equal() local 624 EVP_PKEY *pkey = NULL; in do_check_params() local 668 EVP_PKEY *pkey = NULL; in test_dsa_todata() local 749 EVP_PKEY *pkey = NULL; in test_pkey_todata_null() local 772 EVP_PKEY *pkey = NULL; in test_pkey_export_null() local 787 EVP_PKEY *pkey = NULL; in test_pkey_export() local
|
A D | acvp_test.c | 118 EVP_PKEY *pkey = NULL; in ecdsa_keygen_test() local 187 EVP_PKEY *pkey = NULL; in ecdsa_pub_verify_test() local 250 EVP_PKEY *pkey = NULL; in ecdsa_siggen_test() local 278 EVP_PKEY *pkey = NULL; in ecdsa_sigver_test() local 592 EVP_PKEY *pkey = NULL; in dsa_siggen_test() local 619 EVP_PKEY *pkey = NULL; in dsa_sigver_test() local 946 EVP_PKEY *pkey = NULL; in dh_safe_prime_keygen_test() local 983 EVP_PKEY *pkey = NULL; in dh_safe_prime_keyver_test() local 1055 EVP_PKEY *pkey = NULL; in rsa_keygen_test() local 1161 EVP_PKEY *pkey = NULL; in rsa_siggen_test() local [all …]
|
A D | evp_extra_test.c | 578 EVP_PKEY *pkey = NULL; in load_example_key() local 637 EVP_PKEY *pkey = NULL; in load_example_hmac_key() local 685 EVP_PKEY *pkey = NULL; in test_fromdata() local 1015 EVP_PKEY *pkey = NULL; in test_EVP_PKEY_sign() local 1151 EVP_PKEY *pkey = NULL; in test_EVP_DigestSignInit() local 1314 EVP_PKEY *pkey = NULL; in test_EVP_DigestVerifyInit() local 1353 EVP_PKEY *pkey = NULL; in test_siphash_digestsign() local 1452 EVP_PKEY *pkey = NULL; in test_d2i_AutoPrivateKey() local 1517 EVP_PKEY *pkey; in test_invalide_ec_char2_pub_range_decode() local 1534 EVP_PKEY *pkey = NULL; in test_EVP_PKCS82PKEY() local [all …]
|
/openssl-master/crypto/asn1/ |
A D | a_verify.c | 28 char *data, EVP_PKEY *pkey) in ASN1_verify() 91 EVP_PKEY *pkey) in ASN1_item_verify() 98 const ASN1_OCTET_STRING *id, EVP_PKEY *pkey, in ASN1_item_verify_ex() 116 EVP_PKEY *pkey; in ASN1_item_verify_ctx() local
|
A D | ameth_lib.c | 216 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_get0_asn1(const EVP_PKEY *pkey) in EVP_PKEY_get0_asn1() 291 const EVP_PKEY *pkey, in EVP_PKEY_asn1_set_public() 311 const EVP_PKEY *pkey, in EVP_PKEY_asn1_set_private() 320 void EVP_PKEY_asn1_set_param(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_param() 324 int (*param_encode) (const EVP_PKEY *pkey, in EVP_PKEY_asn1_set_param() 343 void EVP_PKEY_asn1_set_free(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_free() 349 void EVP_PKEY_asn1_set_ctrl(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_ctrl() 369 EVP_PKEY *pkey), in EVP_PKEY_asn1_set_item()
|
A D | a_sign.c | 28 ASN1_BIT_STRING *signature, char *data, EVP_PKEY *pkey, in ASN1_sign() 120 EVP_PKEY *pkey, const EVP_MD *md) in ASN1_item_sign() 129 EVP_PKEY *pkey, const EVP_MD *md, OSSL_LIB_CTX *libctx, in ASN1_item_sign_ex() 156 EVP_PKEY *pkey; in ASN1_item_sign_ctx() local
|
A D | t_spki.c | 22 EVP_PKEY *pkey; in NETSCAPE_SPKI_print() local
|
/openssl-master/demos/pkey/ |
A D | EVP_PKEY_EC_keygen.c | 85 static int get_key_values(EVP_PKEY *pkey) in get_key_values() 135 EVP_PKEY *pkey; in main() local
|
/openssl-master/providers/implementations/encode_decode/ |
A D | encode_key2ms.c | 39 EVP_PKEY *pkey, int ispub) in write_msblob() 50 EVP_PKEY *pkey, in write_pvk() 130 EVP_PKEY *pkey = NULL; in key2msblob_encode() local 151 EVP_PKEY *pkey = NULL; in key2pvk_encode() local
|
/openssl-master/crypto/x509/ |
A D | x509type.c | 16 int X509_certificate_type(const X509 *x, const EVP_PKEY *pkey) in X509_certificate_type()
|
A D | x_pubkey.c | 35 EVP_PKEY *pkey; member 400 EVP_PKEY *pkey; in x509_pubkey_decode() local 603 EVP_PKEY *pkey; in d2i_RSA_PUBKEY() local 644 EVP_PKEY *pkey; in ossl_d2i_DH_PUBKEY() local 685 EVP_PKEY *pkey; in ossl_d2i_DHx_PUBKEY() local 728 EVP_PKEY *pkey; in d2i_DSA_PUBKEY() local 770 EVP_PKEY *pkey; in d2i_EC_PUBKEY() local 814 EVP_PKEY *pkey; in ossl_d2i_ED25519_PUBKEY() local 855 EVP_PKEY *pkey; in ossl_d2i_ED448_PUBKEY() local 897 EVP_PKEY *pkey; in ossl_d2i_X25519_PUBKEY() local [all …]
|
A D | x509_r2x.c | 20 X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey) in X509_REQ_to_X509()
|
/openssl-master/demos/pkcs12/ |
A D | pkwrite.c | 21 EVP_PKEY *pkey; in main() local
|