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

/external/srtp/crypto/test/
H A Dcipher_driver.c123 unsigned char test_key[20] = { local
206 status = cipher_init(c, test_key, direction_encrypt);
/external/srtp/test/
H A Dsrtp_driver.c101 extern uint8_t test_key[30];
323 policy.key = test_key;
1146 unsigned char test_key[30] = { local
1185 policy.key = test_key;
1317 unsigned char test_key[30] = { variable
1343 test_key,
1368 test_key,
1393 test_key,
1418 test_key,
1443 test_key,
[all...]
/external/compiler-rt/lib/asan/tests/
H A Dasan_test.cc213 void *TSDWorker(void *test_key) { argument
214 if (test_key) {
215 pthread_setspecific(*(pthread_key_t*)test_key, (void*)0xfeedface);
236 pthread_key_t test_key; local
237 pthread_key_create(&test_key, TSDDestructor);
238 pthread_create(&th, NULL, TSDWorker, &test_key);
240 pthread_key_delete(test_key);
1960 void *TSDAllocWorker(void *test_key) { argument
1961 if (test_key) {
1963 pthread_setspecific(*(pthread_key_t*)test_key, me
1970 pthread_key_t test_key; local
[all...]

Completed in 193 milliseconds