/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/resources/test/ |
D | mic-extended-salt-encrypted-test-vectors.json | 28 "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/ |
D | error_conditions.rs | 106 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
|
D | mod.rs | 68 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/ |
D | section_tests.rs | 85 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
|
D | test_vectors.rs | 57 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/ |
D | tests.rs | 26 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/ |
D | mod.rs | 66 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/ |
D | mic_decrypt_tests.rs | 60 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
|
D | signature_decrypt_tests.rs | 50 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/ |
D | encoder.rs | 105 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/ |
D | matched.rs | 212 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
|
D | v0.rs | 166 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/ |
D | mod.rs | 121 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/ |
D | v0.rs | 189 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
|
D | v1.rs | 435 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/ |
D | error_conditions.rs | 138 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
|
D | happy_path.rs | 417 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/ |
D | deser_adv.rs | 347 identity_token: V0IdentityToken, field 370 identity_token: V1IdentityToken, field
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt_np_adv/src/ |
D | tests.rs | 231 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/ |
D | mod.rs | 212 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/ |
D | mod.rs | 155 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/ |
D | np_cpp_ffi_types.h | 709 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/ |
D | credentials.rs | 415 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/ |
D | np_c_ffi.h | 979 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/ |
D | examples_v0.rs | 96 let identity_token = V0IdentityToken::from([0x33; V0_IDENTITY_TOKEN_LEN]); in v0_deser_ciphertext() localVariable
|