Searched defs:identity_token_hmac (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt_np_adv/resources/test/ |
D | np_adv_test_vectors.json | 6 "identity_token_hmac": "D93A08B8D832EA27B73E7E968A91B6C81B0DBBD4FC78296A69F47D022B64B08E", string 15 "identity_token_hmac": "A36DCAE0D2A6653B48D3F5011575E9068125B1DF6C881E3BC7DB6B159EA72CB5", string 24 "identity_token_hmac": "B1725BEEE1B8C61FD200FB13BE3585F39F9EECF6DD31E35C0133619B56ED048B", string 33 "identity_token_hmac": "D63CA07B22D9FE3D0F3FCF5A0924D73F21646215F366F6555BCD230B5990E2FB", string 42 "identity_token_hmac": "D8BA9FF93E085E6929DE053FF5E297DD75B152ACB8AA9B44097331FE43BFB383", string 51 "identity_token_hmac": "F611A97D2914DAF39110CF9456CB281A384FF5C62DEA8416F45F49A464F726DB", string 60 "identity_token_hmac": "DBDF585FB25FBBF5577B43718F750D2DE0624835FB0C04D1E994DB0AE168EFE1", string 69 "identity_token_hmac": "87F4AF538B304AB7423E7C6DE66986CB0E3B0627288B12B5B6DCFE158A77102C", string 78 "identity_token_hmac": "DD77C9770E7388701DEC7C9DC97B7225F19F06784F61E4E263B746EAAE9667BE", string 87 "identity_token_hmac": "EB660374A3AC93ABB905EF49D6E0DF3AB2BDE95662A71D415B18D6D337DE76D0", string [all …]
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt_np_adv/fuzz/src/bin/ |
D | ldt_np_roundtrip.rs | 29 let identity_token_hmac: [u8; 32] = in test() localVariable
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/tests/ |
D | examples_v0.rs | 101 let identity_token_hmac: [u8; 32] = in v0_deser_ciphertext() localVariable
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/legacy/deserialize/tests/ |
D | error_conditions.rs | 155 let identity_token_hmac: [u8; 32] = hkdf in iterate_actions_invalid_flavor_error() localVariable
|
D | happy_path.rs | 487 let identity_token_hmac: [u8; 32] = hkdf localVariable
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt_np_adv/src/ |
D | tests.rs | 187 let identity_token_hmac = hkdf in ldt_ffi_test_scenario() localVariable
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt_np_adv_ffi/c/tests/ |
D | ldt_ffi_tests.cc | 101 auto identity_token_hmac = v["identity_token_hmac"].asCString(); in TEST() local
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_ffi_core/src/ |
D | credentials.rs | 31 identity_token_hmac: [u8; 32], field
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_c_ffi/include/cpp/ |
D | np_cpp_ffi_types.h | 455 uint8_t identity_token_hmac[32]; member
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_c_ffi/include/c/ |
D | np_c_ffi.h | 685 uint8_t identity_token_hmac[32]; member
|