Home
last modified time | relevance | path

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

/aosp_15_r20/system/security/keystore2/tests/
H A Dkeystore2_client_attest_key_tests.rs46 let att_challenge: &[u8] = b"foo"; in keystore2_attest_rsa_signing_key_success() localVariable
99 let att_challenge: &[u8] = b"foo"; in keystore2_attest_rsa_encrypt_key_success() localVariable
153 let att_challenge: &[u8] = b"foo"; in keystore2_attest_ec_key_success() localVariable
203 let att_challenge: &[u8] = b"foo"; in keystore2_attest_rsa_signing_key_with_ec_25519_key_success() localVariable
349 let att_challenge: &[u8] = b"foo"; in keystore2_attest_key_fails_missing_challenge() localVariable
394 let att_challenge: &[u8] = b"foo"; in keystore2_attest_rsa_key_with_non_attest_key_fails_incompat_purpose_error() localVariable
430 let att_challenge: &[u8] = b"foo"; in keystore2_attest_rsa_key_with_symmetric_key_fails_sys_error() localVariable
506 let att_challenge: &[u8] = b"foo"; in generate_attested_key_with_device_attest_ids() localVariable
571 let att_challenge: &[u8] = b"foo"; in keystore2_attest_key_fails_with_invalid_attestation_id() localVariable
623 let att_challenge: &[u8] = b"foo"; in keystore2_attest_key_without_attestation_id_support_fails_with_cannot_attest_id() localVariable
[all …]
/aosp_15_r20/system/security/keystore2/tests/legacy_blobs/
H A 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
/aosp_15_r20/system/security/keystore2/test_utils/
H A Dkey_generations.rs119 pub att_challenge: Option<Vec<u8>>, field
1579 let att_challenge = get_value_from_attest_record( in generate_key() localVariable
H A Dffi_test_utils.cpp644 std::vector<uint8_t> att_challenge; in getValueFromAttestRecord() local
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintAidlTestBase.cpp298 vector<uint8_t> att_challenge; in getModuleHash() local
1982 vector<uint8_t> att_challenge; in verify_attestation_record() local
/aosp_15_r20/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp957 HidlBuf att_challenge; in verify_attestation_record() local
/aosp_15_r20/hardware/interfaces/keymaster/4.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp415 HidlBuf att_challenge; in verify_attestation_record() local