Searched refs:extract_auth_list (Results 1 – 7 of 7) sorted by relevance
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/ |
H A D | attestation_record.cpp | 224 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()
|
/aosp12/hardware/interfaces/keymaster/4.0/support/ |
H A D | attestation_record.cpp | 268 static ErrorCode extract_auth_list(const KM_AUTH_LIST* record, AuthorizationSet* auth_list) { in extract_auth_list() function 341 ErrorCode error = extract_auth_list(record->software_enforced, software_enforced); in MAKE_OPENSSL_PTR_TYPE() 344 return extract_auth_list(record->tee_enforced, tee_enforced); in MAKE_OPENSSL_PTR_TYPE()
|
/aosp12/hardware/interfaces/security/keymint/support/ |
H A D | attestation_record.cpp | 281 static ErrorCode extract_auth_list(const KM_AUTH_LIST* record, AuthorizationSet* auth_list) { in extract_auth_list() function 360 ErrorCode error = extract_auth_list(record->software_enforced, software_enforced); in MAKE_OPENSSL_PTR_TYPE() 363 return extract_auth_list(record->tee_enforced, tee_enforced); in MAKE_OPENSSL_PTR_TYPE()
|
/aosp12/hardware/interfaces/keymaster/4.1/support/ |
H A D | attestation_record.cpp | 283 static ErrorCode extract_auth_list(const KM_AUTH_LIST* record, AuthorizationSet* auth_list) { in extract_auth_list() function 387 ErrorCode error = extract_auth_list(record->software_enforced, &result.software_enforced); in MAKE_OPENSSL_PTR_TYPE() 390 error = extract_auth_list(record->tee_enforced, &result.hardware_enforced); in MAKE_OPENSSL_PTR_TYPE()
|
/aosp12/system/keymaster/km_openssl/ |
H A D | wrapped_key.cpp | 131 return extract_auth_list(record->wrapped_key_description->auth_list, auth_list); in parse_wrapped_key()
|
H A D | attestation_record.cpp | 1127 keymaster_error_t extract_auth_list(const KM_AUTH_LIST* record, AuthorizationSet* auth_list) { in extract_auth_list() function 1423 keymaster_error_t error = extract_auth_list(record->software_enforced, software_enforced); in parse_attestation_record() 1426 return extract_auth_list(record->tee_enforced, tee_enforced); in parse_attestation_record()
|
/aosp12/system/keymaster/include/keymaster/km_openssl/ |
H A D | attestation_record.h | 398 keymaster_error_t extract_auth_list(const KM_AUTH_LIST* record, AuthorizationSet* auth_list);
|