Home
last modified time | relevance | path

Searched refs:key_b (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/test/
Dcasttest.c88 CAST_KEY key, key_b; in cast_test_iterations() local
95 CAST_set_key(&key_b, 16, out_b); in cast_test_iterations()
96 CAST_ecb_encrypt(&(out_a[0]), &(out_a[0]), &key_b, CAST_ENCRYPT); in cast_test_iterations()
97 CAST_ecb_encrypt(&(out_a[8]), &(out_a[8]), &key_b, CAST_ENCRYPT); in cast_test_iterations()
/third_party/vixl/test/aarch64/
Dtest-pointer-auth-aarch64.cc62 Simulator::PACKey key_b = {0xec1119e288704d13, 0xd7f6b76e1cea585e, 1}; in TEST() local
71 sim.AuthPAC(ptr_a, context, key_b, Simulator::kInstructionPointer); in TEST()
/third_party/mesa3d/src/util/tests/
Dcache_test.cpp412 uint8_t key_b[20] = { 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, in test_put_key_and_get_key() local
433 disk_cache_put_key(cache, key_b); in test_put_key_and_get_key()
434 result = disk_cache_has_key(cache, key_b); in test_put_key_and_get_key()
/third_party/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp274 uint8_t * key_b = ((DataIndex *)b)->icu_key; in q_random() local
279 while (*key_b != 0) {val_b += val_b*37 + *key_b++;} in q_random()
/third_party/gstreamer/gstplugins_bad/ext/srtp/
Dgstsrtpdec.c888 struct GstSrtpDecKey *key_b = &g_array_index (b, in keys_are_equal() local
891 if (!buffers_are_equal (key_a->mki, key_b->mki)) in keys_are_equal()
894 if (!buffers_are_equal (key_a->key, key_b->key)) in keys_are_equal()