Home
last modified time | relevance | path

Searched refs:EC_POINT_FORM_UNCOMPRESSED (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/third_party/nss/patches/
Decpointform.patch9 + * In NSS 3.13.2 the definition of the EC_POINT_FORM_UNCOMPRESSED macro
13 +#ifndef EC_POINT_FORM_UNCOMPRESSED
14 +#define EC_POINT_FORM_UNCOMPRESSED 0x04
/external/chromium_org/net/third_party/nss/ssl/
Dssl3ecc.c46 #ifndef EC_POINT_FORM_UNCOMPRESSED
47 #define EC_POINT_FORM_UNCOMPRESSED 0x04 macro
647 if (ec_point.data[0] != EC_POINT_FORM_UNCOMPRESSED) { in ssl3_HandleECDHServerKeyExchange()
/external/chromium_org/net/third_party/nss/
DREADME.chromium66 * Define the EC_POINT_FORM_UNCOMPRESSED macro. In NSS 3.13.2 the macro