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

  /system/iot/attestation/atap/libatap/
atap_types.h 91 #define ATAP_SHA256_DIGEST_LEN 32
117 uint8_t product_id_hash[ATAP_SHA256_DIGEST_LEN];
atap_ops.h 150 * ATAP_SHA256_DIGEST_LEN bytes to |HASH|. On success, returns
156 uint8_t hash[ATAP_SHA256_DIGEST_LEN]);
atap_util.c 97 buf, inner_ca_request->product_id_hash, ATAP_SHA256_DIGEST_LEN);
188 uint32_t size = ATAP_HEADER_LEN + ATAP_SHA256_DIGEST_LEN;
  /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);
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);
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);
246 0, memcmp(req.product_id_hash, product_id_hash, ATAP_SHA256_DIGEST_LEN));
259 atap_memset(req.product_id_hash, 0x66, ATAP_SHA256_DIGEST_LEN);
    [all...]
atap_command_unittest.cpp 112 const uint8_t* product_id_hash = next(inner, &i, ATAP_SHA256_DIGEST_LEN);
116 ATAP_SHA256_DIGEST_LEN));
  /system/iot/attestation/atap/ops/
openssl_ops.h 64 uint8_t hash[ATAP_SHA256_DIGEST_LEN]) override;
atap_ops_delegate.h 92 uint8_t hash[ATAP_SHA256_DIGEST_LEN]) = 0;
atap_ops_provider.cpp 140 uint8_t hash[ATAP_SHA256_DIGEST_LEN]) {
openssl_ops.cpp 229 uint8_t hash[ATAP_SHA256_DIGEST_LEN]) {

Completed in 76 milliseconds