Home
last modified time | relevance | path

Searched refs:allow_while_on_body (Results 1 – 3 of 3) sorted by relevance

/system/keymaster/include/keymaster/km_openssl/
Dattestation_record.h96 ASN1_NULL* allow_while_on_body; member
150 ASN1_EXP_OPT(KM_AUTH_LIST, allow_while_on_body, ASN1_NULL,
/system/security/keystore2/src/
Denforcements.rs481 let mut allow_while_on_body = false; in authorize_create() localVariable
541 allow_while_on_body = true; in authorize_create()
663 let on_body_extended = allow_while_on_body && last_off_body < hat.time_received(); in authorize_create()
/system/keymaster/km_openssl/
Dattestation_record.cpp659 bool_ptr = &record->allow_while_on_body; in build_auth_list()
1238 if (record->allow_while_on_body && !auth_list->push_back(TAG_ALLOW_WHILE_ON_BODY)) { in extract_auth_list()