Home
last modified time | relevance | path

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

/system/security/keystore2/tests/
Dkeystore2_client_attest_key_tests.rs47 let att_challenge: &[u8] = b"foo"; in keystore2_attest_rsa_signing_key_success() localVariable
100 let att_challenge: &[u8] = b"foo"; in keystore2_attest_rsa_encrypt_key_success() localVariable
154 let att_challenge: &[u8] = b"foo"; in keystore2_attest_ec_key_success() localVariable
204 let att_challenge: &[u8] = b"foo"; in keystore2_attest_rsa_signing_key_with_ec_25519_key_success() localVariable
350 let att_challenge: &[u8] = b"foo"; in keystore2_attest_key_fails_missing_challenge() localVariable
395 let att_challenge: &[u8] = b"foo"; in keystore2_attest_rsa_key_with_non_attest_key_fails_incompat_purpose_error() localVariable
431 let att_challenge: &[u8] = b"foo"; in keystore2_attest_rsa_key_with_symmetric_key_fails_sys_error() localVariable
507 let att_challenge: &[u8] = b"foo"; in generate_attested_key_with_device_attest_ids() localVariable
572 let att_challenge: &[u8] = b"foo"; in keystore2_attest_key_fails_with_invalid_attestation_id() localVariable
624 let att_challenge: &[u8] = b"foo"; in keystore2_attest_key_without_attestation_id_support_fails_with_cannot_attest_id() localVariable
[all …]
/system/security/keystore2/tests/legacy_blobs/
Dkeystore2_legacy_blob_tests.rs152 let att_challenge: Option<&[u8]> = if rkp_only() { None } else { Some(b"foo") }; in keystore2_encrypted_characteristics() localVariable
395 let att_challenge: Option<&[u8]> = if rkp_only() { None } else { Some(b"foo") }; in keystore2_encrypted_certificates() localVariable
/system/security/keystore2/test_utils/
Dkey_generations.rs119 pub att_challenge: Option<Vec<u8>>, field
1593 let att_challenge = get_value_from_attest_record( in generate_key() localVariable
Dffi_test_utils.cpp644 std::vector<uint8_t> att_challenge; in getValueFromAttestRecord() local