Searched defs:att_challenge (Results 1 – 3 of 3) sorted by relevance
45 let att_challenge: &[u8] = b"foo"; in keystore2_attest_rsa_signing_key_success() localVariable93 let att_challenge: &[u8] = b"foo"; in keystore2_attest_rsa_encrypt_key_success() localVariable142 let att_challenge: &[u8] = b"foo"; in keystore2_attest_ec_key_success() localVariable182 let att_challenge: &[u8] = b"foo"; in keystore2_attest_rsa_signing_key_with_ec_25519_key_success() localVariable313 let att_challenge: &[u8] = b"foo"; in keystore2_attest_key_fails_missing_challenge() localVariable356 let att_challenge: &[u8] = b"foo"; in keystore2_attest_rsa_key_with_non_attest_key_fails_incompat_purpose_error() localVariable398 let att_challenge: &[u8] = b"foo"; in keystore2_attest_rsa_key_with_symmetric_key_fails_sys_error() localVariable443 let att_challenge: &[u8] = b"foo"; in keystore2_attest_symmetric_key_fail_sys_error() localVariable
167 let att_challenge: &[u8] = b"foo"; in keystore2_encrypted_characteristics() localVariable424 let att_challenge: &[u8] = b"foo"; in keystore2_encrypted_certificates() localVariable
60 pub att_challenge: Option<Vec<u8>>, field