Home
last modified time | relevance | path

Searched defs:att_challenge (Results 1 – 3 of 3) sorted by relevance

/system/security/keystore2/tests/
Dkeystore2_client_attest_key_tests.rs45 let att_challenge: &[u8] = b"foo"; in keystore2_attest_rsa_signing_key_success() localVariable
93 let att_challenge: &[u8] = b"foo"; in keystore2_attest_rsa_encrypt_key_success() localVariable
142 let att_challenge: &[u8] = b"foo"; in keystore2_attest_ec_key_success() localVariable
182 let att_challenge: &[u8] = b"foo"; in keystore2_attest_rsa_signing_key_with_ec_25519_key_success() localVariable
313 let att_challenge: &[u8] = b"foo"; in keystore2_attest_key_fails_missing_challenge() localVariable
356 let att_challenge: &[u8] = b"foo"; in keystore2_attest_rsa_key_with_non_attest_key_fails_incompat_purpose_error() localVariable
398 let att_challenge: &[u8] = b"foo"; in keystore2_attest_rsa_key_with_symmetric_key_fails_sys_error() localVariable
443 let att_challenge: &[u8] = b"foo"; in keystore2_attest_symmetric_key_fail_sys_error() localVariable
/system/security/keystore2/tests/legacy_blobs/
Dkeystore2_legacy_blob_tests.rs167 let att_challenge: &[u8] = b"foo"; in keystore2_encrypted_characteristics() localVariable
424 let att_challenge: &[u8] = b"foo"; in keystore2_encrypted_certificates() localVariable
/system/security/keystore2/test_utils/
Dkey_generations.rs60 pub att_challenge: Option<Vec<u8>>, field