Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/3.0/vts/functional/
Dattestation_record.cpp224 static ErrorCode extract_auth_list(const KM_AUTH_LIST* record, AuthorizationSet* auth_list) { in extract_auth_list() function
284 ErrorCode error = extract_auth_list(record->software_enforced, software_enforced); in MAKE_OPENSSL_PTR_TYPE()
287 return extract_auth_list(record->tee_enforced, tee_enforced); in MAKE_OPENSSL_PTR_TYPE()
/hardware/interfaces/keymaster/4.0/support/
Dattestation_record.cpp239 static ErrorCode extract_auth_list(const KM_AUTH_LIST* record, AuthorizationSet* auth_list) { in extract_auth_list() function
304 ErrorCode error = extract_auth_list(record->software_enforced, software_enforced); in MAKE_OPENSSL_PTR_TYPE()
307 return extract_auth_list(record->tee_enforced, tee_enforced); in MAKE_OPENSSL_PTR_TYPE()