HomeSort by relevance Sort by last modified time
    Searched refs:EVP_PKEY (Results 76 - 100 of 228) sorted by null

1 2 34 5 6 7 8 910

  /external/chromium_org/crypto/
rsa_private_key_openssl.cc 23 // into ExportKey, below. The supplied function should export EVP_PKEY into
25 typedef int (ExportFunction)(BIO*, EVP_PKEY*);
28 bool ExportKey(EVP_PKEY* key,
86 // PKCS#8 decode the input, and then import the EVP_PKEY from Private Key
102 RSAPrivateKey* RSAPrivateKey::CreateFromKey(EVP_PKEY* key) {
rsa_private_key.h 22 typedef struct evp_pkey_st EVP_PKEY;
220 // Create a new instance from an existing EVP_PKEY, taking a
223 static RSAPrivateKey* CreateFromKey(EVP_PKEY* key);
228 EVP_PKEY* key() { return key_; }
282 EVP_PKEY* key_;
scoped_openssl_types.h 49 typedef ScopedOpenSSL<EVP_PKEY, EVP_PKEY_free>::Type ScopedEVP_PKEY;
  /external/chromium_org/third_party/boringssl/src/crypto/evp/
digestsign.c 80 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey,
131 ENGINE *e, EVP_PKEY *pkey) {
136 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey) {
sign.c 78 unsigned int *out_sig_len, EVP_PKEY *pkey) {
130 EVP_PKEY *pkey) {
  /external/chromium_org/third_party/boringssl/src/ssl/
ssl_rsa.c 70 static int ssl_set_pkey(CERT *c, EVP_PKEY *pkey);
155 EVP_PKEY *pkey;
182 static int ssl_set_pkey(CERT *c, EVP_PKEY *pkey)
195 EVP_PKEY *pktmp;
287 int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey)
310 EVP_PKEY *pkey=NULL;
357 EVP_PKEY *pkey;
388 EVP_PKEY *pkey;
508 EVP_PKEY *pkey;
600 int SSL_CTX_use_PrivateKey(SSL_CTX *ctx, EVP_PKEY *pkey
    [all...]
  /external/openssl/crypto/evp/
m_sigver.c 67 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)
p_open.c 71 EVP_PKEY *priv)
p_seal.c 70 int *ekl, unsigned char *iv, EVP_PKEY **pubk, int npubk)
p_verify.c 66 unsigned int siglen, EVP_PKEY *pkey)
  /external/openssl/ssl/
ssl_rsa.c 68 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 *pkey
    [all...]
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/
polochallengeresponse.cc 33 EVP_PKEY* client_pkey = X509_get_pubkey(client_cert);
43 EVP_PKEY* server_pkey = X509_get_pubkey(server_cert);
  /external/openssl/crypto/cms/
cms.h 141 CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs,
145 X509 *signcert, EVP_PKEY *pkey,
180 int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pkey, X509 *cert,
184 int CMS_decrypt_set1_pkey(CMS_ContentInfo *cms, EVP_PKEY *pk, X509 *cert);
196 int CMS_RecipientInfo_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pkey);
199 EVP_PKEY **pk, X509 **recip,
256 X509 *signer, EVP_PKEY *pk, const EVP_MD *md,
267 void CMS_SignerInfo_get0_algs(CMS_SignerInfo *si, EVP_PKEY **pk, X509 **signer,
  /external/openssl/crypto/pkcs7/
pkcs7.h 103 EVP_PKEY *pkey;
310 int PKCS7_SIGNER_INFO_set(PKCS7_SIGNER_INFO *p7i, X509 *x509, EVP_PKEY *pkey,
324 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
328 EVP_PKEY *pkey, const EVP_MD *dgst);
334 void PKCS7_SIGNER_INFO_get0_algs(PKCS7_SIGNER_INFO *si, EVP_PKEY **pk,
355 PKCS7 *PKCS7_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs,
359 X509 *signcert, EVP_PKEY *pkey, const EVP_MD *md,
368 int PKCS7_decrypt(PKCS7 *p7, EVP_PKEY *pkey, X509 *cert, BIO *data, int flags);
  /external/openssl/include/openssl/
cms.h 141 CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs,
145 X509 *signcert, EVP_PKEY *pkey,
180 int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pkey, X509 *cert,
184 int CMS_decrypt_set1_pkey(CMS_ContentInfo *cms, EVP_PKEY *pk, X509 *cert);
196 int CMS_RecipientInfo_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pkey);
199 EVP_PKEY **pk, X509 **recip,
256 X509 *signer, EVP_PKEY *pk, const EVP_MD *md,
267 void CMS_SignerInfo_get0_algs(CMS_SignerInfo *si, EVP_PKEY **pk, X509 **signer,
pkcs7.h 103 EVP_PKEY *pkey;
310 int PKCS7_SIGNER_INFO_set(PKCS7_SIGNER_INFO *p7i, X509 *x509, EVP_PKEY *pkey,
324 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
328 EVP_PKEY *pkey, const EVP_MD *dgst);
334 void PKCS7_SIGNER_INFO_get0_algs(PKCS7_SIGNER_INFO *si, EVP_PKEY **pk,
355 PKCS7 *PKCS7_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs,
359 X509 *signcert, EVP_PKEY *pkey, const EVP_MD *md,
368 int PKCS7_decrypt(PKCS7 *p7, EVP_PKEY *pkey, X509 *cert, BIO *data, int flags);
  /external/chromium_org/content/child/webcrypto/openssl/
key_openssl.h 71 EVP_PKEY* key() { return key_.get(); }
  /external/chromium_org/third_party/boringssl/src/crypto/x509/
x509_r2x.c 67 X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey)
x509_cmp.c 303 EVP_PKEY *X509_get_pubkey(X509 *x)
317 int X509_check_private_key(X509 *x, EVP_PKEY *k)
319 EVP_PKEY *xk;
356 static int check_suite_b(EVP_PKEY *pkey, int sign_nid, unsigned long *pflags)
396 EVP_PKEY *pk = NULL;
465 int X509_CRL_check_suiteb(X509_CRL *crl, EVP_PKEY *pk, unsigned long flags)
  /external/openssl/crypto/asn1/
t_spki.c 75 EVP_PKEY *pkey;
a_verify.c 78 char *data, EVP_PKEY *pkey)
135 ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey)
  /external/openssl/crypto/x509/
x509_r2x.c 68 X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey)
  /external/chromium_org/third_party/webrtc/base/
opensslidentity.cc 49 static EVP_PKEY* MakeKey() {
51 EVP_PKEY* pkey = EVP_PKEY_new();
72 static X509* MakeCertificate(EVP_PKEY* pkey, const SSLIdentityParams& params) {
142 EVP_PKEY* pkey = MakeKey();
337 EVP_PKEY *pkey = PEM_read_bio_PrivateKey(bio, NULL, NULL,
  /external/chromium_org/net/quic/test_tools/
crypto_test_utils_openssl.cc 28 explicit TestChannelIDKey(EVP_PKEY* ecdsa_key) : ecdsa_key_(ecdsa_key) {}
115 static EVP_PKEY* HostnameToKey(const string& hostname) {
  /external/openssl/crypto/dh/
dh_pmeth.c 161 static int pkey_dh_paramgen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey)
186 static int pkey_dh_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey)

Completed in 233 milliseconds

1 2 34 5 6 7 8 910