HomeSort by relevance Sort by last modified time
    Searched defs:public_key_len (Results 1 - 4 of 4) sorted by null

  /external/avb/libavb/
avb_chain_partition_descriptor.h 45 * partition name (UTF-8 encoded) and |public_key_len| bytes of the
55 uint32_t public_key_len; member in struct:AvbChainPartitionDescriptor
  /system/keymaster/
nist_curve_key_exchange_test.cpp 107 size_t public_key_len = (field_len * 2) + 1; local
108 uint8_t* public_key = new uint8_t[public_key_len];
109 public_key_len = EC_POINT_point2oct(group, point_at_infinity, POINT_CONVERSION_UNCOMPRESSED,
110 public_key, public_key_len, nullptr /* ctx */);
120 public_key_len, &computed_shared_secret));
  /external/wpa_supplicant_8/src/wps/
wps_attr_parse.h 78 u16 public_key_len; member in struct:wps_parse_attr
  /external/wpa_supplicant_8/src/tls/
x509v3.h 64 size_t public_key_len; member in struct:x509_certificate

Completed in 277 milliseconds