Searched refs:EVP_PKEY (Results 276 - 300 of 1050) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/dh/
H A Ddh_ameth.c77 static DH *d2i_dhp(const EVP_PKEY *pkey, const unsigned char **pp,
85 static int i2d_dhp(const EVP_PKEY *pkey, const DH *a, unsigned char **pp)
92 static void int_dh_free(EVP_PKEY *pkey)
97 static int dh_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey)
151 static int dh_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey)
206 static int dh_priv_decode(EVP_PKEY *pkey, PKCS8_PRIV_KEY_INFO *p8)
257 static int dh_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey)
316 static int dh_param_decode(EVP_PKEY *pkey,
328 static int dh_param_encode(const EVP_PKEY *pkey, unsigned char **pder)
435 static int int_dh_size(const EVP_PKEY *pke
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/engines/ccgost/
H A Dgost2001_keyx.c80 EVP_PKEY *my_key = EVP_PKEY_CTX_get0_pkey(ctx);
81 EVP_PKEY *peer_key = EVP_PKEY_CTX_get0_peerkey(ctx);
120 EVP_PKEY *pubk = EVP_PKEY_CTX_get0_pkey(pctx);
127 EVP_PKEY *sec_key = EVP_PKEY_CTX_get0_peerkey(pctx);
222 EVP_PKEY *priv = EVP_PKEY_CTX_get0_pkey(pctx);
229 EVP_PKEY *eph_key = NULL, *peerkey = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/engines/ccgost/
H A Dgost2001_keyx.c81 EVP_PKEY *my_key = EVP_PKEY_CTX_get0_pkey(ctx);
82 EVP_PKEY *peer_key = EVP_PKEY_CTX_get0_peerkey(ctx);
120 EVP_PKEY *pubk = EVP_PKEY_CTX_get0_pkey(pctx);
127 EVP_PKEY *sec_key=EVP_PKEY_CTX_get0_peerkey(pctx);
231 EVP_PKEY *priv = EVP_PKEY_CTX_get0_pkey(pctx);
238 EVP_PKEY *eph_key=NULL, *peerkey=NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/dh/
H A Ddh_ameth.c77 static DH *d2i_dhp(const EVP_PKEY *pkey, const unsigned char **pp,
85 static int i2d_dhp(const EVP_PKEY *pkey, const DH *a, unsigned char **pp)
92 static void int_dh_free(EVP_PKEY *pkey)
97 static int dh_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey)
151 static int dh_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey)
206 static int dh_priv_decode(EVP_PKEY *pkey, PKCS8_PRIV_KEY_INFO *p8)
257 static int dh_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey)
316 static int dh_param_decode(EVP_PKEY *pkey,
328 static int dh_param_encode(const EVP_PKEY *pkey, unsigned char **pder)
435 static int int_dh_size(const EVP_PKEY *pke
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/pem/
H A Dpvkfmt.c115 /* Convert private key blob to EVP_PKEY: RSA and DSA keys supported */
135 static EVP_PKEY *b2i_rsa(const unsigned char **in, unsigned int length,
137 static EVP_PKEY *b2i_dss(const unsigned char **in, unsigned int length,
234 static EVP_PKEY *do_b2i(const unsigned char **in, unsigned int length,
255 static EVP_PKEY *do_b2i_bio(BIO *in, int ispub)
261 EVP_PKEY *ret = NULL;
293 static EVP_PKEY *b2i_dss(const unsigned char **in, unsigned int length,
297 EVP_PKEY *ret = NULL;
347 static EVP_PKEY *b2i_rsa(const unsigned char **in, unsigned int length,
351 EVP_PKEY *re
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/pem/
H A Dpvkfmt.c114 /* Convert private key blob to EVP_PKEY: RSA and DSA keys supported */
134 static EVP_PKEY *b2i_rsa(const unsigned char **in, unsigned int length,
136 static EVP_PKEY *b2i_dss(const unsigned char **in, unsigned int length,
247 static EVP_PKEY *do_b2i(const unsigned char **in, unsigned int length,
270 static EVP_PKEY *do_b2i_bio(BIO *in, int ispub)
276 EVP_PKEY *ret = NULL;
311 static EVP_PKEY *b2i_dss(const unsigned char **in, unsigned int length,
315 EVP_PKEY *ret = NULL;
369 static EVP_PKEY *b2i_rsa(const unsigned char **in, unsigned int length,
374 EVP_PKEY *re
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/pem/
H A Dpvkfmt.c115 /* Convert private key blob to EVP_PKEY: RSA and DSA keys supported */
135 static EVP_PKEY *b2i_rsa(const unsigned char **in, unsigned int length,
137 static EVP_PKEY *b2i_dss(const unsigned char **in, unsigned int length,
234 static EVP_PKEY *do_b2i(const unsigned char **in, unsigned int length,
255 static EVP_PKEY *do_b2i_bio(BIO *in, int ispub)
261 EVP_PKEY *ret = NULL;
293 static EVP_PKEY *b2i_dss(const unsigned char **in, unsigned int length,
297 EVP_PKEY *ret = NULL;
347 static EVP_PKEY *b2i_rsa(const unsigned char **in, unsigned int length,
351 EVP_PKEY *re
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/pem/
H A Dpvkfmt.c114 /* Convert private key blob to EVP_PKEY: RSA and DSA keys supported */
134 static EVP_PKEY *b2i_rsa(const unsigned char **in, unsigned int length,
136 static EVP_PKEY *b2i_dss(const unsigned char **in, unsigned int length,
247 static EVP_PKEY *do_b2i(const unsigned char **in, unsigned int length,
270 static EVP_PKEY *do_b2i_bio(BIO *in, int ispub)
276 EVP_PKEY *ret = NULL;
311 static EVP_PKEY *b2i_dss(const unsigned char **in, unsigned int length,
315 EVP_PKEY *ret = NULL;
369 static EVP_PKEY *b2i_rsa(const unsigned char **in, unsigned int length,
374 EVP_PKEY *re
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/pem/
H A Dpvkfmt.c115 /* Convert private key blob to EVP_PKEY: RSA and DSA keys supported */
135 static EVP_PKEY *b2i_rsa(const unsigned char **in, unsigned int length,
137 static EVP_PKEY *b2i_dss(const unsigned char **in, unsigned int length,
234 static EVP_PKEY *do_b2i(const unsigned char **in, unsigned int length,
255 static EVP_PKEY *do_b2i_bio(BIO *in, int ispub)
261 EVP_PKEY *ret = NULL;
293 static EVP_PKEY *b2i_dss(const unsigned char **in, unsigned int length,
297 EVP_PKEY *ret = NULL;
347 static EVP_PKEY *b2i_rsa(const unsigned char **in, unsigned int length,
351 EVP_PKEY *re
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/pem/
H A Dpvkfmt.c114 /* Convert private key blob to EVP_PKEY: RSA and DSA keys supported */
134 static EVP_PKEY *b2i_rsa(const unsigned char **in, unsigned int length,
136 static EVP_PKEY *b2i_dss(const unsigned char **in, unsigned int length,
247 static EVP_PKEY *do_b2i(const unsigned char **in, unsigned int length,
270 static EVP_PKEY *do_b2i_bio(BIO *in, int ispub)
276 EVP_PKEY *ret = NULL;
311 static EVP_PKEY *b2i_dss(const unsigned char **in, unsigned int length,
315 EVP_PKEY *ret = NULL;
369 static EVP_PKEY *b2i_rsa(const unsigned char **in, unsigned int length,
374 EVP_PKEY *re
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/x509/
H A Dx509_req.c70 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, const EVP_MD *md)
75 EVP_PKEY *pktmp;
112 EVP_PKEY *X509_REQ_get_pubkey(X509_REQ *req)
119 int X509_REQ_check_private_key(X509_REQ *x, EVP_PKEY *k)
121 EVP_PKEY *xk = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/x509/
H A Dx509_req.c70 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, const EVP_MD *md)
75 EVP_PKEY *pktmp;
110 EVP_PKEY *X509_REQ_get_pubkey(X509_REQ *req)
117 int X509_REQ_check_private_key(X509_REQ *x, EVP_PKEY *k)
119 EVP_PKEY *xk=NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/x509/
H A Dx509_req.c70 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, const EVP_MD *md)
75 EVP_PKEY *pktmp;
110 EVP_PKEY *X509_REQ_get_pubkey(X509_REQ *req)
117 int X509_REQ_check_private_key(X509_REQ *x, EVP_PKEY *k)
119 EVP_PKEY *xk=NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/x509/
H A Dx509_req.c70 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, const EVP_MD *md)
75 EVP_PKEY *pktmp;
112 EVP_PKEY *X509_REQ_get_pubkey(X509_REQ *req)
119 int X509_REQ_check_private_key(X509_REQ *x, EVP_PKEY *k)
121 EVP_PKEY *xk = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/x509/
H A Dx509_req.c70 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, const EVP_MD *md)
75 EVP_PKEY *pktmp;
112 EVP_PKEY *X509_REQ_get_pubkey(X509_REQ *req)
119 int X509_REQ_check_private_key(X509_REQ *x, EVP_PKEY *k)
121 EVP_PKEY *xk = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/x509/
H A Dx509_req.c70 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, const EVP_MD *md)
75 EVP_PKEY *pktmp;
110 EVP_PKEY *X509_REQ_get_pubkey(X509_REQ *req)
117 int X509_REQ_check_private_key(X509_REQ *x, EVP_PKEY *k)
119 EVP_PKEY *xk=NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/evp/
H A Dm_sigver.c68 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey,
117 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey)
123 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/ssl/
H A Dssl_rsa.c68 static int ssl_set_pkey(CERT *c, EVP_PKEY *pkey);
154 EVP_PKEY *pkey;
182 static int ssl_set_pkey(CERT *c, EVP_PKEY *pkey)
195 EVP_PKEY *pktmp;
295 int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey)
318 EVP_PKEY *pkey=NULL;
365 EVP_PKEY *pkey;
396 EVP_PKEY *pkey;
524 EVP_PKEY *pkey;
617 int SSL_CTX_use_PrivateKey(SSL_CTX *ctx, EVP_PKEY *pke
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/evp/
H A Dm_sigver.c67 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey,
120 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey)
126 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/ssl/
H A Dssl_rsa.c68 static int ssl_set_pkey(CERT *c, EVP_PKEY *pkey);
154 EVP_PKEY *pkey;
182 static int ssl_set_pkey(CERT *c, EVP_PKEY *pkey)
195 EVP_PKEY *pktmp;
295 int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey)
318 EVP_PKEY *pkey=NULL;
365 EVP_PKEY *pkey;
396 EVP_PKEY *pkey;
524 EVP_PKEY *pkey;
617 int SSL_CTX_use_PrivateKey(SSL_CTX *ctx, EVP_PKEY *pke
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/evp/
H A Dm_sigver.c68 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey,
117 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey)
123 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/evp/
H A Dm_sigver.c67 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey,
120 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey)
126 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/evp/
H A Dm_sigver.c68 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey,
117 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey)
123 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/ssl/
H A Dssl_rsa.c68 static int ssl_set_pkey(CERT *c, EVP_PKEY *pkey);
154 EVP_PKEY *pkey;
182 static int ssl_set_pkey(CERT *c, EVP_PKEY *pkey)
195 EVP_PKEY *pktmp;
295 int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey)
318 EVP_PKEY *pkey=NULL;
365 EVP_PKEY *pkey;
396 EVP_PKEY *pkey;
524 EVP_PKEY *pkey;
617 int SSL_CTX_use_PrivateKey(SSL_CTX *ctx, EVP_PKEY *pke
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/evp/
H A Dm_sigver.c67 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey,
120 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey)
126 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey)

Completed in 270 milliseconds

<<11121314151617181920>>