HomeSort by relevance Sort by last modified time
    Searched refs:product_id_hash (Results 1 - 5 of 5) sorted by null

  /system/iot/attestation/atap/test/
atap_util_unittest.cpp 160 atap_memset(req.product_id_hash, 0x66, ATAP_SHA256_DIGEST_LEN);
177 uint8_t* product_id_hash = next(buf, &i, ATAP_SHA256_DIGEST_LEN); local
179 0, memcmp(req.product_id_hash, product_id_hash, ATAP_SHA256_DIGEST_LEN));
195 atap_memset(req.product_id_hash, 0x66, ATAP_SHA256_DIGEST_LEN);
210 uint8_t* product_id_hash = next(buf, &i, ATAP_SHA256_DIGEST_LEN); local
212 0, memcmp(req.product_id_hash, product_id_hash, ATAP_SHA256_DIGEST_LEN));
230 atap_memset(req.product_id_hash, 0x66, ATAP_SHA256_DIGEST_LEN);
244 uint8_t* product_id_hash = next(buf, &i, ATAP_SHA256_DIGEST_LEN) local
271 uint8_t* product_id_hash = next(buf, &i, ATAP_SHA256_DIGEST_LEN); local
    [all...]
atap_command_unittest.cpp 112 const uint8_t* product_id_hash = next(inner, &i, ATAP_SHA256_DIGEST_LEN); local
114 memcmp(product_id_hash,
  /system/iot/attestation/atap/libatap/
atap_types.h 117 uint8_t product_id_hash[ATAP_SHA256_DIGEST_LEN]; member in struct:__anon3047
atap_util.c 97 buf, inner_ca_request->product_id_hash, ATAP_SHA256_DIGEST_LEN);
atap_commands.c 188 ops, product_id, ATAP_PRODUCT_ID_LEN, inner_ca_request->product_id_hash);

Completed in 90 milliseconds