Searched refs:extract_auth_list (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/keymaster/3.0/vts/functional/ |
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()
|
/hardware/interfaces/keymaster/4.0/support/ |
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()
|
/hardware/interfaces/security/keymint/support/ |
D | attestation_record.cpp | 284 static ErrorCode extract_auth_list(const KM_AUTH_LIST* record, AuthorizationSet* auth_list) { in extract_auth_list() function 364 ErrorCode error = extract_auth_list(record->software_enforced, software_enforced); in MAKE_OPENSSL_PTR_TYPE() 367 return extract_auth_list(record->tee_enforced, tee_enforced); in MAKE_OPENSSL_PTR_TYPE()
|
/hardware/interfaces/keymaster/4.1/support/ |
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()
|