Home
last modified time | relevance | path

Searched defs:auths (Results 1 – 4 of 4) sorted by relevance

/system/security/keystore2/test_utils/attestation/
Dlib.rs139 pub auths: Cow<'a, [KeyParameter]>, field
168 let mut auths = Vec::new(); in decode_value() localVariable
/system/keymaster/km_openssl/
Dattestation_utils.cpp208 auto auths = key.authorizations(); in check_attest_key_auths() local
/system/keymint/ta/src/
Dcert.rs417 pub auths: Cow<'a, [KeyParam]>, field
512 let mut auths = Vec::new(); in new_from_key_params() localVariable
/system/security/keystore2/test_utils/
Dkey_generations.rs603 let auths: Vec<&Authorization> = in get_key_auth() localVariable