Home
last modified time | relevance | path

Searched defs:dec_handle (Results 1 – 5 of 5) sorted by relevance

/external/rust/beto-rust/nearby/presence/ldt_np_c_sample/tests/
Dnp_ffi_tests.cc134 NpLdtDecryptHandle dec_handle = NpLdtDecryptCreate(np_key_seed, known_hmac); in TEST() local
159 NpLdtDecryptHandle dec_handle = create_dec_handle_from_test_key(); in TEST() local
187 NpLdtDecryptHandle dec_handle = create_dec_handle_from_test_key(); in TEST() local
205 NpLdtDecryptHandle dec_handle = create_dec_handle_from_test_key(); in TEST() local
265 NpLdtDecryptHandle dec_handle = create_dec_handle_from_test_key(); in worker_thread() local
Dbenchmarks.cc74 auto dec_handle = NpLdtDecryptCreate(*key_seed, *known_hmac); in buildCiphers() local
105 auto dec_handle = std::get<1>(handle); in freeCiphers() local
126 auto dec_handle = std::get<1>(handle); in BENCHMARK_DEFINE_F() local
/external/rust/beto-rust/nearby/presence/ldt_np_adv_ffi_fuzz/src/
Dfuzzer_decrypt_bad_mac.c71 NpLdtDecryptHandle dec_handle = NpLdtDecryptCreate(key_seed, metadata_key_hmac); in LLVMFuzzerTestOneInput() local
Dfuzzer_decrypt_correct_mac.c114 NpLdtDecryptHandle dec_handle = NpLdtDecryptCreate(key_seed, metadata_key_hmac); in LLVMFuzzerTestOneInput() local
/external/rust/beto-rust/nearby/presence/ldt_np_c_sample/
Dmain.c72 NpLdtDecryptHandle dec_handle = NpLdtDecryptCreate(*key_seed, *known_hmac); in main() local