Home
last modified time | relevance | path

Searched refs:EVP_PKEY (Results 1 - 25 of 1107) sorted by relevance

12345678910>>...45

/third_party/node/deps/openssl/openssl/include/crypto/
H A Dasn1.h29 int (*pub_decode) (EVP_PKEY *pk, const X509_PUBKEY *pub);
30 int (*pub_encode) (X509_PUBKEY *pub, const EVP_PKEY *pk);
31 int (*pub_cmp) (const EVP_PKEY *a, const EVP_PKEY *b);
32 int (*pub_print) (BIO *out, const EVP_PKEY *pkey, int indent,
34 int (*priv_decode) (EVP_PKEY *pk, const PKCS8_PRIV_KEY_INFO *p8inf);
35 int (*priv_encode) (PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pk);
36 int (*priv_print) (BIO *out, const EVP_PKEY *pkey, int indent,
38 int (*pkey_size) (const EVP_PKEY *pk);
39 int (*pkey_bits) (const EVP_PKEY *p
[all...]
/third_party/openssl/include/crypto/
H A Dasn1.h29 int (*pub_decode) (EVP_PKEY *pk, const X509_PUBKEY *pub);
30 int (*pub_encode) (X509_PUBKEY *pub, const EVP_PKEY *pk);
31 int (*pub_cmp) (const EVP_PKEY *a, const EVP_PKEY *b);
32 int (*pub_print) (BIO *out, const EVP_PKEY *pkey, int indent,
34 int (*priv_decode) (EVP_PKEY *pk, const PKCS8_PRIV_KEY_INFO *p8inf);
35 int (*priv_encode) (PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pk);
36 int (*priv_print) (BIO *out, const EVP_PKEY *pkey, int indent,
38 int (*pkey_size) (const EVP_PKEY *pk);
39 int (*pkey_bits) (const EVP_PKEY *p
[all...]
/third_party/openssl/ohos_lite/include/crypto/
H A Dasn1.h20 int (*pub_decode) (EVP_PKEY *pk, X509_PUBKEY *pub);
21 int (*pub_encode) (X509_PUBKEY *pub, const EVP_PKEY *pk);
22 int (*pub_cmp) (const EVP_PKEY *a, const EVP_PKEY *b);
23 int (*pub_print) (BIO *out, const EVP_PKEY *pkey, int indent,
25 int (*priv_decode) (EVP_PKEY *pk, const PKCS8_PRIV_KEY_INFO *p8inf);
26 int (*priv_encode) (PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pk);
27 int (*priv_print) (BIO *out, const EVP_PKEY *pkey, int indent,
29 int (*pkey_size) (const EVP_PKEY *pk);
30 int (*pkey_bits) (const EVP_PKEY *p
[all...]
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h85 /* Easy to use macros for EVP_PKEY related selections */
803 EVP_PKEY *pkey);
805 EVP_PKEY *pkey, OSSL_LIB_CTX *libctx,
813 unsigned int siglen, EVP_PKEY *pkey);
815 unsigned int siglen, EVP_PKEY *pkey,
824 const char *props, EVP_PKEY *pkey,
828 EVP_PKEY *pkey);
835 const char *props, EVP_PKEY *pkey,
839 EVP_PKEY *pkey);
846 const unsigned char *iv, EVP_PKEY *pri
[all...]
/third_party/openssl/include/openssl/
H A Devp.h85 /* Easy to use macros for EVP_PKEY related selections */
801 EVP_PKEY *pkey);
803 EVP_PKEY *pkey, OSSL_LIB_CTX *libctx,
811 unsigned int siglen, EVP_PKEY *pkey);
813 unsigned int siglen, EVP_PKEY *pkey,
822 const char *props, EVP_PKEY *pkey,
826 EVP_PKEY *pkey);
833 const char *props, EVP_PKEY *pkey,
837 EVP_PKEY *pkey);
844 const unsigned char *iv, EVP_PKEY *pri
[all...]
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_pkey.c33 static EVP_PKEY *pem_read_bio_key_decoder(BIO *bp, EVP_PKEY **x, in pem_read_bio_key_decoder()
39 EVP_PKEY *pkey = NULL; in pem_read_bio_key_decoder()
99 static EVP_PKEY *pem_read_bio_key_legacy(BIO *bp, EVP_PKEY **x, in pem_read_bio_key_legacy()
110 EVP_PKEY *ret = NULL; in pem_read_bio_key_legacy()
214 static EVP_PKEY *pem_read_bio_key(BIO *bp, EVP_PKEY **x, in pem_read_bio_key()
220 EVP_PKEY *ret = NULL; in pem_read_bio_key()
262 EVP_PKEY *PEM_read_bio_PUBKEY_e
[all...]
/third_party/openssl/crypto/pem/
H A Dpem_pkey.c33 static EVP_PKEY *pem_read_bio_key_decoder(BIO *bp, EVP_PKEY **x, in pem_read_bio_key_decoder()
39 EVP_PKEY *pkey = NULL; in pem_read_bio_key_decoder()
99 static EVP_PKEY *pem_read_bio_key_legacy(BIO *bp, EVP_PKEY **x, in pem_read_bio_key_legacy()
110 EVP_PKEY *ret = NULL; in pem_read_bio_key_legacy()
214 static EVP_PKEY *pem_read_bio_key(BIO *bp, EVP_PKEY **x, in pem_read_bio_key()
220 EVP_PKEY *ret = NULL; in pem_read_bio_key()
262 EVP_PKEY *PEM_read_bio_PUBKEY_e
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dp_lib.c53 static int pkey_set_type(EVP_PKEY *pkey, ENGINE *e, int type, const char *str,
55 static void evp_pkey_free_it(EVP_PKEY *key);
62 int EVP_PKEY_get_bits(const EVP_PKEY *pkey) in EVP_PKEY_get_bits()
74 int EVP_PKEY_get_security_bits(const EVP_PKEY *pkey) in EVP_PKEY_get_security_bits()
86 int EVP_PKEY_save_parameters(EVP_PKEY *pkey, int mode) in EVP_PKEY_save_parameters()
109 int EVP_PKEY_set_ex_data(EVP_PKEY *key, int idx, void *arg) in EVP_PKEY_set_ex_data()
114 void *EVP_PKEY_get_ex_data(const EVP_PKEY *key, int idx) in EVP_PKEY_get_ex_data()
119 int EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from) in EVP_PKEY_copy_parameters()
125 EVP_PKEY *downgraded_fro in EVP_PKEY_copy_parameters()
[all...]
H A Dp_legacy.c11 * Legacy EVP_PKEY assign/set/get APIs are deprecated for public use, but
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()
40 return evp_pkey_get_legacy((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()
75 return evp_pkey_get_legacy((EVP_PKEY *)pkey); in evp_pkey_get0_EC_KEY_int()
78 const EC_KEY *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pke
[all...]
H A Devp_pkey.c24 EVP_PKEY *evp_pkcs82pkey_legacy(const PKCS8_PRIV_KEY_INFO *p8, OSSL_LIB_CTX *libctx, in evp_pkcs82pkey_legacy()
27 EVP_PKEY *pkey = NULL; in evp_pkcs82pkey_legacy()
66 EVP_PKEY *EVP_PKCS82PKEY_ex(const PKCS8_PRIV_KEY_INFO *p8, OSSL_LIB_CTX *libctx, in EVP_PKCS82PKEY_ex()
69 EVP_PKEY *pkey = NULL; in EVP_PKCS82PKEY_ex()
96 EVP_PKEY *EVP_PKCS82PKEY(const PKCS8_PRIV_KEY_INFO *p8) in EVP_PKCS82PKEY()
103 PKCS8_PRIV_KEY_INFO *EVP_PKEY2PKCS8(const EVP_PKEY *pkey) in EVP_PKEY2PKCS8()
162 /* EVP_PKEY attribute functions */
164 int EVP_PKEY_get_attr_count(const EVP_PKEY *key) in EVP_PKEY_get_attr_count()
169 int EVP_PKEY_get_attr_by_NID(const EVP_PKEY *key, int nid, int lastpos) in EVP_PKEY_get_attr_by_NID()
174 int EVP_PKEY_get_attr_by_OBJ(const EVP_PKEY *ke
[all...]
/third_party/openssl/crypto/evp/
H A Dp_lib.c53 static int pkey_set_type(EVP_PKEY *pkey, ENGINE *e, int type, const char *str,
55 static void evp_pkey_free_it(EVP_PKEY *key);
62 int EVP_PKEY_get_bits(const EVP_PKEY *pkey) in EVP_PKEY_get_bits()
74 int EVP_PKEY_get_security_bits(const EVP_PKEY *pkey) in EVP_PKEY_get_security_bits()
86 int EVP_PKEY_save_parameters(EVP_PKEY *pkey, int mode) in EVP_PKEY_save_parameters()
109 int EVP_PKEY_set_ex_data(EVP_PKEY *key, int idx, void *arg) in EVP_PKEY_set_ex_data()
114 void *EVP_PKEY_get_ex_data(const EVP_PKEY *key, int idx) in EVP_PKEY_get_ex_data()
119 int EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from) in EVP_PKEY_copy_parameters()
125 EVP_PKEY *downgraded_fro in EVP_PKEY_copy_parameters()
[all...]
H A Dp_legacy.c11 * Legacy EVP_PKEY assign/set/get APIs are deprecated for public use, but
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()
40 return evp_pkey_get_legacy((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()
75 return evp_pkey_get_legacy((EVP_PKEY *)pkey); in evp_pkey_get0_EC_KEY_int()
78 const EC_KEY *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pke
[all...]
H A Devp_pkey.c24 EVP_PKEY *evp_pkcs82pkey_legacy(const PKCS8_PRIV_KEY_INFO *p8, OSSL_LIB_CTX *libctx, in evp_pkcs82pkey_legacy()
27 EVP_PKEY *pkey = NULL; in evp_pkcs82pkey_legacy()
66 EVP_PKEY *EVP_PKCS82PKEY_ex(const PKCS8_PRIV_KEY_INFO *p8, OSSL_LIB_CTX *libctx, in EVP_PKCS82PKEY_ex()
69 EVP_PKEY *pkey = NULL; in EVP_PKCS82PKEY_ex()
96 EVP_PKEY *EVP_PKCS82PKEY(const PKCS8_PRIV_KEY_INFO *p8) in EVP_PKCS82PKEY()
103 PKCS8_PRIV_KEY_INFO *EVP_PKEY2PKCS8(const EVP_PKEY *pkey) in EVP_PKEY2PKCS8()
162 /* EVP_PKEY attribute functions */
164 int EVP_PKEY_get_attr_count(const EVP_PKEY *key) in EVP_PKEY_get_attr_count()
169 int EVP_PKEY_get_attr_by_NID(const EVP_PKEY *key, int nid, int lastpos) in EVP_PKEY_get_attr_by_NID()
174 int EVP_PKEY_get_attr_by_OBJ(const EVP_PKEY *ke
[all...]
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dd2i_pr.c26 static EVP_PKEY *
27 d2i_PrivateKey_decoder(int keytype, EVP_PKEY **a, const unsigned char **pp, in d2i_PrivateKey_decoder()
32 EVP_PKEY *pkey = NULL, *bak_a = NULL; in d2i_PrivateKey_decoder()
33 EVP_PKEY **ppkey = &pkey; in d2i_PrivateKey_decoder()
77 EVP_PKEY *
78 ossl_d2i_PrivateKey_legacy(int keytype, EVP_PKEY **a, const unsigned char **pp, in ossl_d2i_PrivateKey_legacy()
81 EVP_PKEY *ret; in ossl_d2i_PrivateKey_legacy()
107 EVP_PKEY *tmp; in ossl_d2i_PrivateKey_legacy()
143 EVP_PKEY *d2i_PrivateKey_ex(int keytype, EVP_PKEY **
[all...]
H A Dameth_lib.c215 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_get0_asn1(const EVP_PKEY *pkey) in EVP_PKEY_get0_asn1()
283 int (*pub_decode) (EVP_PKEY *pk, in EVP_PKEY_asn1_set_public()
286 const EVP_PKEY *pk), in EVP_PKEY_asn1_set_public()
287 int (*pub_cmp) (const EVP_PKEY *a, in EVP_PKEY_asn1_set_public()
288 const EVP_PKEY *b), in EVP_PKEY_asn1_set_public()
290 const EVP_PKEY *pkey, in EVP_PKEY_asn1_set_public()
292 int (*pkey_size) (const EVP_PKEY *pk), in EVP_PKEY_asn1_set_public()
293 int (*pkey_bits) (const EVP_PKEY *pk)) in EVP_PKEY_asn1_set_public()
304 int (*priv_decode) (EVP_PKEY *pk, in EVP_PKEY_asn1_set_private()
308 const EVP_PKEY *p in EVP_PKEY_asn1_set_private()
[all...]
/third_party/openssl/crypto/asn1/
H A Dd2i_pr.c26 static EVP_PKEY *
27 d2i_PrivateKey_decoder(int keytype, EVP_PKEY **a, const unsigned char **pp, in d2i_PrivateKey_decoder()
32 EVP_PKEY *pkey = NULL, *bak_a = NULL; in d2i_PrivateKey_decoder()
33 EVP_PKEY **ppkey = &pkey; in d2i_PrivateKey_decoder()
77 EVP_PKEY *
78 ossl_d2i_PrivateKey_legacy(int keytype, EVP_PKEY **a, const unsigned char **pp, in ossl_d2i_PrivateKey_legacy()
81 EVP_PKEY *ret; in ossl_d2i_PrivateKey_legacy()
107 EVP_PKEY *tmp; in ossl_d2i_PrivateKey_legacy()
143 EVP_PKEY *d2i_PrivateKey_ex(int keytype, EVP_PKEY **
[all...]
H A Dameth_lib.c215 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_get0_asn1(const EVP_PKEY *pkey) in EVP_PKEY_get0_asn1()
283 int (*pub_decode) (EVP_PKEY *pk, in EVP_PKEY_asn1_set_public()
286 const EVP_PKEY *pk), in EVP_PKEY_asn1_set_public()
287 int (*pub_cmp) (const EVP_PKEY *a, in EVP_PKEY_asn1_set_public()
288 const EVP_PKEY *b), in EVP_PKEY_asn1_set_public()
290 const EVP_PKEY *pkey, in EVP_PKEY_asn1_set_public()
292 int (*pkey_size) (const EVP_PKEY *pk), in EVP_PKEY_asn1_set_public()
293 int (*pkey_bits) (const EVP_PKEY *pk)) in EVP_PKEY_asn1_set_public()
304 int (*priv_decode) (EVP_PKEY *pk, in EVP_PKEY_asn1_set_private()
308 const EVP_PKEY *p in EVP_PKEY_asn1_set_private()
[all...]
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h621 EVP_PKEY *pkey);
628 unsigned int siglen, EVP_PKEY *pkey);
636 EVP_PKEY *pkey);
642 EVP_PKEY *pkey);
649 const unsigned char *iv, EVP_PKEY *priv);
654 EVP_PKEY **pubk, int npubk);
987 EVP_PKEY *private_key);
990 EVP_PKEY *pub_key);
992 int EVP_PKEY_id(const EVP_PKEY *pkey);
993 int EVP_PKEY_base_id(const EVP_PKEY *pke
[all...]
/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_ameth.c34 static DH *d2i_dhp(const EVP_PKEY *pkey, const unsigned char **pp, in d2i_dhp()
48 static int i2d_dhp(const EVP_PKEY *pkey, const DH *a, unsigned char **pp) in i2d_dhp()
55 static void int_dh_free(EVP_PKEY *pkey) in int_dh_free()
60 static int dh_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey) in dh_pub_decode()
111 static int dh_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in dh_pub_encode()
164 static int dh_priv_decode(EVP_PKEY *pkey, const PKCS8_PRIV_KEY_INFO *p8) in dh_priv_decode()
177 static int dh_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey) in dh_priv_encode()
227 static int dh_param_decode(EVP_PKEY *pkey, in dh_param_decode()
239 static int dh_param_encode(const EVP_PKEY *pkey, unsigned char **pder) in dh_param_encode()
300 static int int_dh_size(const EVP_PKEY *pke
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_ameth.c68 static int eckey_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in eckey_pub_encode()
100 static int eckey_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey) in eckey_pub_decode()
131 static int eckey_pub_cmp(const EVP_PKEY *a, const EVP_PKEY *b) in eckey_pub_cmp()
148 static int eckey_priv_decode_ex(EVP_PKEY *pkey, const PKCS8_PRIV_KEY_INFO *p8, in eckey_priv_decode_ex()
162 static int eckey_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey) in eckey_priv_encode()
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 *pke
[all...]
/third_party/openssl/crypto/ec/
H A Dec_ameth.c68 static int eckey_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in eckey_pub_encode()
100 static int eckey_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey) in eckey_pub_decode()
131 static int eckey_pub_cmp(const EVP_PKEY *a, const EVP_PKEY *b) in eckey_pub_cmp()
148 static int eckey_priv_decode_ex(EVP_PKEY *pkey, const PKCS8_PRIV_KEY_INFO *p8, in eckey_priv_decode_ex()
162 static int eckey_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey) in eckey_priv_encode()
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 *pke
[all...]
/third_party/openssl/crypto/dh/
H A Ddh_ameth.c34 static DH *d2i_dhp(const EVP_PKEY *pkey, const unsigned char **pp, in d2i_dhp()
48 static int i2d_dhp(const EVP_PKEY *pkey, const DH *a, unsigned char **pp) in i2d_dhp()
55 static void int_dh_free(EVP_PKEY *pkey) in int_dh_free()
60 static int dh_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey) in dh_pub_decode()
111 static int dh_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in dh_pub_encode()
164 static int dh_priv_decode(EVP_PKEY *pkey, const PKCS8_PRIV_KEY_INFO *p8) in dh_priv_decode()
177 static int dh_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey) in dh_priv_encode()
227 static int dh_param_decode(EVP_PKEY *pkey, in dh_param_decode()
239 static int dh_param_encode(const EVP_PKEY *pkey, unsigned char **pder) in dh_param_encode()
300 static int int_dh_size(const EVP_PKEY *pke
[all...]
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Devp.rs146 pkey: *mut EVP_PKEY, in EVP_DigestSignInit()
161 pkey: *mut EVP_PKEY, in EVP_DigestVerifyInit()
175 pubk: *mut *mut EVP_PKEY, in EVP_SealInit()
204 priv_: *mut EVP_PKEY, in EVP_OpenInit()
230 pub fn EVP_PKEY_get_size(pkey: *const EVP_PKEY) -> c_int; in EVP_PKEY_get_size()
235 pub fn EVP_PKEY_size(pkey: #[const_ptr_if(any(ossl111b, libressl280))] EVP_PKEY) -> c_int; in EVP_PKEY_size()
425 pub fn EVP_PKEY_get_id(pkey: *const EVP_PKEY) -> c_int; in EVP_PKEY_get_id()
426 pub fn EVP_PKEY_get_bits(key: *const EVP_PKEY) -> c_int; in EVP_PKEY_get_bits()
427 pub fn EVP_PKEY_get_security_bits(key: *const EVP_PKEY) -> c_int; in EVP_PKEY_get_security_bits()
431 pub fn EVP_PKEY_id(pkey: *const EVP_PKEY)
[all...]
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
H A Dssl_pkey.c25 EVP_PKEY* __EVP_PKEY_new(EVP_PKEY *ipk, void *rngctx) in __EVP_PKEY_new()
28 EVP_PKEY *pkey; in __EVP_PKEY_new()
30 pkey = ssl_mem_zalloc(sizeof(EVP_PKEY)); in __EVP_PKEY_new()
59 EVP_PKEY* EVP_PKEY_new(void *rngctx) in EVP_PKEY_new()
67 void EVP_PKEY_free(EVP_PKEY *pkey) in EVP_PKEY_free()
80 EVP_PKEY *d2i_PrivateKey(int type, in d2i_PrivateKey()
81 EVP_PKEY **a, in d2i_PrivateKey()
87 EVP_PKEY *pkey; in d2i_PrivateKey()
126 int SSL_CTX_use_PrivateKey(SSL_CTX *ctx, EVP_PKEY *pke
[all...]
/third_party/node/deps/openssl/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()
150 static int dsa_priv_decode(EVP_PKEY *pkey, const PKCS8_PRIV_KEY_INFO *p8) in dsa_priv_decode()
163 static int dsa_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey) in dsa_priv_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()
243 static int dsa_copy_parameters(EVP_PKEY *to, const EVP_PKEY *fro
[all...]

Completed in 23 milliseconds

12345678910>>...45