Home
last modified time | relevance | path

Searched refs:copyAuthTag (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/security/keymint/support/
H A Dattestation_record.cpp285 copyAuthTag(record->purpose, TAG_PURPOSE, auth_list); in extract_auth_list()
286 copyAuthTag(record->algorithm, TAG_ALGORITHM, auth_list); in extract_auth_list()
287 copyAuthTag(record->key_size, TAG_KEY_SIZE, auth_list); in extract_auth_list()
288 copyAuthTag(record->digest, TAG_DIGEST, auth_list); in extract_auth_list()
289 copyAuthTag(record->padding, TAG_PADDING, auth_list); in extract_auth_list()
290 copyAuthTag(record->ec_curve, TAG_EC_CURVE, auth_list); in extract_auth_list()
300 copyAuthTag(record->user_auth_type, TAG_USER_AUTH_TYPE, auth_list); in extract_auth_list()
301 copyAuthTag(record->auth_timeout, TAG_AUTH_TIMEOUT, auth_list); in extract_auth_list()
309 copyAuthTag(record->origin, TAG_ORIGIN, auth_list); in extract_auth_list()
311 copyAuthTag(record->os_version, TAG_OS_VERSION, auth_list); in extract_auth_list()
[all …]
/aosp12/hardware/interfaces/keymaster/4.1/support/
H A Dattestation_record.cpp287 copyAuthTag(record->algorithm, TAG_ALGORITHM, auth_list); in extract_auth_list()
288 copyAuthTag(record->application_id, TAG_APPLICATION_ID, auth_list); in extract_auth_list()
289 copyAuthTag(record->auth_timeout, TAG_AUTH_TIMEOUT, auth_list); in extract_auth_list()
291 copyAuthTag(record->digest, TAG_DIGEST, auth_list); in extract_auth_list()
292 copyAuthTag(record->ec_curve, TAG_EC_CURVE, auth_list); in extract_auth_list()
293 copyAuthTag(record->key_size, TAG_KEY_SIZE, auth_list); in extract_auth_list()
295 copyAuthTag(record->origin, TAG_ORIGIN, auth_list); in extract_auth_list()
297 copyAuthTag(record->os_patchlevel, TAG_OS_PATCHLEVEL, auth_list); in extract_auth_list()
298 copyAuthTag(record->os_version, TAG_OS_VERSION, auth_list); in extract_auth_list()
299 copyAuthTag(record->padding, TAG_PADDING, auth_list); in extract_auth_list()
[all …]
/aosp12/hardware/interfaces/keymaster/4.0/support/
H A Dattestation_record.cpp272 copyAuthTag(record->algorithm, TAG_ALGORITHM, auth_list); in extract_auth_list()
273 copyAuthTag(record->application_id, TAG_APPLICATION_ID, auth_list); in extract_auth_list()
274 copyAuthTag(record->auth_timeout, TAG_AUTH_TIMEOUT, auth_list); in extract_auth_list()
276 copyAuthTag(record->digest, TAG_DIGEST, auth_list); in extract_auth_list()
277 copyAuthTag(record->ec_curve, TAG_EC_CURVE, auth_list); in extract_auth_list()
278 copyAuthTag(record->key_size, TAG_KEY_SIZE, auth_list); in extract_auth_list()
280 copyAuthTag(record->origin, TAG_ORIGIN, auth_list); in extract_auth_list()
282 copyAuthTag(record->os_patchlevel, TAG_OS_PATCHLEVEL, auth_list); in extract_auth_list()
283 copyAuthTag(record->os_version, TAG_OS_VERSION, auth_list); in extract_auth_list()
284 copyAuthTag(record->padding, TAG_PADDING, auth_list); in extract_auth_list()
[all …]
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dattestation_record.cpp228 copyAuthTag(record->algorithm, TAG_ALGORITHM, auth_list); in extract_auth_list()
231 copyAuthTag(record->auth_timeout, TAG_AUTH_TIMEOUT, auth_list); in extract_auth_list()
233 copyAuthTag(record->digest, TAG_DIGEST, auth_list); in extract_auth_list()
234 copyAuthTag(record->ec_curve, TAG_EC_CURVE, auth_list); in extract_auth_list()
235 copyAuthTag(record->key_size, TAG_KEY_SIZE, auth_list); in extract_auth_list()
237 copyAuthTag(record->origin, TAG_ORIGIN, auth_list); in extract_auth_list()
239 copyAuthTag(record->os_patchlevel, TAG_OS_PATCHLEVEL, auth_list); in extract_auth_list()
240 copyAuthTag(record->os_version, TAG_OS_VERSION, auth_list); in extract_auth_list()
241 copyAuthTag(record->padding, TAG_PADDING, auth_list); in extract_auth_list()
242 copyAuthTag(record->purpose, TAG_PURPOSE, auth_list); in extract_auth_list()
[all …]