Searched defs:public_key (Results 76 - 84 of 84) sorted by relevance

1234

/external/chromium_org/third_party/boringssl/src/ssl/
H A Ds3_clnt.c2571 unsigned char *public_key = NULL, *derp, *der_sig = NULL; local
2617 public_key = OPENSSL_malloc(public_key_len);
2618 if (!public_key)
2624 derp = public_key;
2664 /* The first byte of public_key will be 0x4, denoting an uncompressed key. */
2665 memcpy(d, public_key + 1, 64);
2681 if (public_key)
2682 OPENSSL_free(public_key);
/external/openssl/ssl/
H A Ds3_clnt.c3640 unsigned char *public_key = NULL, *derp, *der_sig = NULL; local
3686 public_key = OPENSSL_malloc(public_key_len);
3687 if (!public_key)
3693 derp = public_key;
3733 /* The first byte of public_key will be 0x4, denoting an uncompressed key. */
3734 memcpy(d, public_key + 1, 64);
3750 if (public_key)
3751 OPENSSL_free(public_key);
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_validate.c610 static int wps_validate_public_key(const u8 *public_key, size_t len, argument
613 if (public_key == NULL) {
1304 wps_validate_public_key(attr.public_key, attr.public_key_len, 1) ||
1360 wps_validate_public_key(attr.public_key, attr.public_key_len, 1) ||
/external/wpa_supplicant_8/src/wps/
H A Dwps_validate.c610 static int wps_validate_public_key(const u8 *public_key, size_t len, argument
613 if (public_key == NULL) {
1304 wps_validate_public_key(attr.public_key, attr.public_key_len, 1) ||
1360 wps_validate_public_key(attr.public_key, attr.public_key_len, 1) ||
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_validate.c610 static int wps_validate_public_key(const u8 *public_key, size_t len, argument
613 if (public_key == NULL) {
1304 wps_validate_public_key(attr.public_key, attr.public_key_len, 1) ||
1360 wps_validate_public_key(attr.public_key, attr.public_key_len, 1) ||
/external/chromium_org/net/socket/
H A Dssl_client_socket_nss.cc743 int ImportChannelIDKeys(SECKEYPublicKey** public_key, SECKEYPrivateKey** key);
1841 SECKEYPublicKey* public_key;
1843 int error = ImportChannelIDKeys(&public_key, &private_key);
1847 rv = SSL_RestartHandshakeAfterChannelIDReq(nss_fd_, public_key, private_key);
2299 int SSLClientSocketNSS::Core::ImportChannelIDKeys(SECKEYPublicKey** public_key, argument
2325 public_key)) {
/external/openssl/crypto/x509/
H A Dx509.h163 ASN1_BIT_STRING *public_key; member in struct:X509_pubkey_st
/external/openssl/include/openssl/
H A Dx509.h163 ASN1_BIT_STRING *public_key; member in struct:X509_pubkey_st
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dx509.h124 ASN1_BIT_STRING *public_key; member in struct:X509_pubkey_st

Completed in 2140 milliseconds

1234