Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt_np_adv_ffi/c/tests/
Dldt_ffi_tests.cc134 NpLdtDecryptHandle dec_handle = NpLdtDecryptCreate(np_key_seed, known_hmac); in TEST() local
164 NpLdtDecryptHandle dec_handle = create_dec_handle_from_test_key(); in TEST() local
190 NpLdtDecryptHandle dec_handle = create_dec_handle_from_test_key(); in TEST() local
207 NpLdtDecryptHandle dec_handle = create_dec_handle_from_test_key(); in TEST() local
264 NpLdtDecryptHandle dec_handle = create_dec_handle_from_test_key(); in worker_thread() local
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt_np_adv_ffi/c/benchmarks/
Dldt_benchmarks.cc76 auto dec_handle = NpLdtDecryptCreate(*key_seed, *known_hmac); in buildCiphers() local
107 auto dec_handle = std::get<1>(handle); in freeCiphers() local
128 auto dec_handle = std::get<1>(handle); in BENCHMARK_DEFINE_F() local
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt_np_adv_ffi/c/fuzz/
Dldt_fuzzer.cc49 auto dec_handle = NpLdtDecryptCreate(key_seed, metadata_key_hmac); in LdtDecryptBadMac() local
107 auto dec_handle = NpLdtDecryptCreate(key_seed, metadata_key_hmac); in LdtDecryptCorrectMac() local
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt_np_adv_ffi/c/sample/
Dmain.c72 NpLdtDecryptHandle dec_handle = NpLdtDecryptCreate(*key_seed, *known_hmac); in main() local
/aosp_15_r20/external/libultrahdr/fuzzer/
H A Dultrahdr_dec_fuzzer.cpp78 uhdr_codec_private_t* dec_handle = uhdr_create_decoder(); in process() local
H A Dultrahdr_enc_fuzzer.cpp412 uhdr_codec_private_t* dec_handle = uhdr_create_decoder(); in process() local