/external/openssl/crypto/evp/ |
D | p_lib.c | 85 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 …]
|
D | m_sigver.c | 67 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()
|
D | evp_pkey.c | 70 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()
|
D | p_verify.c | 66 unsigned int siglen, EVP_PKEY *pkey) in EVP_VerifyFinal()
|
/external/openssl/crypto/rsa/ |
D | rsa_ameth.c | 70 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/ |
D | hm_ameth.c | 70 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/ |
D | dsa_ameth.c | 69 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/ |
D | ec_ameth.c | 103 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/ |
D | dh_ameth.c | 66 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/ |
D | p12_kiss.c | 80 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/ |
D | ameth_lib.c | 281 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()
|
D | a_verify.c | 78 char *data, EVP_PKEY *pkey) in ASN1_verify() 130 void *asn, EVP_PKEY *pkey) in ASN1_item_verify()
|
D | a_sign.c | 131 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()
|
D | t_spki.c | 75 EVP_PKEY *pkey; in NETSCAPE_SPKI_print() local
|
D | x_pubkey.c | 225 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/ |
D | ssl_rsa.c | 154 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/chromium/net/base/ |
D | openssl_memory_private_key_store.cc | 36 virtual bool StorePrivateKey(const GURL& url, EVP_PKEY* pkey) { in StorePrivateKey() 43 virtual EVP_PKEY* FetchPrivateKey(EVP_PKEY* pkey) { in FetchPrivateKey()
|
D | keygen_handler_openssl.cc | 20 EVP_PKEY* pkey = key->key(); in GenKeyAndSignChallenge() local
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | opensslidentity.h | 57 EVP_PKEY* pkey() const { return pkey_; } in pkey() function 60 explicit OpenSSLKeyPair(EVP_PKEY* pkey) : pkey_(pkey) { in OpenSSLKeyPair()
|
D | opensslidentity.cc | 58 EVP_PKEY* pkey = EVP_PKEY_new(); in MakeKey() local 89 static X509* MakeCertificate(EVP_PKEY* pkey, const char* common_name) { in MakeCertificate() 157 EVP_PKEY* pkey = MakeKey(); in Generate() local
|
/external/openssl/crypto/x509/ |
D | x509type.c | 65 int X509_certificate_type(X509 *x, EVP_PKEY *pkey) in X509_certificate_type()
|
D | x509_r2x.c | 68 X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey) in X509_REQ_to_X509()
|
D | x509rset.c | 78 int X509_REQ_set_pubkey(X509_REQ *x, EVP_PKEY *pkey) in X509_REQ_set_pubkey()
|
/external/openssl/crypto/engine/ |
D | eng_pkey.c | 99 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/ |
D | misc.c | 254 char pkey[512]; in Info_ValueForKey() local 293 char pkey[512]; in Info_RemoveKey() local 342 char pkey[512]; in Info_RemovePrefixedKeys() local
|