Searched defs:att_challenge (Results 1 – 4 of 4) sorted by relevance
47 let att_challenge: &[u8] = b"foo"; in keystore2_attest_rsa_signing_key_success() localVariable100 let att_challenge: &[u8] = b"foo"; in keystore2_attest_rsa_encrypt_key_success() localVariable154 let att_challenge: &[u8] = b"foo"; in keystore2_attest_ec_key_success() localVariable204 let att_challenge: &[u8] = b"foo"; in keystore2_attest_rsa_signing_key_with_ec_25519_key_success() localVariable350 let att_challenge: &[u8] = b"foo"; in keystore2_attest_key_fails_missing_challenge() localVariable395 let att_challenge: &[u8] = b"foo"; in keystore2_attest_rsa_key_with_non_attest_key_fails_incompat_purpose_error() localVariable431 let att_challenge: &[u8] = b"foo"; in keystore2_attest_rsa_key_with_symmetric_key_fails_sys_error() localVariable507 let att_challenge: &[u8] = b"foo"; in generate_attested_key_with_device_attest_ids() localVariable572 let att_challenge: &[u8] = b"foo"; in keystore2_attest_key_fails_with_invalid_attestation_id() localVariable624 let att_challenge: &[u8] = b"foo"; in keystore2_attest_key_without_attestation_id_support_fails_with_cannot_attest_id() localVariable[all …]
152 let att_challenge: Option<&[u8]> = if rkp_only() { None } else { Some(b"foo") }; in keystore2_encrypted_characteristics() localVariable395 let att_challenge: Option<&[u8]> = if rkp_only() { None } else { Some(b"foo") }; in keystore2_encrypted_certificates() localVariable
119 pub att_challenge: Option<Vec<u8>>, field1593 let att_challenge = get_value_from_attest_record( in generate_key() localVariable
644 std::vector<uint8_t> att_challenge; in getValueFromAttestRecord() local