/third_party/ffmpeg/libavformat/tests/ |
D | srtp.c | 140 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/ |
D | test_suite_cmac.function | 23 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/ |
D | des.c | 38 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/ |
D | xcode_emulation.py | 209 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/ |
D | xcode_emulation.py | 216 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/ |
D | crypt_des.c | 986 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()
|
D | crypt_blowfish.c | 750 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/ |
D | chachapoly.c | 373 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/ |
D | endecoder_legacy_test.c | 504 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/ |
D | py_flexbuffers_test.py | 607 def test_key(self): member in DecoderTest 1137 def test_key(self): member in EncoderTest
|
/third_party/selinux/libsepol/cil/test/unit/ |
D | test_cil_copy_ast.c | 278 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()
|
D | test_cil_build_ast.c | 786 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 …]
|