Searched defs:test_key (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/test/
H A Dvp8_decrypt_test.cc24 const uint8_t test_key[16] = { 0x01, 0x12, 0x23, 0x34, 0x45, 0x56, 0x67, 0x78, member in namespace:__anon11763
30 dst[i] = src[i] ^ test_key[(offset + i) & 15];
H A Dvp9_decrypt_test.cc24 const uint8_t test_key[16] = { 0x01, 0x12, 0x23, 0x34, 0x45, 0x56, 0x67, 0x78, member in namespace:__anon11772
30 dst[i] = src[i] ^ test_key[(offset + i) & 15];
/external/compiler-rt/lib/asan/tests/
H A Dasan_mac_test.cc188 void *TSDAllocWorker(void *test_key) { argument
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);
H A Dasan_test.cc144 void *TSDWorker(void *test_key) { argument
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);
/external/selinux/libsepol/cil/test/unit/
H A Dtest_cil_copy_ast.c278 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);
H A Dtest_cil_build_ast.c786 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
10597 cil_symtab_insert(&test_db->symtab[CIL_SYM_CLASSES], (hashtab_key_t)test_key, (struct cil_symtab_datum*)test_cls, test_ast_node);
10680 char *test_key = test_tree->root->cl_head->cl_head->next->data; local
10687 cil_symtab_insert(&test_db->symtab[CIL_SYM_CLASSES], (hashtab_key_t)test_key, (struc
10708 char *test_key = test_tree->root->cl_head->cl_head->next->data; local
[all...]

Completed in 208 milliseconds