Searched refs:extract_auth_list (Results 1 – 2 of 2) sorted by relevance
224 static ErrorCode extract_auth_list(const KM_AUTH_LIST* record, AuthorizationSet* auth_list) { in extract_auth_list() function284 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()
239 static ErrorCode extract_auth_list(const KM_AUTH_LIST* record, AuthorizationSet* auth_list) { in extract_auth_list() function304 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()