| /crypto/evp/ |
| A D | p_legacy.c | 25 int EVP_PKEY_set1_RSA(EVP_PKEY *pkey, RSA *key) in EVP_PKEY_set1_RSA() 40 RSA *evp_pkey_get0_RSA_int(const EVP_PKEY *pkey) in evp_pkey_get0_RSA_int() 49 const RSA *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey) in EVP_PKEY_get0_RSA() 54 RSA *EVP_PKEY_get1_RSA(EVP_PKEY *pkey) in EVP_PKEY_get1_RSA() 65 int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, EC_KEY *key) in EVP_PKEY_set1_EC_KEY() 76 EC_KEY *evp_pkey_get0_EC_KEY_int(const EVP_PKEY *pkey) in evp_pkey_get0_EC_KEY_int() 85 const EC_KEY *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey) in EVP_PKEY_get0_EC_KEY() 90 EC_KEY *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey) in EVP_PKEY_get1_EC_KEY()
|
| A D | p_lib.c | 61 int EVP_PKEY_get_bits(const EVP_PKEY *pkey) in EVP_PKEY_get_bits() 427 EVP_PKEY *pkey = NULL; in new_raw_key_int() local 668 EVP_PKEY *pkey = NULL; in new_cmac_key_int() local 827 void *EVP_PKEY_get0(const EVP_PKEY *pkey) in EVP_PKEY_get0() 917 DSA *EVP_PKEY_get1_DSA(EVP_PKEY *pkey) in EVP_PKEY_get1_DSA() 1014 DH *EVP_PKEY_get1_DH(EVP_PKEY *pkey) in EVP_PKEY_get1_DH() 1025 int EVP_PKEY_get_id(const EVP_PKEY *pkey) in EVP_PKEY_get_id() 1114 int EVP_PKEY_can_sign(const EVP_PKEY *pkey) in EVP_PKEY_can_sign() 1198 static int print_pkey(const EVP_PKEY *pkey, BIO *out, int indent, in print_pkey() 1707 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() 62 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() 68 unsigned int *siglen, EVP_PKEY *pkey) in EVP_SignFinal()
|
| A D | m_sigver.c | 40 ENGINE *e, EVP_PKEY *pkey, int ver, in do_sigver_init() 373 const char *props, EVP_PKEY *pkey, in EVP_DigestSignInit_ex() 381 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey) in EVP_DigestSignInit() 389 const char *props, EVP_PKEY *pkey, in EVP_DigestVerifyInit_ex() 397 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey) in EVP_DigestVerifyInit()
|
| A D | evp_pkey.c | 33 EVP_PKEY *pkey = NULL; in evp_pkcs82pkey_legacy() local 75 EVP_PKEY *pkey = NULL; in EVP_PKCS82PKEY_ex() local 129 PKCS8_PRIV_KEY_INFO *EVP_PKEY2PKCS8(const EVP_PKEY *pkey) in EVP_PKEY2PKCS8()
|
| /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() 227 static int dh_param_decode(EVP_PKEY *pkey, in dh_param_decode() 300 static int int_dh_size(const EVP_PKEY *pkey) in int_dh_size() 305 static int dh_bits(const EVP_PKEY *pkey) in dh_bits() 310 static int dh_security_bits(const EVP_PKEY *pkey) in dh_security_bits() 428 static int dh_pkey_public_check(const EVP_PKEY *pkey) in dh_pkey_public_check() 440 static int dh_pkey_param_check(const EVP_PKEY *pkey) in dh_pkey_param_check() 447 static size_t dh_pkey_dirty_cnt(const EVP_PKEY *pkey) in dh_pkey_dirty_cnt() [all …]
|
| /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() 218 static int int_dsa_size(const EVP_PKEY *pkey) in int_dsa_size() 223 static int dsa_bits(const EVP_PKEY *pkey) in dsa_bits() 228 static int dsa_security_bits(const EVP_PKEY *pkey) in dsa_security_bits() 233 static int dsa_missing_parameters(const EVP_PKEY *pkey) in dsa_missing_parameters() 267 static void int_dsa_free(EVP_PKEY *pkey) in int_dsa_free() 320 static int dsa_param_decode(EVP_PKEY *pkey, in dsa_param_decode() 356 static int old_dsa_priv_decode(EVP_PKEY *pkey, in old_dsa_priv_decode() 424 static size_t dsa_pkey_dirty_cnt(const EVP_PKEY *pkey) in dsa_pkey_dirty_cnt() [all …]
|
| /crypto/ec/ |
| A D | ec_ameth.c | 205 static int int_ec_size(const EVP_PKEY *pkey) in int_ec_size() 210 static int ec_bits(const EVP_PKEY *pkey) in ec_bits() 215 static int ec_security_bits(const EVP_PKEY *pkey) in ec_security_bits() 232 static int ec_missing_parameters(const EVP_PKEY *pkey) in ec_missing_parameters() 272 static void int_ec_free(EVP_PKEY *pkey) in int_ec_free() 346 static int eckey_param_decode(EVP_PKEY *pkey, in eckey_param_decode() 380 static int old_ec_priv_decode(EVP_PKEY *pkey, in old_ec_priv_decode() 423 static int ec_pkey_check(const EVP_PKEY *pkey) in ec_pkey_check() 452 static int ec_pkey_param_check(const EVP_PKEY *pkey) in ec_pkey_param_check() 466 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() 54 static int ecx_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey) in ecx_pub_decode() 130 static int ecx_size(const EVP_PKEY *pkey) in ecx_size() 135 static int ecx_bits(const EVP_PKEY *pkey) in ecx_bits() 146 static int ecx_security_bits(const EVP_PKEY *pkey) in ecx_security_bits() 155 static void ecx_free(EVP_PKEY *pkey) in ecx_free() 337 static size_t ecx_pkey_dirty_cnt(const EVP_PKEY *pkey) in ecx_pkey_dirty_cnt() 388 EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(pctx); in ecx_generic_import_from() local 530 static int ecd_size25519(const EVP_PKEY *pkey) in ecd_size25519() 535 static int ecd_size448(const EVP_PKEY *pkey) in ecd_size448() [all …]
|
| /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() 76 static int rsa_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey) in rsa_pub_decode() 129 static int old_rsa_priv_decode(EVP_PKEY *pkey, in old_rsa_priv_decode() 185 static int int_rsa_size(const EVP_PKEY *pkey) in int_rsa_size() 190 static int rsa_bits(const EVP_PKEY *pkey) in rsa_bits() 195 static int rsa_security_bits(const EVP_PKEY *pkey) in rsa_security_bits() 200 static void int_rsa_free(EVP_PKEY *pkey) in int_rsa_free() 779 static int rsa_pkey_check(const EVP_PKEY *pkey) in rsa_pkey_check() 784 static size_t rsa_pkey_dirty_cnt(const EVP_PKEY *pkey) in rsa_pkey_dirty_cnt() [all …]
|
| /crypto/pkcs12/ |
| A D | p12_kiss.c | 35 int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert, in PKCS12_parse() 140 EVP_PKEY **pkey, STACK_OF(X509) *ocerts) in parse_pk12() 176 int passlen, EVP_PKEY **pkey, STACK_OF(X509) *ocerts, in parse_bags() 191 EVP_PKEY **pkey, STACK_OF(X509) *ocerts, in parse_bag()
|
| A D | p12_crt.c | 26 static int copy_bag_attr(PKCS12_SAFEBAG *bag, EVP_PKEY *pkey, int nid) in copy_bag_attr() 35 PKCS12 *PKCS12_create_ex2(const char *pass, const char *name, EVP_PKEY *pkey, in PKCS12_create_ex2() 174 PKCS12 *PKCS12_create_ex(const char *pass, const char *name, EVP_PKEY *pkey, X509 *cert, in PKCS12_create_ex() 184 PKCS12 *PKCS12_create(const char *pass, const char *name, EVP_PKEY *pkey, X509 *cert, in PKCS12_create()
|
| /crypto/asn1/ |
| A D | a_verify.c | 28 char *data, EVP_PKEY *pkey) in ASN1_verify() 89 EVP_PKEY *pkey) in ASN1_item_verify() 96 const ASN1_OCTET_STRING *id, EVP_PKEY *pkey, in ASN1_item_verify_ex() 114 EVP_PKEY *pkey; in ASN1_item_verify_ctx() local
|
| A D | ameth_lib.c | 217 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_get0_asn1(const EVP_PKEY *pkey) in EVP_PKEY_get0_asn1() 289 const EVP_PKEY *pkey, in EVP_PKEY_asn1_set_public() 309 const EVP_PKEY *pkey, in EVP_PKEY_asn1_set_private() 318 void EVP_PKEY_asn1_set_param(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_param() 322 int (*param_encode) (const EVP_PKEY *pkey, in EVP_PKEY_asn1_set_param() 341 void EVP_PKEY_asn1_set_free(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_free() 347 void EVP_PKEY_asn1_set_ctrl(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_ctrl() 367 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() 116 EVP_PKEY *pkey, const EVP_MD *md) in ASN1_item_sign() 125 EVP_PKEY *pkey, const EVP_MD *md, OSSL_LIB_CTX *libctx, in ASN1_item_sign_ex() 152 EVP_PKEY *pkey; in ASN1_item_sign_ctx() local
|
| A D | t_spki.c | 22 EVP_PKEY *pkey; in NETSCAPE_SPKI_print() local
|
| /crypto/x509/ |
| A D | x_pubkey.c | 35 EVP_PKEY *pkey; member 406 EVP_PKEY *pkey; in x509_pubkey_decode() local 607 EVP_PKEY *pkey; in d2i_RSA_PUBKEY() local 648 EVP_PKEY *pkey; in ossl_d2i_DH_PUBKEY() local 689 EVP_PKEY *pkey; in ossl_d2i_DHx_PUBKEY() local 732 EVP_PKEY *pkey; in d2i_DSA_PUBKEY() local 798 EVP_PKEY *pkey; in d2i_EC_PUBKEY() local 843 EVP_PKEY *pkey; in ossl_d2i_ED25519_PUBKEY() local 884 EVP_PKEY *pkey; in ossl_d2i_ED448_PUBKEY() local 926 EVP_PKEY *pkey; in ossl_d2i_X25519_PUBKEY() local [all …]
|
| A D | x509type.c | 16 int X509_certificate_type(const X509 *x, const EVP_PKEY *pkey) in X509_certificate_type()
|
| A D | x509_r2x.c | 20 X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey) in X509_REQ_to_X509()
|
| A D | x509rset.c | 36 int X509_REQ_set_pubkey(X509_REQ *x, EVP_PKEY *pkey) in X509_REQ_set_pubkey()
|
| /crypto/engine/ |
| A D | eng_pkey.c | 59 EVP_PKEY *pkey; in ENGINE_load_private_key() local 88 EVP_PKEY *pkey; in ENGINE_load_public_key() local
|
| /crypto/pkcs7/ |
| A D | pk7_smime.c | 24 PKCS7 *PKCS7_sign_ex(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs, in PKCS7_sign_ex() 68 PKCS7 *PKCS7_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs, in PKCS7_sign() 119 EVP_PKEY *pkey, const EVP_MD *md, in PKCS7_sign_add_signer() 478 int PKCS7_decrypt(PKCS7 *p7, EVP_PKEY *pkey, X509 *cert, BIO *data, int flags) in PKCS7_decrypt()
|
| /crypto/crmf/ |
| A D | crmf_lib.c | 358 EVP_PKEY *pkey, const EVP_MD *digest, in create_popo_signature() 389 EVP_PKEY *pkey, const EVP_MD *digest, in OSSL_CRMF_MSG_create_popo() 666 X509_STORE *ts, STACK_OF(X509) *extra, EVP_PKEY *pkey, in OSSL_CRMF_ENCRYPTEDKEY_get1_pkey() 760 EVP_PKEY *pkey, int *outlen) in OSSL_CRMF_ENCRYPTEDVALUE_decrypt() 868 EVP_PKEY *pkey) in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() 898 EVP_PKEY *pkey, unsigned int flags) in OSSL_CRMF_ENCRYPTEDKEY_get1_encCert()
|