Home
last modified time | relevance | path

Searched defs:pkey (Results 1 – 25 of 178) sorted by relevance

12345678

/openssl/crypto/evp/
H A Dp_legacy.c25 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()
H A Dp_lib.c62 int EVP_PKEY_get_bits(const EVP_PKEY *pkey) in EVP_PKEY_get_bits()
391 EVP_PKEY *pkey = NULL; in new_raw_key_int() local
632 EVP_PKEY *pkey = NULL; in new_cmac_key_int() local
791 void *EVP_PKEY_get0(const EVP_PKEY *pkey) in EVP_PKEY_get0()
874 DSA *EVP_PKEY_get1_DSA(EVP_PKEY *pkey) in EVP_PKEY_get1_DSA()
966 DH *EVP_PKEY_get1_DH(EVP_PKEY *pkey) in EVP_PKEY_get1_DH()
992 int EVP_PKEY_get_id(const EVP_PKEY *pkey) in EVP_PKEY_get_id()
1081 int EVP_PKEY_can_sign(const EVP_PKEY *pkey) in EVP_PKEY_can_sign()
1165 static int print_pkey(const EVP_PKEY *pkey, BIO *out, int indent, in print_pkey()
1667 int EVP_PKEY_up_ref(EVP_PKEY *pkey) in EVP_PKEY_up_ref()
[all …]
H A Dpmeth_check.c49 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
H A Dp_verify.c18 unsigned int siglen, EVP_PKEY *pkey, OSSL_LIB_CTX *libctx, in EVP_VerifyFinal_ex()
62 unsigned int siglen, EVP_PKEY *pkey) in EVP_VerifyFinal()
H A Dp_sign.c18 unsigned int *siglen, EVP_PKEY *pkey, OSSL_LIB_CTX *libctx, in EVP_SignFinal_ex()
68 unsigned int *siglen, EVP_PKEY *pkey) in EVP_SignFinal()
/openssl/crypto/dh/
H A Ddh_ameth.c34 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 …]
/openssl/crypto/dsa/
H A Ddsa_ameth.c29 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 …]
/openssl/crypto/ec/
H A Dec_ameth.c205 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 …]
H A Decx_meth.c31 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 …]
/openssl/demos/pkey/
H A DEVP_PKEY_RSA_keygen.c38 EVP_PKEY *pkey = NULL; in generate_rsa_key_long() local
110 EVP_PKEY *pkey = NULL; in generate_rsa_key_short() local
124 static int dump_key(const EVP_PKEY *pkey) in dump_key()
244 EVP_PKEY *pkey = NULL; in main() local
H A DEVP_PKEY_EC_keygen.c85 static int get_key_values(EVP_PKEY *pkey) in get_key_values()
135 EVP_PKEY *pkey; in main() local
/openssl/demos/signature/
H A DEVP_DSA_Signature_demo.c90 EVP_PKEY *pkey = NULL; in generate_dsa_key() local
123 static int extract_public_key(const EVP_PKEY *pkey, in extract_public_key()
143 static int extract_keypair(const EVP_PKEY *pkey, in extract_keypair()
172 EVP_PKEY *pkey = NULL; in demo_sign() local
235 EVP_PKEY *pkey = NULL; in demo_verify() local
274 EVP_PKEY *pkey = NULL; in main() local
H A Drsa_pss_direct.c41 EVP_PKEY *pkey = NULL; in sign() local
128 EVP_PKEY *pkey = NULL; in verify() local
H A Drsa_pss_hash.c36 EVP_PKEY *pkey = NULL; in sign() local
117 EVP_PKEY *pkey = NULL; in verify() local
/openssl/crypto/rsa/
H A Drsa_ameth.c29 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 …]
/openssl/demos/encode/
H A Dec_encode.c32 EVP_PKEY *pkey = NULL; in load_key() local
101 static int store_key(EVP_PKEY *pkey, FILE *f, const char *passphrase) in store_key()
178 EVP_PKEY *pkey = NULL; in main() local
H A Drsa_encode.c32 EVP_PKEY *pkey = NULL; in load_key() local
101 static int store_key(EVP_PKEY *pkey, FILE *f, const char *passphrase) in store_key()
175 EVP_PKEY *pkey = NULL; in main() local
/openssl/crypto/pkcs12/
H A Dp12_kiss.c35 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()
/openssl/crypto/asn1/
H A Da_verify.c28 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
H A Dameth_lib.c215 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_get0_asn1(const EVP_PKEY *pkey) in EVP_PKEY_get0_asn1()
287 const EVP_PKEY *pkey, in EVP_PKEY_asn1_set_public()
307 const EVP_PKEY *pkey, in EVP_PKEY_asn1_set_private()
316 void EVP_PKEY_asn1_set_param(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_param()
320 int (*param_encode) (const EVP_PKEY *pkey, in EVP_PKEY_asn1_set_param()
339 void EVP_PKEY_asn1_set_free(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_free()
345 void EVP_PKEY_asn1_set_ctrl(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_ctrl()
365 EVP_PKEY *pkey), in EVP_PKEY_asn1_set_item()
H A Da_sign.c28 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
/openssl/test/
H A Devp_extra_test2.c377 EVP_PKEY *pkey = NULL; in test_dh_paramgen() local
408 EVP_PKEY *pkey = NULL; in set_fromdata_string() local
424 EVP_PKEY *pkey = NULL; in set_fromdata_uint() local
594 EVP_PKEY *pkey = NULL; in test_d2i_AutoPrivateKey_ex() local
757 EVP_PKEY *pkey = NULL; in test_d2i_PrivateKey_ex() local
787 EVP_PKEY *pkey = NULL; in test_PEM_read_bio_negative() local
867 EVP_PKEY *pkey = NULL; in do_fromdata_key_is_equal() local
1035 EVP_PKEY *pkey = NULL; in do_check_params() local
1093 EVP_PKEY *pkey = NULL; in test_dsa_todata() local
1215 EVP_PKEY *pkey = NULL; in test_pkey_todata_null() local
[all …]
H A Dprovider_pkey_test.c57 EVP_PKEY *pkey = NULL; in test_pkey_sig() local
247 EVP_PKEY *pkey = NULL; in test_pkey_store() local
298 EVP_PKEY *pkey = NULL; in test_pkey_delete() local
380 EVP_PKEY *pkey = NULL; in test_pkey_store_open_ex() local
/openssl/providers/implementations/encode_decode/
H A Dencode_key2ms.c39 EVP_PKEY *pkey, int ispub) in write_msblob()
53 EVP_PKEY *pkey) in write_pvk()
134 EVP_PKEY *pkey = NULL; in key2msblob_encode() local
155 EVP_PKEY *pkey = NULL; in key2pvk_encode() local
/openssl/crypto/x509/
H A Dx_pubkey.c35 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 …]

Completed in 65 milliseconds

12345678