HomeSort by relevance Sort by last modified time
    Searched defs:test_key (Results 1 - 7 of 7) sorted by null

  /external/libvpx/libvpx/test/
vp8_decrypt_test.cc 24 const uint8_t test_key[16] = { 0x01, 0x12, 0x23, 0x34, 0x45, 0x56, 0x67, 0x78, member in namespace:__anon26051
30 dst[i] = src[i] ^ test_key[(offset + i) & 15];
vp9_decrypt_test.cc 24 const uint8_t test_key[16] = { 0x01, 0x12, 0x23, 0x34, 0x45, 0x56, 0x67, 0x78, member in namespace:__anon26060
30 dst[i] = src[i] ^ test_key[(offset + i) & 15];
  /external/compiler-rt/lib/asan/tests/
asan_mac_test.cc 188 void *TSDAllocWorker(void *test_key) {
189 if (test_key) {
191 pthread_setspecific(*(pthread_key_t*)test_key, mem);
198 pthread_key_t test_key; local
199 pthread_key_create(&test_key, CallFreeOnWorkqueue);
200 PTHREAD_CREATE(&th, NULL, TSDAllocWorker, &test_key);
202 pthread_key_delete(test_key);
asan_test.cc 144 void *TSDWorker(void *test_key) {
145 if (test_key) {
146 pthread_setspecific(*(pthread_key_t*)test_key, (void*)0xfeedface);
167 pthread_key_t test_key; local
168 pthread_key_create(&test_key, TSDDestructor);
169 PTHREAD_CREATE(&th, NULL, TSDWorker, &test_key);
171 pthread_key_delete(test_key);
    [all...]
  /system/iot/attestation/atap/test/
atap_command_unittest.cpp 51 std::string test_key; local
55 &test_key));
56 fake_ops_.SetEcdhKeyForTesting(test_key.data(), test_key.length());
  /external/selinux/libsepol/cil/test/unit/
test_cil_copy_ast.c 278 char *test_key = test_tree->root->cl_head->cl_head->next->data; local
285 cil_symtab_insert(&test_db->symtab[CIL_SYM_CLASSES], (hashtab_key_t)test_key, (struct cil_symtab_datum*)test_cls, test_ast_node);
    [all...]
test_cil_build_ast.c 786 char *test_key = test_tree->root->cl_head->cl_head->next->data; local
793 cil_symtab_insert(&test_db->symtab[CIL_SYM_CLASSES], (hashtab_key_t)test_key, (struct cil_symtab_datum*)test_cls, test_ast_node);
814 char *test_key = test_tree->root->cl_head->cl_head->next->data; local
823 cil_symtab_insert(&test_db->symtab[CIL_SYM_CLASSES], (hashtab_key_t)test_key, (struct cil_symtab_datum*)test_cls, test_ast_node);
844 char *test_key = test_tree->root->cl_head->cl_head->next->data; local
851 cil_symtab_insert(&test_db->symtab[CIL_SYM_CLASSES], (hashtab_key_t)test_key, (struct cil_symtab_datum*)test_cls, test_ast_node);
10590 char *test_key = test_tree->root->cl_head->cl_head->next->data; local
10680 char *test_key = test_tree->root->cl_head->cl_head->next->data; local
10708 char *test_key = test_tree->root->cl_head->cl_head->next->data; local
    [all...]

Completed in 716 milliseconds