| /src/external/bsd/ntp/dist/include/ |
| adjtime.h | 24 * CHANGED KEY !!! 44 #define KEY 659847L
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| bio_enc_test.c | 24 static const unsigned char KEY[] = { 38 static int do_bio_cipher(const EVP_CIPHER* cipher, const unsigned char* key, 56 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT))) 70 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT))) { 102 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT))) { 128 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) 148 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) { 180 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) { 212 return do_bio_cipher(cipher, KEY, NULL); 214 return do_bio_cipher(cipher, KEY, IV) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| bio_enc_test.c | 24 static const unsigned char KEY[] = { 38 static int do_bio_cipher(const EVP_CIPHER* cipher, const unsigned char* key, 54 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT))) 63 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT))) { 90 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT))) { 111 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) 126 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) { 153 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) { 178 return do_bio_cipher(cipher, KEY, NULL); 180 return do_bio_cipher(cipher, KEY, IV) [all...] |
| /src/external/bsd/ntp/dist/sntp/tests/ |
| crypto.c | 25 void VerifyLocalCMAC(struct key *cmac); 26 void VerifyOpenSSLCMAC(struct key *cmac); 34 const char KEY[] = "SHAKE128 unit test key"; 41 struct key sk; 45 sk.key_len = sizeof(KEY) - 1; 46 memcpy(&sk.key_seq, KEY, min(sizeof(sk.key_seq), sk.key_len)); 75 struct key sha1; 108 struct key cmac; 133 const char KEY[] = "SHAKE128 unit test key" [all...] |
| /src/usr.sbin/mtree/ |
| misc.c | 56 const char *name; /* key name */ 61 } KEY; 64 static KEY keylist[] = { 97 static KEY typelist[] = { 120 KEY *k, tmp; 125 for (i = 0; i < sizeof(keylist) / sizeof(KEY); i++) 131 k = (KEY *)bsearch(&tmp, keylist, sizeof(keylist) / sizeof(KEY), 132 sizeof(KEY), keycompare); 145 KEY *k, tmp [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| bio_enc_test.c | 24 static const unsigned char KEY[] = { 38 static int do_bio_cipher(const EVP_CIPHER *cipher, const unsigned char *key, 56 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT))) 70 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT))) { 109 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT))) { 135 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) 165 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) { 197 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) { 228 return do_bio_cipher(cipher, KEY, NULL); 230 return do_bio_cipher(cipher, KEY, IV) [all...] |
| /src/external/bsd/ntp/dist/tests/libntp/ |
| authkeys.c | 44 * Especially, empty the key cache! 67 * We need to add a MD5-key in addition to setting the 128 const char* KEY = "52a"; 130 TEST_ASSERT_TRUE(authusekey(KEYNO, KEYTYPE, (const u_char*)KEY)); 137 const char* KEY = ""; 139 TEST_ASSERT_FALSE(authusekey(KEYNO, KEYTYPE, (const u_char*)KEY));
|
| /src/external/bsd/nvi/dist/vi/ |
| vi.c | 180 ex_emsg(sp, (const char *)KEY_NAME(sp, vp->key), 193 /* Copy the key flags into the local structure. */ 246 ex_continue: if (strchr(O_STR(sp, O_IMKEY), vp->key)) 249 if (strchr(O_STR(sp, O_IMKEY), vp->key)) 433 #define KEY(key, ec_flags) { \ 440 key = vp->ev.e_c; \ 466 /* Previous key if getting motion component. */ 470 ARG_CHAR_T key; local 477 * Get an event command or a key. Event commands are simple, an [all...] |
| /src/external/mit/isl/dist/ |
| isl_box.c | 549 #undef KEY 550 #define KEY enum isl_fb_key 588 enum isl_fb_key key; local 590 key = get_key(s); 593 switch (key) {
|
| isl_schedule_constraints.c | 500 /* Print a key, value pair for the edge of type "type" in "sc" to "p". 558 #undef KEY 559 #define KEY enum isl_sc_key 606 enum isl_sc_key key; local 612 key = get_key(s); 615 switch (key) { 637 type = (enum isl_edge_type) key;
|
| isl_schedule_read.c | 53 #undef KEY 54 #define KEY enum isl_schedule_key 78 enum isl_schedule_key key; local 84 key = get_key(s); 105 key = get_key(s); 106 if (key != isl_schedule_key_child) 129 enum isl_schedule_key key; local 135 key = get_key(s); 156 key = get_key(s); 157 if (key != isl_schedule_key_child 186 enum isl_schedule_key key; local 255 enum isl_schedule_key key; local 306 enum isl_schedule_key key; local 357 enum isl_schedule_key key; local 408 enum isl_schedule_key key; local 510 enum isl_schedule_key key; local 638 enum isl_schedule_key key; local [all...] |
| isl_ast_graft.c | 1509 #undef KEY 1510 #define KEY enum isl_graft_key 1523 /* Read the key "key" from "s", along with the subsequent colon. 1525 static isl_stat read_key(__isl_keep isl_stream *s, enum isl_graft_key key) 1532 if (extracted != key)
|
| isl_flow.c | 1800 /* Print a key-value pair corresponding to the access relation of type "type" 1870 #undef KEY 1871 #define KEY enum isl_ai_key 1912 enum isl_ai_key key; local 1917 key = get_key(s); 1920 switch (key) { 1929 type = (enum isl_access_type) key;
|
| isl_ast.c | 2507 * Otherwise add an "args" key to the current mapping with as value 2625 #undef KEY 2626 #define KEY enum isl_ast_expr_op_type 2639 /* Return the next token, which is assumed to be a key in a YAML mapping, 2661 /* Remove the next token, which is assumed to be the key "expected" 2676 isl_stream_error(s, NULL, "expecting different key"); 2692 * where the "op" key has already been read by the caller. 2716 * where the "id" key has already been read by the caller. 2724 * where the "val" key has already been read by the caller. 2731 #undef KEY 3371 char *key; local [all...] |
| /src/tests/lib/libc/db/ |
| h_db.c | 62 enum S { COMMAND, COMPARE, GET, PUT, REMOVE, SEQ, SEQFLAG, KEY, DATA }; 105 DBT data, key, keydata; local 186 /* Delete the newline, displaying the key/data is easier. */ 199 state = KEY; 213 state = KEY; 218 state = KEY; 224 rem(dbp, &key); 227 state = KEY; 239 state = KEY; 242 seq(dbp, &key); 497 DBT key, data; local [all...] |
| /src/external/bsd/libevent/dist/test/ |
| regress_ssl.c | 71 /* A pre-generated key, to save the cost of doing an RSA key generation step 74 static const char KEY[] = 75 "-----BEGIN RSA PRIVATE KEY-----\n" 101 "-----END RSA PRIVATE KEY-----\n"; 102 static void *xkey = __UNCONST(KEY); 107 EVP_PKEY *key; local 110 /* new read-only BIO backed by KEY. */ 114 key = PEM_read_bio_PrivateKey(bio,NULL,NULL,NULL); 116 tt_assert(key); [all...] |
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| regress_ssl.c | 71 /* A pre-generated key, to save the cost of doing an RSA key generation step 74 static const char KEY[] = 75 "-----BEGIN RSA PRIVATE KEY-----\n" 101 "-----END RSA PRIVATE KEY-----\n"; 106 EVP_PKEY *key; local 109 /* new read-only BIO backed by KEY. */ 110 bio = BIO_new_mem_buf((char*)KEY, -1); 113 key = PEM_read_bio_PrivateKey(bio,NULL,NULL,NULL); 115 tt_assert(key); [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| ExprObjC.h | 264 /// The key for the dictionary element. 265 Expr *Key; 285 /// Internal struct for storing Key/value pair. 287 Expr *Key; 318 /// key/value pairs, which provide the locations of the ellipses (if 365 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None }; 840 /// array[4] = array[3]; dictionary[key] = dictionary[alt_key]; 848 enum { BASE, KEY, END_EXPR }; 858 ObjCSubscriptRefExpr(Expr *base, Expr *key, QualType T, ExprValueKind VK, 864 SubExprs[KEY] = key [all...] |
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| xml.h | 71 TT, CODE, COMMAND_TAG, ENV, FILE_TAG, OPTION, SAMP, KBD, URL, KEY,
|
| /src/external/mpl/dhcp/dist/includes/ |
| dhctoken.h | 258 KEY = 457,
|
| /src/external/mpl/dhcp/dist/keama/ |
| dhctoken.h | 262 KEY = 457,
|
| /src/external/mit/expat/dist/lib/ |
| xmlparse.c | 232 typedef const XML_Char *KEY; 235 KEY name; 246 static size_t keylen(KEY s); 248 static void copy_salt_to_sipkey(XML_Parser parser, struct sipkey *key); 585 static NAMED *lookup(XML_Parser parser, HASH_TABLE *table, KEY name, 7849 keyeq(KEY s1, KEY s2) { 7865 keylen(KEY s) { 7870 copy_salt_to_sipkey(XML_Parser parser, struct sipkey *key) { 7874 *key = rootParser->m_hash_secret_salt_128 7880 struct sipkey key; local [all...] |