Home
last modified time | relevance | path

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

1234

/external/openssl/crypto/evp/
Dp_lib.c85 int EVP_PKEY_bits(EVP_PKEY *pkey) in EVP_PKEY_bits()
92 int EVP_PKEY_size(EVP_PKEY *pkey) in EVP_PKEY_size()
99 int EVP_PKEY_save_parameters(EVP_PKEY *pkey, int mode) in EVP_PKEY_save_parameters()
143 int EVP_PKEY_missing_parameters(const EVP_PKEY *pkey) in EVP_PKEY_missing_parameters()
207 static int pkey_set_type(EVP_PKEY *pkey, int type, const char *str, int len) in pkey_set_type()
253 int EVP_PKEY_set_type(EVP_PKEY *pkey, int type) in EVP_PKEY_set_type()
258 int EVP_PKEY_set_type_str(EVP_PKEY *pkey, const char *str, int len) in EVP_PKEY_set_type_str()
263 int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key) in EVP_PKEY_assign()
271 void *EVP_PKEY_get0(EVP_PKEY *pkey) in EVP_PKEY_get0()
277 int EVP_PKEY_set1_RSA(EVP_PKEY *pkey, RSA *key) in EVP_PKEY_set1_RSA()
[all …]
Dm_sigver.c67 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey, in do_sigver_init()
120 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey) in EVP_DigestSignInit()
126 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey) in EVP_DigestVerifyInit()
Devp_pkey.c70 EVP_PKEY *pkey = NULL; in EVP_PKCS82PKEY() local
112 PKCS8_PRIV_KEY_INFO *EVP_PKEY2PKCS8(EVP_PKEY *pkey) in EVP_PKEY2PKCS8()
119 PKCS8_PRIV_KEY_INFO *EVP_PKEY2PKCS8_broken(EVP_PKEY *pkey, int broken) in EVP_PKEY2PKCS8_broken()
Dp_verify.c66 unsigned int siglen, EVP_PKEY *pkey) in EVP_VerifyFinal()
/external/openssl/crypto/rsa/
Drsa_ameth.c70 static int rsa_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in rsa_pub_encode()
85 static int rsa_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey) in rsa_pub_decode()
109 static int old_rsa_priv_decode(EVP_PKEY *pkey, in old_rsa_priv_decode()
122 static int old_rsa_priv_encode(const EVP_PKEY *pkey, unsigned char **pder) in old_rsa_priv_encode()
127 static int rsa_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey) in rsa_priv_encode()
149 static int rsa_priv_decode(EVP_PKEY *pkey, PKCS8_PRIV_KEY_INFO *p8) in rsa_priv_decode()
158 static int int_rsa_size(const EVP_PKEY *pkey) in int_rsa_size()
163 static int rsa_bits(const EVP_PKEY *pkey) in rsa_bits()
168 static void int_rsa_free(EVP_PKEY *pkey) in int_rsa_free()
255 static int rsa_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, in rsa_pub_print()
[all …]
/external/openssl/crypto/hmac/
Dhm_ameth.c70 static int hmac_size(const EVP_PKEY *pkey) in hmac_size()
75 static void hmac_key_free(EVP_PKEY *pkey) in hmac_key_free()
87 static int hmac_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in hmac_pkey_ctrl()
106 static int old_hmac_decode(EVP_PKEY *pkey, in old_hmac_decode()
117 static int old_hmac_encode(const EVP_PKEY *pkey, unsigned char **pder) in old_hmac_encode()
/external/openssl/crypto/dsa/
Ddsa_ameth.c69 static int dsa_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey) in dsa_pub_decode()
138 static int dsa_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in dsa_pub_encode()
190 static int dsa_priv_decode(EVP_PKEY *pkey, PKCS8_PRIV_KEY_INFO *p8) in dsa_priv_decode()
303 static int dsa_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey) in dsa_priv_encode()
355 static int int_dsa_size(const EVP_PKEY *pkey) in int_dsa_size()
360 static int dsa_bits(const EVP_PKEY *pkey) in dsa_bits()
365 static int dsa_missing_parameters(const EVP_PKEY *pkey) in dsa_missing_parameters()
416 static void int_dsa_free(EVP_PKEY *pkey) in int_dsa_free()
490 static int dsa_param_decode(EVP_PKEY *pkey, in dsa_param_decode()
503 static int dsa_param_encode(const EVP_PKEY *pkey, unsigned char **pder) in dsa_param_encode()
[all …]
/external/openssl/crypto/ec/
Dec_ameth.c103 static int eckey_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in eckey_pub_encode()
190 static int eckey_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey) in eckey_pub_decode()
240 static int eckey_priv_decode(EVP_PKEY *pkey, PKCS8_PRIV_KEY_INFO *p8) in eckey_priv_decode()
312 static int eckey_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey) in eckey_priv_encode()
366 static int int_ec_size(const EVP_PKEY *pkey) in int_ec_size()
371 static int ec_bits(const EVP_PKEY *pkey) in ec_bits()
394 static int ec_missing_parameters(const EVP_PKEY *pkey) in ec_missing_parameters()
422 static void int_ec_free(EVP_PKEY *pkey) in int_ec_free()
522 static int eckey_param_decode(EVP_PKEY *pkey, in eckey_param_decode()
535 static int eckey_param_encode(const EVP_PKEY *pkey, unsigned char **pder) in eckey_param_encode()
[all …]
/external/openssl/crypto/dh/
Ddh_ameth.c66 static void int_dh_free(EVP_PKEY *pkey) in int_dh_free()
71 static int dh_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey) in dh_pub_decode()
129 static int dh_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in dh_pub_encode()
184 static int dh_priv_decode(EVP_PKEY *pkey, PKCS8_PRIV_KEY_INFO *p8) in dh_priv_decode()
236 static int dh_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey) in dh_priv_encode()
298 static int dh_param_decode(EVP_PKEY *pkey, in dh_param_decode()
311 static int dh_param_encode(const EVP_PKEY *pkey, unsigned char **pder) in dh_param_encode()
391 static int int_dh_size(const EVP_PKEY *pkey) in int_dh_size()
396 static int dh_bits(const EVP_PKEY *pkey) in dh_bits()
446 static int dh_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, in dh_param_print()
[all …]
/external/openssl/crypto/pkcs12/
Dp12_kiss.c80 int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert, in PKCS12_parse()
180 EVP_PKEY **pkey, STACK_OF(X509) *ocerts) in parse_pk12()
213 int passlen, EVP_PKEY **pkey, STACK_OF(X509) *ocerts) in parse_bags()
225 EVP_PKEY **pkey, STACK_OF(X509) *ocerts) in parse_bag()
/external/openssl/crypto/asn1/
Dameth_lib.c281 const EVP_PKEY_ASN1_METHOD* EVP_PKEY_get0_asn1(EVP_PKEY *pkey) in EVP_PKEY_get0_asn1()
397 int (*pub_print)(BIO *out, const EVP_PKEY *pkey, int indent, in EVP_PKEY_asn1_set_public()
413 int (*priv_print)(BIO *out, const EVP_PKEY *pkey, int indent, in EVP_PKEY_asn1_set_private()
422 int (*param_decode)(EVP_PKEY *pkey, in EVP_PKEY_asn1_set_param()
424 int (*param_encode)(const EVP_PKEY *pkey, unsigned char **pder), in EVP_PKEY_asn1_set_param()
440 void (*pkey_free)(EVP_PKEY *pkey)) in EVP_PKEY_asn1_set_free()
446 int (*pkey_ctrl)(EVP_PKEY *pkey, int op, in EVP_PKEY_asn1_set_ctrl()
Da_verify.c78 char *data, EVP_PKEY *pkey) in ASN1_verify()
130 void *asn, EVP_PKEY *pkey) in ASN1_item_verify()
Da_sign.c131 ASN1_BIT_STRING *signature, char *data, EVP_PKEY *pkey, in ASN1_sign()
217 ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey, in ASN1_item_sign()
Dt_spki.c75 EVP_PKEY *pkey; in NETSCAPE_SPKI_print() local
Dx_pubkey.c225 EVP_PKEY *pkey; in d2i_RSA_PUBKEY() local
265 EVP_PKEY *pkey; in d2i_DSA_PUBKEY() local
304 EVP_PKEY *pkey; in d2i_EC_PUBKEY() local
/external/openssl/ssl/
Dssl_rsa.c154 EVP_PKEY *pkey; in SSL_use_RSAPrivateKey() local
182 static int ssl_set_pkey(CERT *c, EVP_PKEY *pkey) in ssl_set_pkey()
295 int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey) in SSL_use_PrivateKey()
318 EVP_PKEY *pkey=NULL; in SSL_use_PrivateKey_file() local
365 EVP_PKEY *pkey; in SSL_use_PrivateKey_ASN1() local
396 EVP_PKEY *pkey; in ssl_set_cert() local
524 EVP_PKEY *pkey; in SSL_CTX_use_RSAPrivateKey() local
617 int SSL_CTX_use_PrivateKey(SSL_CTX *ctx, EVP_PKEY *pkey) in SSL_CTX_use_PrivateKey()
637 EVP_PKEY *pkey=NULL; in SSL_CTX_use_PrivateKey_file() local
685 EVP_PKEY *pkey; in SSL_CTX_use_PrivateKey_ASN1() local
/external/openssl/crypto/x509/
Dx509type.c65 int X509_certificate_type(X509 *x, EVP_PKEY *pkey) in X509_certificate_type()
Dx509_r2x.c68 X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey) in X509_REQ_to_X509()
Dx509rset.c78 int X509_REQ_set_pubkey(X509_REQ *x, EVP_PKEY *pkey) in X509_REQ_set_pubkey()
Dx_all.c91 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md) in X509_sign()
97 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md) in X509_REQ_sign()
103 int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md) in X509_CRL_sign()
110 int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *x, EVP_PKEY *pkey, const EVP_MD *md) in NETSCAPE_SPKI_sign()
451 int i2d_PrivateKey_fp(FILE *fp, EVP_PKEY *pkey) in i2d_PrivateKey_fp()
461 int i2d_PUBKEY_fp(FILE *fp, EVP_PKEY *pkey) in i2d_PUBKEY_fp()
497 int i2d_PrivateKey_bio(BIO *bp, EVP_PKEY *pkey) in i2d_PrivateKey_bio()
507 int i2d_PUBKEY_bio(BIO *bp, EVP_PKEY *pkey) in i2d_PUBKEY_bio()
/external/openssl/crypto/engine/
Deng_pkey.c99 EVP_PKEY *pkey; in ENGINE_load_private_key() local
135 EVP_PKEY *pkey; in ENGINE_load_public_key() local
/external/quake/quake/src/QW/qwfwd/
Dmisc.c254 char pkey[512]; in Info_ValueForKey() local
293 char pkey[512]; in Info_RemoveKey() local
342 char pkey[512]; in Info_RemovePrefixedKeys() local
/external/openssl/apps/
Dgenpkey.c85 EVP_PKEY *pkey=NULL; in MAIN() local
319 EVP_PKEY *pkey = NULL; in init_keygen_file() local
/external/openssl/crypto/pkcs7/
Dpk7_smime.c68 PKCS7 *PKCS7_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs, in PKCS7_sign()
162 EVP_PKEY *pkey, const EVP_MD *md, in PKCS7_sign_add_signer()
534 int PKCS7_decrypt(PKCS7 *p7, EVP_PKEY *pkey, X509 *cert, BIO *data, int flags) in PKCS7_decrypt()
Dsign.c70 EVP_PKEY *pkey; local

1234