/openssl/crypto/asn1/ |
H A D | ameth_lib.c | 279 void EVP_PKEY_asn1_set_public(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_public() 300 void EVP_PKEY_asn1_set_private(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_private() 316 void EVP_PKEY_asn1_set_param(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_param() 352 void EVP_PKEY_asn1_set_security_bits(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_security_bits() 385 void EVP_PKEY_asn1_set_check(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_check() 391 void EVP_PKEY_asn1_set_public_check(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_public_check() 397 void EVP_PKEY_asn1_set_param_check(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_param_check() 403 void EVP_PKEY_asn1_set_set_priv_key(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_set_priv_key() 412 void EVP_PKEY_asn1_set_set_pub_key(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_set_pub_key() 420 void EVP_PKEY_asn1_set_get_priv_key(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_get_priv_key() [all …]
|
H A D | p8_pkey.c | 54 const unsigned char **pk, int *ppklen, in PKCS8_pkey_get0()
|
/openssl/crypto/evp/ |
H A D | keymgmt_lib.c | 87 int evp_keymgmt_util_export(const EVP_PKEY *pk, int selection, in evp_keymgmt_util_export() 96 void *evp_keymgmt_util_export_to_provider(EVP_PKEY *pk, EVP_KEYMGMT *keymgmt, in evp_keymgmt_util_export_to_provider() 222 int evp_keymgmt_util_clear_operation_cache(EVP_PKEY *pk) in evp_keymgmt_util_clear_operation_cache() 232 OP_CACHE_ELEM *evp_keymgmt_util_find_operation_cache(EVP_PKEY *pk, in evp_keymgmt_util_find_operation_cache() 256 int evp_keymgmt_util_cache_keydata(EVP_PKEY *pk, EVP_KEYMGMT *keymgmt, in evp_keymgmt_util_cache_keydata() 289 void evp_keymgmt_util_cache_keyinfo(EVP_PKEY *pk) in evp_keymgmt_util_cache_keyinfo() 329 int evp_keymgmt_util_has(EVP_PKEY *pk, int selection) in evp_keymgmt_util_has()
|
/openssl/crypto/dsa/ |
H A D | dsa_prn.c | 55 EVP_PKEY *pk; in DSA_print() local 69 EVP_PKEY *pk; in DSAparams_print() local
|
/openssl/crypto/x509/ |
H A D | x509type.c | 18 const EVP_PKEY *pk; in X509_certificate_type() local
|
H A D | v3_skid.c | 58 const unsigned char *pk; in ossl_x509_pubkey_hash() local
|
H A D | x509_cmp.c | 477 EVP_PKEY *pk; in X509_chain_check_suiteb() local 548 int X509_CRL_check_suiteb(X509_CRL *crl, EVP_PKEY *pk, unsigned long flags) in X509_CRL_check_suiteb() 564 int X509_CRL_check_suiteb(X509_CRL *crl, EVP_PKEY *pk, unsigned long flags) in X509_CRL_check_suiteb()
|
H A D | x_crl.c | 489 EVP_PKEY *pk)) in X509_CRL_METHOD_new()
|
H A D | x_pubkey.c | 325 X509_PUBKEY *pk = NULL; in X509_PUBKEY_set() local 1029 const unsigned char **pk, int *ppklen, in X509_PUBKEY_get0_param()
|
/openssl/crypto/rsa/ |
H A D | rsa_prn.c | 40 EVP_PKEY *pk; in RSA_print() local
|
H A D | rsa_ameth.c | 53 static int rsa_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in rsa_pub_encode() 454 EVP_PKEY *pk = EVP_PKEY_CTX_get0_pkey(pkctx); in rsa_ctx_to_pss() local
|
/openssl/test/ |
H A D | evp_pkey_provided_test.c | 141 static int test_print_key_using_pem(const char *alg, const EVP_PKEY *pk) in test_print_key_using_pem() 206 const EVP_PKEY *pk) in test_print_key_type_using_encoder() 327 const EVP_PKEY *pk) in test_print_key_using_encoder_public() 353 EVP_PKEY *pk = NULL, *copy_pk = NULL, *dup_pk = NULL; in test_fromdata_rsa() local 464 EVP_PKEY *pk = NULL, *copy_pk = NULL, *dup_pk = NULL; in do_fromdata_rsa_derive() local 848 EVP_PKEY *pk = NULL; in test_evp_pkey_get_bn_param_large() local 904 EVP_PKEY *pk = NULL, *copy_pk = NULL, *dup_pk = NULL; in test_fromdata_dh_named_group() local 1118 EVP_PKEY *pk = NULL, *dup_pk = NULL; in test_fromdata_dh_fips186_4() local 1316 EVP_PKEY *pk = NULL, *copy_pk = NULL, *dup_pk = NULL; in test_fromdata_ecx() local 1579 EVP_PKEY *pk = NULL, *copy_pk = NULL, *dup_pk = NULL; in test_fromdata_ec() local [all …]
|
H A D | enginetest.c | 234 EVP_PKEY *pk = EVP_PKEY_new(); in get_test_pkey() local
|
H A D | keymgmt_internal_test.c | 148 EVP_PKEY *pk = NULL, *dup_pk = NULL; in test_pass_rsa() local
|
/openssl/crypto/store/ |
H A D | store_result.c | 191 EVP_PKEY *pk = NULL; in try_key_ref() local 264 EVP_PKEY *pk = NULL; in try_key_value() local 310 EVP_PKEY *pk = NULL; in try_key_value_legacy() local 394 EVP_PKEY *pk = NULL; in try_key() local
|
/openssl/crypto/cms/ |
H A D | cms_kari.c | 163 EVP_PKEY *pk, X509 *peer) in CMS_RecipientInfo_kari_set0_pkey_and_peer() 193 int CMS_RecipientInfo_kari_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pk) in CMS_RecipientInfo_kari_set0_pkey() 284 EVP_PKEY *pk) in cms_kari_create_ephemeral_key()
|
H A D | cms_env.c | 330 EVP_PKEY *pk, unsigned int flags, in cms_RecipientInfo_ktri_init() 389 EVP_PKEY *pk = NULL; in CMS_add1_recipient() local 448 EVP_PKEY **pk, X509 **recip, in CMS_RecipientInfo_ktri_get0_algs() 1334 int ossl_cms_pkey_get_ri_type(EVP_PKEY *pk) in ossl_cms_pkey_get_ri_type() 1361 int ossl_cms_pkey_is_ri_type_supported(EVP_PKEY *pk, int ri_type) in ossl_cms_pkey_is_ri_type_supported()
|
H A D | cms_smime.c | 686 EVP_PKEY *pk, X509 *cert, X509 *peer) in cms_kari_set1_pkey_and_peer() 709 int CMS_decrypt_set1_pkey(CMS_ContentInfo *cms, EVP_PKEY *pk, X509 *cert) in CMS_decrypt_set1_pkey() 714 int CMS_decrypt_set1_pkey_and_peer(CMS_ContentInfo *cms, EVP_PKEY *pk, in CMS_decrypt_set1_pkey_and_peer() 870 int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pk, X509 *cert, in CMS_decrypt()
|
H A D | cms_dh.c | 28 EVP_PKEY *pkpeer = NULL, *pk = NULL; in dh_cms_set_peerkey() local
|
H A D | cms_ec.c | 90 EVP_PKEY *pk; in ecdh_cms_set_peerkey() local
|
H A D | cms_sd.c | 335 X509 *signer, EVP_PKEY *pk, const EVP_MD *md, in CMS_add1_signer() 694 void CMS_SignerInfo_get0_algs(CMS_SignerInfo *si, EVP_PKEY **pk, in CMS_SignerInfo_get0_algs()
|
/openssl/crypto/pem/ |
H A D | pvkfmt.c | 567 static int do_i2b(unsigned char **out, const EVP_PKEY *pk, int ispub) in do_i2b() 621 static int do_i2b_bio(BIO *out, const EVP_PKEY *pk, int ispub) in do_i2b_bio() 750 int i2b_PrivateKey_bio(BIO *out, const EVP_PKEY *pk) in i2b_PrivateKey_bio() 755 int i2b_PublicKey_bio(BIO *out, const EVP_PKEY *pk) in i2b_PublicKey_bio() 1011 static int i2b_PVK(unsigned char **out, const EVP_PKEY *pk, int enclevel, in i2b_PVK() 1112 int i2b_PVK_bio_ex(BIO *out, const EVP_PKEY *pk, int enclevel, in i2b_PVK_bio_ex() 1131 int i2b_PVK_bio(BIO *out, const EVP_PKEY *pk, int enclevel, in i2b_PVK_bio()
|
/openssl/crypto/encode_decode/ |
H A D | encoder_pkey.c | 158 const EVP_PKEY *pk; member 187 const EVP_PKEY *pk = data->pk; in encoder_construct_pkey() local
|
/openssl/include/crypto/ |
H A D | evp.h | 628 #define evp_pkey_is_blank(pk) \ argument 630 #define evp_pkey_is_typed(pk) \ argument 633 # define evp_pkey_is_assigned(pk) \ argument 639 #define evp_pkey_is_legacy(pk) \ argument 641 #define evp_pkey_is_provided(pk) \ argument
|
/openssl/crypto/pkcs7/ |
H A D | pk7_lib.c | 547 void PKCS7_SIGNER_INFO_get0_algs(PKCS7_SIGNER_INFO *si, EVP_PKEY **pk, in PKCS7_SIGNER_INFO_get0_algs()
|