Home
last modified time | relevance | path

Searched refs:kUeidLength (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/include/keymaster/km_openssl/
Dattestation_record.h308 constexpr size_t kUeidLength = 15; variable
/system/keymaster/km_openssl/
Dattestation_record.cpp193 uint8_t ueid[kUeidLength]; in imei_to_ueid()
197 for (size_t i = 1; i < kUeidLength; i++) { in imei_to_ueid()
209 ASSERT_OR_RETURN_ERROR(ueid_vec.size() == kUeidLength, KM_ERROR_INVALID_TAG); in ueid_to_imei_blob()