HomeSort by relevance Sort by last modified time
    Searched full:public_key (Results 26 - 50 of 68) sorted by null

12 3

  /external/chromium/chrome/browser/remoting/
directory_add_request.cc 40 data.SetString("publicKey", host_info.public_key);
  /external/chromium/chrome/common/
service_messages.h 17 IPC_STRUCT_TRAITS_MEMBER(public_key)
  /external/chromium/net/base/
dnssec_keyset.cc 193 base::StringPiece public_key,
207 spki_der.data = (uint8*) public_key.data();
208 spki_der.len = public_key.size();
  /external/openssl/crypto/ec/
ec_ameth.c 436 const EC_POINT *public_key; local
454 public_key = EC_KEY_get0_public_key(x);
455 if ((pub_key = EC_POINT_point2bn(group, public_key,
  /external/chromium/crypto/
rsa_private_key.h 216 SECKEYPublicKeyStr* public_key() { return public_key_; } function in class:crypto::RSAPrivateKey
222 CSSM_KEY_PTR public_key() { return &public_key_; } function in class:crypto::RSAPrivateKey
  /external/chromium/net/socket/
dns_cert_provenance_checker.cc 213 SECKEYPublicKey* public_key = SECKEY_ExtractPublicKey(spki); local
216 return public_key;
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_common.c 177 *pk = crypto_public_key_import(cert->public_key, cert->public_key_len);
x509v3.c 55 os_free(cert->public_key);
279 os_free(cert->public_key);
280 cert->public_key = os_malloc(hdr.length - 1);
281 if (cert->public_key == NULL) {
286 os_memcpy(cert->public_key, pos + 1, hdr.length - 1);
289 cert->public_key, cert->public_key_len);
1338 pk = crypto_public_key_import(issuer->public_key,
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_i.h 158 const u8 *public_key; member in struct:wps_parse_attr
wps_attr_parse.c 350 attr->public_key = pos;
  /external/wpa_supplicant_8/src/tls/
tlsv1_common.c 177 *pk = crypto_public_key_import(cert->public_key, cert->public_key_len);
x509v3.c 62 os_free(cert->public_key);
282 os_free(cert->public_key);
283 cert->public_key = os_malloc(hdr.length - 1);
284 if (cert->public_key == NULL) {
289 os_memcpy(cert->public_key, pos + 1, hdr.length - 1);
292 cert->public_key, cert->public_key_len);
    [all...]
  /external/wpa_supplicant/
x509v3.c 55 os_free(cert->public_key);
279 os_free(cert->public_key);
280 cert->public_key = os_malloc(hdr.length - 1);
281 if (cert->public_key == NULL) {
286 os_memcpy(cert->public_key, pos + 1, hdr.length - 1);
289 cert->public_key, cert->public_key_len);
1323 pk = crypto_public_key_import(issuer->public_key,
    [all...]
tlsv1_common.c 155 *pk = crypto_public_key_import(cert->public_key, cert->public_key_len);
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_pk.h 228 int ecc_shared_secret(ecc_key *private_key, ecc_key *public_key,
358 dsa_key *public_key,
  /external/openssl/crypto/asn1/
t_x509.c 271 EVP_Digest(x->cert_info->key->public_key->data,
272 x->cert_info->key->public_key->length, SHA1md, NULL, EVP_sha1(), NULL);
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
WrapCipherSpi.java 409 if (wrappedKeyType == Cipher.PUBLIC_KEY)
  /external/wpa_supplicant_8/src/wps/
wps_i.h 185 const u8 *public_key; member in struct:wps_parse_attr
wps_validate.c 616 static int wps_validate_public_key(const u8 *public_key, size_t len,
619 if (public_key == NULL) {
1310 wps_validate_public_key(attr.public_key, attr.public_key_len, 1) ||
1366 wps_validate_public_key(attr.public_key, attr.public_key_len, 1) ||
    [all...]
wps_attr_parse.c 475 attr->public_key = pos;
  /external/openssl/crypto/x509/
x509_cmp.c 298 return x->cert_info->key->public_key;
  /external/chromium/net/tools/testserver/
device_management.py 494 fetch_response.new_public_key = signing_key['public_key']
599 entry['public_key'] = pubkey;
  /external/openssl/ssl/
s3_lib.c     [all...]
  /external/openssl/apps/
x509.c 595 (req->req_info->pubkey->public_key == NULL) ||
596 (req->req_info->pubkey->public_key->data == NULL))
    [all...]
  /libcore/luni/src/main/java/javax/crypto/
Cipher.java 82 public static final int PUBLIC_KEY = 1;
    [all...]

Completed in 4025 milliseconds

12 3