Home
last modified time | relevance | path

Searched refs:EVP_PKEY_new (Results 1 – 21 of 21) sorted by relevance

/external/openssl/crypto/dsa/
Ddsa_prn.c102 pk = EVP_PKEY_new(); in DSA_print()
114 pk = EVP_PKEY_new(); in DSAparams_print()
/external/openssl/crypto/asn1/
Dx_pubkey.c147 if ((ret = EVP_PKEY_new()) == NULL) in X509_PUBKEY_get()
248 pktmp = EVP_PKEY_new(); in i2d_RSA_PUBKEY()
288 pktmp = EVP_PKEY_new(); in i2d_DSA_PUBKEY()
327 if ((pktmp = EVP_PKEY_new()) == NULL) in i2d_EC_PUBKEY()
Dd2i_pu.c82 if ((ret=EVP_PKEY_new()) == NULL) in d2i_PublicKey()
Dd2i_pr.c78 if ((ret=EVP_PKEY_new()) == NULL) in d2i_PrivateKey()
/external/openssl/crypto/evp/
Dpmeth_gn.c105 *ppkey = EVP_PKEY_new(); in EVP_PKEY_paramgen()
154 *ppkey = EVP_PKEY_new(); in EVP_PKEY_keygen()
Devp_pkey.c77 if (!(pkey = EVP_PKEY_new())) { in EVP_PKCS82PKEY()
Dp_lib.c182 EVP_PKEY *EVP_PKEY_new(void) in EVP_PKEY_new() function
Devp.h871 EVP_PKEY * EVP_PKEY_new(void);
/external/openssl/crypto/rsa/
Drsa_prn.c86 pk = EVP_PKEY_new(); in RSA_print()
/external/openssl/crypto/x509/
Dx_all.c459 return ASN1_d2i_fp_of(EVP_PKEY,EVP_PKEY_new,d2i_AutoPrivateKey,fp,a); in d2i_PrivateKey_fp()
469 return ASN1_d2i_fp_of(EVP_PKEY,EVP_PKEY_new,d2i_PUBKEY,fp,a); in d2i_PUBKEY_fp()
505 return ASN1_d2i_bio_of(EVP_PKEY,EVP_PKEY_new,d2i_AutoPrivateKey,bp,a); in d2i_PrivateKey_bio()
515 return ASN1_d2i_bio_of(EVP_PKEY,EVP_PKEY_new,d2i_PUBKEY,bp,a); in d2i_PUBKEY_bio()
/external/openssl/crypto/ec/
Deck_prn.c124 pk = EVP_PKEY_new(); in EC_KEY_print()
136 pk = EVP_PKEY_new(); in ECParameters_print()
/external/chromium/crypto/
Drsa_private_key_openssl.cc63 result->key_ = EVP_PKEY_new(); in Create()
/external/openssl/crypto/pem/
Dpem_pkey.c171 ret = EVP_PKEY_new(); in PEM_read_bio_Parameters()
Dpvkfmt.c322 ret = EVP_PKEY_new(); in b2i_dss()
380 ret = EVP_PKEY_new(); in b2i_rsa()
/external/chromium/third_party/libjingle/source/talk/base/
Dopensslidentity.cc58 EVP_PKEY* pkey = EVP_PKEY_new(); in MakeKey()
/external/openssl/apps/
Ddsa.c340 pk = EVP_PKEY_new(); in MAIN()
Drsa.c415 pk = EVP_PKEY_new(); in MAIN()
Dapps.c1020 pkey = EVP_PKEY_new(); in load_pubkey()
1035 pkey = EVP_PKEY_new(); in load_pubkey()
1081 pkey = EVP_PKEY_new(); in load_netscape_key()
/external/openssl/ssl/
Dssl_rsa.c167 if ((pkey=EVP_PKEY_new()) == NULL) in SSL_use_RSAPrivateKey()
536 if ((pkey=EVP_PKEY_new()) == NULL) in SSL_CTX_use_RSAPrivateKey()
/external/openssl/crypto/store/
Dstr_lib.c506 object->data.key = EVP_PKEY_new(); in STORE_store_private_key()
701 object->data.key = EVP_PKEY_new(); in STORE_store_public_key()
/external/openssl/include/openssl/
Devp.h871 EVP_PKEY * EVP_PKEY_new(void);