Searched refs:EVP_PKEY (Results 76 - 100 of 1050) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/rsa/
H A Drsa_ameth.c70 static int rsa_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey)
85 static int rsa_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey)
101 static int rsa_pub_cmp(const EVP_PKEY *a, const EVP_PKEY *b)
109 static int old_rsa_priv_decode(EVP_PKEY *pkey,
122 static int old_rsa_priv_encode(const EVP_PKEY *pkey, unsigned char **pder)
127 static int rsa_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey)
149 static int rsa_priv_decode(EVP_PKEY *pkey, PKCS8_PRIV_KEY_INFO *p8)
158 static int int_rsa_size(const EVP_PKEY *pkey)
163 static int rsa_bits(const EVP_PKEY *pke
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/rsa/
H A Drsa_ameth.c70 static int rsa_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey)
85 static int rsa_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey)
101 static int rsa_pub_cmp(const EVP_PKEY *a, const EVP_PKEY *b)
109 static int old_rsa_priv_decode(EVP_PKEY *pkey,
122 static int old_rsa_priv_encode(const EVP_PKEY *pkey, unsigned char **pder)
127 static int rsa_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey)
149 static int rsa_priv_decode(EVP_PKEY *pkey, PKCS8_PRIV_KEY_INFO *p8)
158 static int int_rsa_size(const EVP_PKEY *pkey)
163 static int rsa_bits(const 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/rsa/
H A Drsa_ameth.c70 static int rsa_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey)
85 static int rsa_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey)
101 static int rsa_pub_cmp(const EVP_PKEY *a, const EVP_PKEY *b)
109 static int old_rsa_priv_decode(EVP_PKEY *pkey,
122 static int old_rsa_priv_encode(const EVP_PKEY *pkey, unsigned char **pder)
127 static int rsa_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey)
149 static int rsa_priv_decode(EVP_PKEY *pkey, PKCS8_PRIV_KEY_INFO *p8)
158 static int int_rsa_size(const EVP_PKEY *pkey)
163 static int rsa_bits(const EVP_PKEY *pke
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/asn1/
H A Dd2i_pr.c71 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp,
74 EVP_PKEY *ret;
130 EVP_PKEY *d2i_AutoPrivateKey(EVP_PKEY **a, const unsigned char **pp,
152 EVP_PKEY *ret;
H A Dx_pubkey.c71 /* Minor tweak to operation: free up EVP_PKEY */
90 int X509_PUBKEY_set(X509_PUBKEY **x, EVP_PKEY *pkey)
133 EVP_PKEY *X509_PUBKEY_get(X509_PUBKEY *key)
135 EVP_PKEY *ret=NULL;
197 /* Now two pseudo ASN1 routines that take an EVP_PKEY structure
201 EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp,
205 EVP_PKEY *pktmp;
219 int i2d_PUBKEY(EVP_PKEY *a, unsigned char **pp)
237 EVP_PKEY *pke
[all...]
H A Di2d_pr.c65 int i2d_PrivateKey(EVP_PKEY *a, unsigned char **pp)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/asn1/
H A Dd2i_pr.c71 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp,
74 EVP_PKEY *ret;
126 EVP_PKEY *d2i_AutoPrivateKey(EVP_PKEY **a, const unsigned char **pp,
150 EVP_PKEY *ret;
H A Dx_pubkey.c71 /* Minor tweak to operation: free up EVP_PKEY */
89 int X509_PUBKEY_set(X509_PUBKEY **x, EVP_PKEY *pkey)
127 EVP_PKEY *X509_PUBKEY_get(X509_PUBKEY *key)
129 EVP_PKEY *ret = NULL;
183 * Now two pseudo ASN1 routines that take an EVP_PKEY structure and encode or
187 EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp, long length)
190 EVP_PKEY *pktmp;
205 int i2d_PUBKEY(EVP_PKEY *a, unsigned char **pp)
224 EVP_PKEY *pke
[all...]
H A Dameth_lib.c280 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_get0_asn1(EVP_PKEY *pkey)
396 int (*pub_decode) (EVP_PKEY *pk,
399 const EVP_PKEY *pk),
400 int (*pub_cmp) (const EVP_PKEY *a,
401 const EVP_PKEY *b),
403 const EVP_PKEY *pkey,
405 int (*pkey_size) (const EVP_PKEY *pk),
406 int (*pkey_bits) (const EVP_PKEY *pk))
417 int (*priv_decode) (EVP_PKEY *pk,
421 const EVP_PKEY *p
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/asn1/
H A Dd2i_pr.c71 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp,
74 EVP_PKEY *ret;
130 EVP_PKEY *d2i_AutoPrivateKey(EVP_PKEY **a, const unsigned char **pp,
152 EVP_PKEY *ret;
H A Dx_pubkey.c71 /* Minor tweak to operation: free up EVP_PKEY */
90 int X509_PUBKEY_set(X509_PUBKEY **x, EVP_PKEY *pkey)
133 EVP_PKEY *X509_PUBKEY_get(X509_PUBKEY *key)
135 EVP_PKEY *ret=NULL;
197 /* Now two pseudo ASN1 routines that take an EVP_PKEY structure
201 EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp,
205 EVP_PKEY *pktmp;
219 int i2d_PUBKEY(EVP_PKEY *a, unsigned char **pp)
237 EVP_PKEY *pke
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/asn1/
H A Dd2i_pr.c71 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp,
74 EVP_PKEY *ret;
126 EVP_PKEY *d2i_AutoPrivateKey(EVP_PKEY **a, const unsigned char **pp,
150 EVP_PKEY *ret;
H A Dx_pubkey.c71 /* Minor tweak to operation: free up EVP_PKEY */
89 int X509_PUBKEY_set(X509_PUBKEY **x, EVP_PKEY *pkey)
127 EVP_PKEY *X509_PUBKEY_get(X509_PUBKEY *key)
129 EVP_PKEY *ret = NULL;
183 * Now two pseudo ASN1 routines that take an EVP_PKEY structure and encode or
187 EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp, long length)
190 EVP_PKEY *pktmp;
205 int i2d_PUBKEY(EVP_PKEY *a, unsigned char **pp)
224 EVP_PKEY *pke
[all...]
H A Dameth_lib.c280 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_get0_asn1(EVP_PKEY *pkey)
396 int (*pub_decode) (EVP_PKEY *pk,
399 const EVP_PKEY *pk),
400 int (*pub_cmp) (const EVP_PKEY *a,
401 const EVP_PKEY *b),
403 const EVP_PKEY *pkey,
405 int (*pkey_size) (const EVP_PKEY *pk),
406 int (*pkey_bits) (const EVP_PKEY *pk))
417 int (*priv_decode) (EVP_PKEY *pk,
421 const EVP_PKEY *p
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/asn1/
H A Dd2i_pr.c71 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp,
74 EVP_PKEY *ret;
130 EVP_PKEY *d2i_AutoPrivateKey(EVP_PKEY **a, const unsigned char **pp,
152 EVP_PKEY *ret;
H A Dx_pubkey.c71 /* Minor tweak to operation: free up EVP_PKEY */
90 int X509_PUBKEY_set(X509_PUBKEY **x, EVP_PKEY *pkey)
133 EVP_PKEY *X509_PUBKEY_get(X509_PUBKEY *key)
135 EVP_PKEY *ret=NULL;
197 /* Now two pseudo ASN1 routines that take an EVP_PKEY structure
201 EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp,
205 EVP_PKEY *pktmp;
219 int i2d_PUBKEY(EVP_PKEY *a, unsigned char **pp)
237 EVP_PKEY *pke
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/asn1/
H A Dd2i_pr.c71 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp,
74 EVP_PKEY *ret;
126 EVP_PKEY *d2i_AutoPrivateKey(EVP_PKEY **a, const unsigned char **pp,
150 EVP_PKEY *ret;
H A Dx_pubkey.c71 /* Minor tweak to operation: free up EVP_PKEY */
89 int X509_PUBKEY_set(X509_PUBKEY **x, EVP_PKEY *pkey)
127 EVP_PKEY *X509_PUBKEY_get(X509_PUBKEY *key)
129 EVP_PKEY *ret = NULL;
183 * Now two pseudo ASN1 routines that take an EVP_PKEY structure and encode or
187 EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp, long length)
190 EVP_PKEY *pktmp;
205 int i2d_PUBKEY(EVP_PKEY *a, unsigned char **pp)
224 EVP_PKEY *pke
[all...]
H A Dameth_lib.c280 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_get0_asn1(EVP_PKEY *pkey)
396 int (*pub_decode) (EVP_PKEY *pk,
399 const EVP_PKEY *pk),
400 int (*pub_cmp) (const EVP_PKEY *a,
401 const EVP_PKEY *b),
403 const EVP_PKEY *pkey,
405 int (*pkey_size) (const EVP_PKEY *pk),
406 int (*pkey_bits) (const EVP_PKEY *pk))
417 int (*priv_decode) (EVP_PKEY *pk,
421 const EVP_PKEY *p
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/x509/
H A Dx509type.c65 int X509_certificate_type(X509 *x, EVP_PKEY *pkey)
67 EVP_PKEY *pk;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/x509/
H A Dx509type.c65 int X509_certificate_type(X509 *x, EVP_PKEY *pkey)
67 EVP_PKEY *pk;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/x509/
H A Dx509type.c65 int X509_certificate_type(X509 *x, EVP_PKEY *pkey)
67 EVP_PKEY *pk;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/ec/
H A Dec_ameth.c103 static int eckey_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey)
190 static int eckey_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey)
226 static int eckey_pub_cmp(const EVP_PKEY *a, const EVP_PKEY *b)
240 static int eckey_priv_decode(EVP_PKEY *pkey, PKCS8_PRIV_KEY_INFO *p8)
312 static int eckey_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey)
367 static int int_ec_size(const EVP_PKEY *pkey)
372 static int ec_bits(const EVP_PKEY *pkey)
395 static int ec_missing_parameters(const EVP_PKEY *pkey)
402 static int ec_copy_parameters(EVP_PKEY *t
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/ec/
H A Dec_ameth.c103 static int eckey_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey)
190 static int eckey_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey)
226 static int eckey_pub_cmp(const EVP_PKEY *a, const EVP_PKEY *b)
240 static int eckey_priv_decode(EVP_PKEY *pkey, PKCS8_PRIV_KEY_INFO *p8)
312 static int eckey_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey)
367 static int int_ec_size(const EVP_PKEY *pkey)
372 static int ec_bits(const EVP_PKEY *pkey)
395 static int ec_missing_parameters(const EVP_PKEY *pkey)
402 static int ec_copy_parameters(EVP_PKEY *t
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/ec/
H A Dec_ameth.c103 static int eckey_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey)
190 static int eckey_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey)
226 static int eckey_pub_cmp(const EVP_PKEY *a, const EVP_PKEY *b)
240 static int eckey_priv_decode(EVP_PKEY *pkey, PKCS8_PRIV_KEY_INFO *p8)
312 static int eckey_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey)
367 static int int_ec_size(const EVP_PKEY *pkey)
372 static int ec_bits(const EVP_PKEY *pkey)
395 static int ec_missing_parameters(const EVP_PKEY *pkey)
402 static int ec_copy_parameters(EVP_PKEY *t
[all...]

Completed in 228 milliseconds

1234567891011>>