Home
last modified time | relevance | path

Searched refs:test_key (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavformat/tests/
Dsrtp.c140 static const char *test_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCD"; in main() local
146 test_encrypt(buf, len, aes128_80_suite, test_key); in main()
147 test_encrypt(buf, len, aes128_32_suite, test_key); in main()
148 test_encrypt(buf, len, aes128_80_32_suite, test_key); in main()
150 test_encrypt(buf, len, aes128_80_suite, test_key); in main()
151 test_encrypt(buf, len, aes128_32_suite, test_key); in main()
152 test_encrypt(buf, len, aes128_80_32_suite, test_key); in main()
/third_party/mbedtls/tests/suites/
Dtest_suite_cmac.function23 unsigned char test_key[MBEDTLS_CIPHER_BLKSIZE_MAX];
36 TEST_ASSERT( mbedtls_cipher_cmac_starts( NULL, test_key, 128 ) ==
58 test_key, 128,
70 test_key, 128,
76 test_key, 128,
86 TEST_ASSERT( mbedtls_aes_cmac_prf_128( test_key, 16,
91 TEST_ASSERT( mbedtls_aes_cmac_prf_128( test_key, 16,
/third_party/ffmpeg/libavutil/tests/
Ddes.c38 static const uint8_t test_key[] = { 0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0 }; variable
85 key[0].word = AV_RB64(test_key); in main()
92 av_des_init(&d, test_key, 64, 0); in main()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dxcode_emulation.py209 def _Test(self, test_key, cond_key, default): argument
210 return self._Settings().get(test_key, default) == cond_key
212 def _Appendf(self, lst, test_key, format_str, default=None): argument
213 if test_key in self._Settings():
214 lst.append(format_str % str(self._Settings()[test_key]))
218 def _WarnUnimplemented(self, test_key): argument
219 if test_key in self._Settings():
220 print('Warning: Ignoring not yet implemented key "%s".' % test_key)
/third_party/node/tools/gyp/pylib/gyp/
Dxcode_emulation.py216 def _Test(self, test_key, cond_key, default): argument
217 return self._Settings().get(test_key, default) == cond_key
219 def _Appendf(self, lst, test_key, format_str, default=None): argument
220 if test_key in self._Settings():
221 lst.append(format_str % str(self._Settings()[test_key]))
225 def _WarnUnimplemented(self, test_key): argument
226 if test_key in self._Settings():
227 print('Warning: Ignoring not yet implemented key "%s".' % test_key)
/third_party/musl/src/crypt/
Dcrypt_des.c986 const char *test_key = "\x80\xff\x80\x01 " in __crypt_des() local
1011 p = _crypt_extended_r_uut(test_key, test_setting, test_buf); in __crypt_des()
Dcrypt_blowfish.c750 const char *test_key = "8b \xd0\xc1\xd2\xcf\xcc\xd8"; in __crypt_blowfish() local
783 p = BF_crypt(test_key, buf.s, buf.o, 1); in __crypt_blowfish()
/third_party/mbedtls/library/
Dchachapoly.c373 static const unsigned char test_key[1][32] = variable
490 ret = mbedtls_chachapoly_setkey( &ctx, test_key[i] ); in mbedtls_chachapoly_self_test()
/third_party/openssl/test/
Dendecoder_legacy_test.c504 static int test_key(int idx) in test_key() function
721 ADD_ALL_TESTS(test_key, OSSL_NELEM(test_stanzas)); in OPT_TEST_DECLARE_USAGE()
/third_party/flatbuffers/tests/
Dpy_flexbuffers_test.py607 def test_key(self): member in DecoderTest
1137 def test_key(self): member in EncoderTest
/third_party/selinux/libsepol/cil/test/unit/
Dtest_cil_copy_ast.c278 char *test_key = test_tree->root->cl_head->cl_head->next->data; in test_cil_copy_classcommon() local
285 …cil_symtab_insert(&test_db->symtab[CIL_SYM_CLASSES], (hashtab_key_t)test_key, (struct cil_symtab_d… in test_cil_copy_classcommon()
Dtest_cil_build_ast.c786 char *test_key = test_tree->root->cl_head->cl_head->next->data; in test_cil_gen_perm_nodes() local
793 …cil_symtab_insert(&test_db->symtab[CIL_SYM_CLASSES], (hashtab_key_t)test_key, (struct cil_symtab_d… in test_cil_gen_perm_nodes()
814 char *test_key = test_tree->root->cl_head->cl_head->next->data; in test_cil_gen_perm_nodes_failgen_neg() local
823 …cil_symtab_insert(&test_db->symtab[CIL_SYM_CLASSES], (hashtab_key_t)test_key, (struct cil_symtab_d… in test_cil_gen_perm_nodes_failgen_neg()
844 char *test_key = test_tree->root->cl_head->cl_head->next->data; in test_cil_gen_perm_nodes_inval_perm_neg() local
851 …cil_symtab_insert(&test_db->symtab[CIL_SYM_CLASSES], (hashtab_key_t)test_key, (struct cil_symtab_d… in test_cil_gen_perm_nodes_inval_perm_neg()
10590 char *test_key = test_tree->root->cl_head->cl_head->next->data; in test_cil_gen_classcommon() local
10597 …cil_symtab_insert(&test_db->symtab[CIL_SYM_CLASSES], (hashtab_key_t)test_key, (struct cil_symtab_d… in test_cil_gen_classcommon()
10680 char *test_key = test_tree->root->cl_head->cl_head->next->data; in test_cil_gen_classcommon_noperms_neg() local
10687 …cil_symtab_insert(&test_db->symtab[CIL_SYM_CLASSES], (hashtab_key_t)test_key, (struct cil_symtab_d… in test_cil_gen_classcommon_noperms_neg()
[all …]