HomeSort by relevance Sort by last modified time
    Searched refs:pubkey (Results 26 - 50 of 72) sorted by null

12 3

  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_skey.c 124 pk = ctx->subject_req->req_info->pubkey->public_key;
  /external/chromium_org/v8/tools/testrunner/network/
network_execution.py 100 release_lock_countdown = 1 # Pubkey.
105 pubkey = data[1]
106 if not pubkey: raise RuntimeError("Received empty public key")
107 self.pubkey_fingerprint = pubkey
181 pubkey=self.pubkey_fingerprint)
  /external/openssl/crypto/x509v3/
v3_skey.c 124 pk = ctx->subject_req->req_info->pubkey->public_key;
  /external/chromium_org/third_party/openssl/openssl/apps/
spkac.c 87 int verify=0,noout=0,pubkey=0; local
156 else if (strcmp(*argv,"-pubkey") == 0)
157 pubkey=1;
177 BIO_printf(bio_err," -pubkey output public key\n");
295 if(pubkey) PEM_write_bio_PUBKEY(out, pkey);
x509.c 118 " -pubkey - output the public key\n",
197 int x509req=0,days=DEF_DAYS,modulus=0,pubkey=0; local
411 else if (strcmp(*argv,"-pubkey") == 0)
412 pubkey= ++num;
605 (req->req_info->pubkey == NULL) ||
606 (req->req_info->pubkey->public_key == NULL) ||
607 (req->req_info->pubkey->public_key->data == NULL))
843 if (pubkey == i)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec_pmeth.c 174 const EC_POINT *pubkey = NULL; local
189 pubkey = EC_KEY_get0_public_key(ctx->peerkey->pkey.ec);
197 ret = ECDH_compute_key(key, outlen, pubkey, ctx->pkey->pkey.ec, 0);
ec_ameth.c 190 static int eckey_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey)
198 if (!X509_PUBKEY_get0_param(NULL, &p, &pklen, &palg, pubkey))
  /external/openssl/apps/
spkac.c 87 int verify=0,noout=0,pubkey=0; local
156 else if (strcmp(*argv,"-pubkey") == 0)
157 pubkey=1;
177 BIO_printf(bio_err," -pubkey output public key\n");
295 if(pubkey) PEM_write_bio_PUBKEY(out, pkey);
x509.c 118 " -pubkey - output the public key\n",
197 int x509req=0,days=DEF_DAYS,modulus=0,pubkey=0; local
411 else if (strcmp(*argv,"-pubkey") == 0)
412 pubkey= ++num;
605 (req->req_info->pubkey == NULL) ||
606 (req->req_info->pubkey->public_key == NULL) ||
607 (req->req_info->pubkey->public_key->data == NULL))
843 if (pubkey == i)
    [all...]
  /external/openssl/crypto/ec/
ec_pmeth.c 174 const EC_POINT *pubkey = NULL; local
189 pubkey = EC_KEY_get0_public_key(ctx->peerkey->pkey.ec);
197 ret = ECDH_compute_key(key, outlen, pubkey, ctx->pkey->pkey.ec, 0);
ec_ameth.c 190 static int eckey_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey)
198 if (!X509_PUBKEY_get0_param(NULL, &p, &pklen, &palg, pubkey))
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
x_pubkey.c 77 X509_PUBKEY *pubkey = (X509_PUBKEY *)*pval; local
78 EVP_PKEY_free(pubkey->pkey);
t_req.c 140 if (i2a_ASN1_OBJECT(bp, ri->pubkey->algor->algorithm) <= 0)
  /external/openssl/crypto/asn1/
x_pubkey.c 77 X509_PUBKEY *pubkey = (X509_PUBKEY *)*pval; local
78 EVP_PKEY_free(pubkey->pkey);
t_req.c 140 if (i2a_ASN1_OBJECT(bp, ri->pubkey->algor->algorithm) <= 0)
  /external/wpa_supplicant_8/src/wps/
wps.h 859 const u8 *addr, struct wpabuf *pubkey);
867 const struct wpabuf *pubkey,
869 struct wpabuf * wps_nfc_token_build(int ndef, int id, struct wpabuf *pubkey,
871 int wps_nfc_gen_dh(struct wpabuf **pubkey, struct wpabuf **privkey);
872 struct wpabuf * wps_nfc_token_gen(int ndef, int *id, struct wpabuf **pubkey,
wps_i.h 175 const struct wpabuf *pubkey, const u8 *dev_pw,
  /system/security/keystore/include/keystore/
IKeystoreService.h 110 virtual int32_t get_pubkey(const String16& name, uint8_t** pubkey, size_t* pubkeyLength) = 0;
  /external/chromium_org/net/tools/testserver/
minica.py 172 issuer_cn, subject_cn, serial, pubkey, privkey, ocsp_url = None):
234 asn1.BitString(asn1.ToDER(pubkey)),
  /external/wpa_supplicant_8/src/crypto/
crypto_openssl.c 468 struct wpabuf *pubkey = NULL, *privkey = NULL; local
490 pubkey = wpabuf_alloc(publen);
491 if (pubkey == NULL)
498 BN_bn2bin(dh->pub_key, wpabuf_put(pubkey, publen));
502 *publ = pubkey;
506 wpabuf_free(pubkey);
  /external/chromium_org/third_party/openssl/openssl/crypto/dh/
dh_ameth.c 71 static int dh_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey)
83 if (!X509_PUBKEY_get0_param(NULL, &p, &pklen, &palg, pubkey))
181 * is explcitly included and the pubkey must be recalculated.
  /external/openssl/crypto/dh/
dh_ameth.c 71 static int dh_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey)
83 if (!X509_PUBKEY_get0_param(NULL, &p, &pklen, &palg, pubkey))
181 * is explcitly included and the pubkey must be recalculated.
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_req.c 114 return(X509_PUBKEY_get(req->req_info->pubkey));
  /external/openssl/crypto/x509/
x509_req.c 114 return(X509_PUBKEY_get(req->req_info->pubkey));
  /external/smack/src/org/xbill/DNS/
DNSSEC.java 807 sign(PrivateKey privkey, PublicKey pubkey, int alg, byte [] data,
825 if (pubkey instanceof DSAPublicKey) {
827 DSAPublicKey dsa = (DSAPublicKey) pubkey;
835 } else if (pubkey instanceof ECPublicKey) {

Completed in 1186 milliseconds

12 3