Home
last modified time | relevance | path

Searched defs:identity_token (Results 1 – 25 of 32) sorted by relevance

12

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/resources/test/
Dmic-extended-salt-encrypted-test-vectors.json28 "identity_token": "92220A2275B7CB8D5B8F7FDEE137C385", string
39 "identity_token": "1F01AB90BD3A83FE37E74A301D415475", string
50 "identity_token": "3ECB6505ECA3F0644780E4F848B8C914", string
70 "identity_token": "932D597EA1265715083C01111B233551", string
98 "identity_token": "19263E5F61578937D8D7EFC85325267B", string
122 "identity_token": "1831C66E762DD247D3D0A3F7CD278B6D", string
154 "identity_token": "E98107D0B6209C2F99E458FF9DDA5EDD", string
165 "identity_token": "E0855E9D123AD57CD4BAA1619A33CB8F", string
189 "identity_token": "7310CA7BB155529509A89AC74042075E", string
200 "identity_token": "D9EB6B7007B30C0EF6CF01A7910D8B11", string
[all …]
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/legacy/serialize/tests/
Derror_conditions.rs106 let identity_token = V0IdentityToken::from([0x33; 14]); in build_empty_adv_error() localVariable
119 let identity_token = V0IdentityToken::from([0x33; 14]); in build_adv_one_byte_error() localVariable
135 let identity_token = V0IdentityToken::from([0x33; 14]); in add_de_when_full_error() localVariable
154 let identity_token = V0IdentityToken::from([0x33; 14]); in add_too_much_de_when_almost_full_error() localVariable
174 let identity_token = V0IdentityToken::from([0x33; 14]); in broken_de_impl_hits_expected_panic() localVariable
Dmod.rs68 let identity_token = V0IdentityToken::from([0x33; 14]); in ldt_encoder_display() localVariable
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/serialize/
Dsection_tests.rs85 let identity_token: V1IdentityToken = crypto_rng.gen(); in mic_encrypted_identity_section_random_des() localVariable
167 let identity_token = V1IdentityToken(rng.gen()); in signature_encrypted_identity_section_random_des() localVariable
252 let identity_token = V1IdentityToken([33; 16]); in section_builder_too_full_doesnt_advance_de_index() localVariable
355 let identity_token = V1IdentityToken([33; 16]); in section_builder_build_de_error_doesnt_advance_de_index() localVariable
428 let identity_token = V1IdentityToken([33; 16]); in add_multiple_de_correct_de_offsets_mic_encrypted_identity() localVariable
495 let identity_token = V1IdentityToken([33; 16]); in add_multiple_de_correct_de_offsets_signature_encrypted_identity() localVariable
621 let identity_token = V1IdentityToken([1; 16]); in do_mic_encrypted_identity_fixed_key_material_test() localVariable
718 let identity_token = V1IdentityToken::from([1; 16]); in do_signature_encrypted_identity_fixed_key_material_test() localVariable
Dtest_vectors.rs57 let identity_token = in mic_encrypted_test_vectors() localVariable
151 let identity_token = in gen_mic_encrypted_test_vectors() localVariable
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/credential/metadata/
Dtests.rs26 let identity_token = V0IdentityToken::from([5u8; 14]); in v0_metadata_decryption_works_same_metadata_key() localVariable
42 let identity_token = V1IdentityToken::from([2u8; 16]); in v1_metadata_decryption_works_same_metadata_key() localVariable
58 let identity_token = V0IdentityToken::from([5u8; 14]); in v0_metadata_decryption_fails_different_metadata_key() localVariable
79 let identity_token = V1IdentityToken::from([127u8; 16]); in v1_metadata_decryption_fails_different_metadata_key() localVariable
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/encrypted_section/
Dmod.rs66 pub(crate) identity_token: CiphertextExtendedIdentityToken, field
113 identity_token: V1IdentityToken, field
132 pub(crate) identity_token: V1IdentityToken, field
155 identity_token: CiphertextExtendedIdentityToken, field
264 let identity_token = identity_match.identity_token; in try_deserialize() localVariable
440 let identity_token = identity_match.identity_token; in try_deserialize() localVariable
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/encrypted_section/tests/
Dmic_decrypt_tests.rs60 let identity_token = V1IdentityToken::from([1; 16]); in deserialize_mic_encrypted_correct_keys() localVariable
410 let identity_token = V1IdentityToken::from([1; 16]); in arena_out_of_space_on_mic_verify() localVariable
479 let identity_token = V1IdentityToken([1; 16]); in do_bad_deserialize_params() localVariable
Dsignature_decrypt_tests.rs50 let identity_token = V1IdentityToken::from([1; 16]); in deserialize_signature_encrypted_correct_keys_extended_salt() localVariable
483 let identity_token = V1IdentityToken::from([1; V1_IDENTITY_TOKEN_LEN]); in do_bad_deserialize_tampered() localVariable
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/serialize/section/
Dencoder.rs105 identity_token: V1IdentityToken, field
127 let identity_token = crypto_material.identity_token(); in new() localVariable
197 identity_token: V1IdentityToken, field
208 let identity_token = broadcast_credential.identity_token(); in new() localVariable
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/credential/
Dmatched.rs212 fn identity_token(&self) -> <Self::Version as ProtocolVersion>::IdentityToken; in identity_token() method
217 fn identity_token(&self) -> Self { in identity_token() method
224 fn identity_token(&self) -> Self { in identity_token() method
Dv0.rs166 pub identity_token: V0IdentityToken, field
182 pub(crate) fn identity_token(&self) -> V0IdentityToken { in identity_token() method
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/
Dmod.rs121 identity_token: V1IdentityToken, field
143 pub fn identity_token(&self) -> &V1IdentityToken { in identity_token() method
160 fn identity_token(&self) -> V1IdentityToken { in identity_token() method
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_ffi_core/src/deserialize/
Dv0.rs189 identity_token: [u8; 14], field
208 pub fn identity_token(&self) -> [u8; 14] { in identity_token() method
280 let identity_token = match_data.contents(); in new() localVariable
Dv1.rs435 let identity_token = match_data.contents(); in new() localVariable
520 identity_token: [u8; 16], field
541 pub fn identity_token(&self) -> [u8; 16] { in identity_token() method
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/legacy/deserialize/tests/
Derror_conditions.rs138 let identity_token = V0IdentityToken::from([0x33; V0_IDENTITY_TOKEN_LEN]); in iterate_actions_invalid_flavor_error() localVariable
301 let identity_token = V0IdentityToken::from([0x33; V0_IDENTITY_TOKEN_LEN]); localVariable
Dhappy_path.rs417 let identity_token = V0IdentityToken::from(rng.gen::<[u8; V0_IDENTITY_TOKEN_LEN]>()); in do_random_roundtrip_test() localVariable
457 let identity_token = V0IdentityToken::from([0x33; V0_IDENTITY_TOKEN_LEN]); in build_and_assert_deserialized_matches() localVariable
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/benches/
Ddeser_adv.rs347 identity_token: V0IdentityToken, field
370 identity_token: V1IdentityToken, field
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt_np_adv/src/
Dtests.rs231 let identity_token: [u8; V0_IDENTITY_TOKEN_LEN] = in make_test_components() localVariable
255 identity_token: V0IdentityToken, field
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/legacy/deserialize/
Dmod.rs212 identity_token: V0IdentityToken, field
252 fn identity_token(&self) -> V0IdentityToken { in identity_token() method
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/legacy/serialize/
Dmod.rs155 identity_token: V0IdentityToken, field
170 let identity_token = broadcast_cred.identity_token(); in new() localVariable
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_c_ffi/include/cpp/
Dnp_cpp_ffi_types.h709 uint8_t identity_token[14]; member
825 uint8_t identity_token[16]; member
906 uint8_t identity_token[14]; member
951 uint8_t identity_token[16]; member
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_ffi_core/src/
Dcredentials.rs415 identity_token: [u8; 14], field
442 identity_token: [u8; 16], field
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_c_ffi/include/c/
Dnp_c_ffi.h979 uint8_t identity_token[14]; member
1130 uint8_t identity_token[16]; member
1229 uint8_t identity_token[14]; member
1289 uint8_t identity_token[16]; member
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/tests/
Dexamples_v0.rs96 let identity_token = V0IdentityToken::from([0x33; V0_IDENTITY_TOKEN_LEN]); in v0_deser_ciphertext() localVariable

12