/freebsd/contrib/unifdef/tests/ |
H A D | recursive.experr | 24 unifdef: process line 1 PLAIN -> OUTSIDE depth 0 26 unifdef: process line 2 PLAIN -> OUTSIDE depth 0 28 unifdef: process line 3 PLAIN -> OUTSIDE depth 0 30 unifdef: process line 4 PLAIN -> OUTSIDE depth 0 32 unifdef: process line 5 PLAIN -> OUTSIDE depth 0 34 unifdef: process line 6 PLAIN -> OUTSIDE depth 0 36 unifdef: process line 7 PLAIN -> OUTSIDE depth 0 55 unifdef: process line 9 PLAIN -> PASS_MIDDLE depth 1 59 unifdef: process line 11 PLAIN -> PASS_ELSE depth 1 63 unifdef: process line 13 PLAIN -> OUTSIDE depth 0 [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | cond-token-plain.exp | 30 make: "cond-token-plain.mk" line 106: A bare word is treated like defined(...), and the variable 'b… 32 make: "cond-token-plain.mk" line 113: A bare word is treated like defined(...). 34 make: "cond-token-plain.mk" line 121: ok 36 make: "cond-token-plain.mk" line 130: Undefined variables in bare words expand to an empty string. 38 make: "cond-token-plain.mk" line 139: Numbers can be composed from literals and expressions. 40 make: "cond-token-plain.mk" line 144: Numbers can be composed from literals and expressions. 42 make: "cond-token-plain.mk" line 151: Missing right-hand side of operator '==' 44 make: "cond-token-plain.mk" line 160: Malformed conditional '== ""' 46 make: "cond-token-plain.mk" line 176: The variable '\\' is not defined. 48 make: "cond-token-plain.mk" line 182: Now the variable '\\' is defined. [all …]
|
H A D | cond-func.mk | 88 # default function that is called when a bare word is parsed. For the plain 100 # The plain word 'defined' is interpreted as 'defined(defined)', see 106 # expect+1: A plain function name is parsed as defined(...). 107 . info A plain function name is parsed as defined(...). 114 # expect+1: A plain function name is parsed as defined(...). 115 . info A plain function name is parsed as defined(...). 120 # A plain symbol name may start with one of the function names, in this case
|
H A D | directive-if.mk | 61 # A plain word must not start with a '"'. It may contain a embedded quotes 64 .if ${:Uplain"""""} == plain""""" || 1 65 # expect+1: Quotes in plain words are probably a mistake. 66 . info Quotes in plain words are probably a mistake. 67 # XXX: Accepting quotes in plain words is probably a mistake as well. 105 # This doesn't work for a plain '.if' though.
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_internal-cipher.c | 103 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() argument 110 if (plain != crypt) in crypto_cipher_encrypt() 111 os_memcpy(crypt, plain, len); in crypto_cipher_encrypt() 122 ctx->u.aes.cbc[j] ^= plain[j]; in crypto_cipher_encrypt() 126 plain += AES_BLOCK_SIZE; in crypto_cipher_encrypt() 136 ctx->u.des3.cbc[j] ^= plain[j]; in crypto_cipher_encrypt() 140 plain += 8; in crypto_cipher_encrypt() 150 ctx->u.des3.cbc[j] ^= plain[j]; in crypto_cipher_encrypt() 154 plain += 8; in crypto_cipher_encrypt() 167 u8 *plain, size_t len) in crypto_cipher_decrypt() argument [all …]
|
H A D | crypto_libtomcrypt.c | 100 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() argument 103 return aes_ecb_encrypt(plain, crypt, skey) == CRYPT_OK ? 0 : -1; in aes_encrypt() 129 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() argument 132 return aes_ecb_encrypt(plain, (u8 *) crypt, skey) == CRYPT_OK ? 0 : -1; in aes_decrypt() 354 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() argument 360 if (plain != crypt) in crypto_cipher_encrypt() 361 os_memcpy(crypt, plain, len); in crypto_cipher_encrypt() 368 res = cbc_encrypt(plain, crypt, len, &ctx->u.cbc); in crypto_cipher_encrypt() 379 u8 *plain, size_t len) in crypto_cipher_decrypt() argument 384 if (plain != crypt) in crypto_cipher_decrypt() [all …]
|
H A D | aes_wrap.h | 21 int __must_check aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, 24 const u8 *cipher, u8 *plain); 54 const u8 *plain, size_t plain_len, 61 u8 *plain); 66 size_t M, const u8 *plain, size_t plain_len, 71 u8 *plain);
|
H A D | des_i.h | 18 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt); 19 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain); 22 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt); 23 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain);
|
H A D | aes-unwrap.c | 23 * @plain: Plaintext key, n * 64 bits 27 u8 *plain) in aes_unwrap() argument 36 r = plain; in aes_unwrap() 51 r = plain + (n - 1) * 8; in aes_unwrap() 71 * These are already in @plain due to the location of temporary in aes_unwrap()
|
/freebsd/contrib/kyua/utils/config/ |
H A D | exceptions.cpp | 37 /// Constructs a new error with a plain-text message. 39 /// \param message The plain-text error message. 52 /// Constructs a new error with a plain-text message. 55 /// \param format The plain-text error message. 70 /// Constructs a new error with a plain-text message. 72 /// \param message The plain-text error message. 85 /// Constructs a new error with a plain-text message. 88 /// \param message The plain-text error message. 103 /// Constructs a new error with a plain-text message. 105 /// \param message The plain-text error message. [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | ssh | 12 #!:mime text/plain 19 #!:mime text/plain 26 #!:mime text/plain 32 #!:mime text/plain 36 #!:mime text/plain 41 #!:mime text/plain 45 #!:mime text/plain 49 #!:mime text/plain 53 #!:mime text/plain 57 #!:mime text/plain [all …]
|
/freebsd/contrib/wpa/src/tls/ |
H A D | pkcs1.c | 136 u8 *plain, size_t *plain_len) in pkcs1_decrypt_public_key() argument 142 if (crypto_rsa_exptmod(crypt, crypt_len, plain, &len, key, 0) < 0) in pkcs1_decrypt_public_key() 157 plain[0] != 0x00 || plain[1] != 0x01) { in pkcs1_decrypt_public_key() 160 wpa_hexdump_key(MSG_DEBUG, "Signature EB", plain, len); in pkcs1_decrypt_public_key() 164 pos = plain + 3; in pkcs1_decrypt_public_key() 166 if (plain[2] != 0xff) { in pkcs1_decrypt_public_key() 169 wpa_hexdump_key(MSG_DEBUG, "Signature EB", plain, len); in pkcs1_decrypt_public_key() 172 while (pos < plain + len && *pos == 0xff) in pkcs1_decrypt_public_key() 175 if (pos - plain - 2 < 8) { in pkcs1_decrypt_public_key() 179 wpa_hexdump_key(MSG_DEBUG, "Signature EB", plain, len); in pkcs1_decrypt_public_key() [all …]
|
/freebsd/contrib/kyua/utils/text/ |
H A D | exceptions.cpp | 34 /// Constructs a new error with a plain-text message. 36 /// \param message The plain-text error message. 49 /// Constructs a new error with a plain-text message. 51 /// \param message The plain-text error message. 64 /// Constructs a new error with a plain-text message. 66 /// \param message The plain-text error message. 79 /// Constructs a new error with a plain-text message. 81 /// \param message The plain-text error message.
|
/freebsd/share/mk/ |
H A D | plain.test.mk | 4 # Logic to build and install plain test programs. A plain test programs it not 9 .error plain.test.mk cannot be included directly. 31 TEST_INTERFACE.${_T}= plain 42 TEST_INTERFACE.${_T}= plain 52 TEST_INTERFACE.${_T}= plain 62 TEST_INTERFACE.${_T}= plain
|
/freebsd/crypto/openssl/test/ |
H A D | destest.c | 247 static unsigned char plain[24] = { variable 513 DES_cfb_encrypt(plain, cfb_buf1, bits, sizeof(plain), &ks, &cfb_tmp, in cfb_test() 515 if (!TEST_mem_eq(cfb_cipher, sizeof(plain), cfb_buf1, sizeof(plain))) in cfb_test() 518 DES_cfb_encrypt(cfb_buf1, cfb_buf2, bits, sizeof(plain), &ks, &cfb_tmp, in cfb_test() 520 return TEST_mem_eq(plain, sizeof(plain), cfb_buf2, sizeof(plain)); in cfb_test() 555 DES_cfb64_encrypt(plain, cfb_buf1, 12, &ks, &cfb_tmp, &n, DES_ENCRYPT); in test_des_cfb64() 556 DES_cfb64_encrypt(&plain[12], &cfb_buf1[12], sizeof(plain) - 12, &ks, in test_des_cfb64() 558 if (!TEST_mem_eq(cfb_cipher64, sizeof(plain), cfb_buf1, sizeof(plain))) in test_des_cfb64() 564 sizeof(plain) - 17, &ks, &cfb_tmp, &n, DES_DECRYPT); in test_des_cfb64() 565 if (!TEST_mem_eq(plain, sizeof(plain), cfb_buf2, sizeof(plain))) in test_des_cfb64() [all …]
|
/freebsd/crypto/openssh/ |
H A D | cipher-aes.c | 76 u_char *cprev, *cnow, *plain, *ivp; in ssh_rijndael_cbc() local 89 plain = (u_char *)src; in ssh_rijndael_cbc() 91 for (i = 0; i < blocks; i++, plain+=RIJNDAEL_BLOCKSIZE, in ssh_rijndael_cbc() 94 buf[j] = plain[j] ^ cprev[j]; in ssh_rijndael_cbc() 101 plain = dest+len-RIJNDAEL_BLOCKSIZE; in ssh_rijndael_cbc() 105 plain-=RIJNDAEL_BLOCKSIZE) { in ssh_rijndael_cbc() 106 rijndael_decrypt(&c->r_ctx, cnow, plain); in ssh_rijndael_cbc() 109 plain[j] ^= ivp[j]; in ssh_rijndael_cbc()
|
/freebsd/sys/contrib/zlib/doc/ |
H A D | txtvsbin.txt | 1 A Fast Method for Identifying Plain Text Files 9 to find out whether the format of that file is plain text. Although 18 labeled as plain text, otherwise it is labeled as binary. A prominent 26 amounts of textual characters are misidentified as plain text. 50 plain text; otherwise, it is categorized as binary. (The boundary case, 86 There is an extra category of plain text files that are "polluted" with 92 large chunks of textual data. Furthermore, "polluted" plain text should 99 and applications. We tried plain text files, system logs, source code,
|
/freebsd/tools/lua/ |
H A D | template.lua | 157 return function(view, plain) 158 if plain == true then return view end 165 return plain == false and assert(read_file(path)) or read_file(path) or view 326 function template.precompile(view, path, strip, plain) 327 local chunk = dump(template.compile(view, nil, plain), strip ~= false) 344 function template.compile(view, cache_key, plain) 345 assert(view, "view was not provided for template.compile(view, cache_key, plain)") 347 return load_chunk(template.parse(view, plain)), false 352 local func = load_chunk(template.parse(view, plain)) 365 function template.parse(view, plain) [all …]
|
/freebsd/contrib/netbsd-tests/lib/libdes/ |
H A D | t_des.c | 291 static unsigned char plain[24] = variable 391 des_cfb_encrypt(plain, cfb_buf1, bits, sizeof(plain), ks, &cfb_tmp, in cfb_test() 393 if (memcmp(cfb_cipher, cfb_buf1, sizeof(plain)) != 0) in cfb_test() 396 des_cfb_encrypt(cfb_buf1, cfb_buf2, bits, sizeof(plain), ks, &cfb_tmp, in cfb_test() 398 if (memcmp(plain, cfb_buf2, sizeof(plain)) != 0) in cfb_test() 413 des_cfb64_encrypt(plain, cfb_buf1, 12, ks, &cfb_tmp, &n, DES_ENCRYPT); in cfb64_test() 414 des_cfb64_encrypt(&(plain[12]), &(cfb_buf1[12]), sizeof(plain) - 12, ks, in cfb64_test() 416 if (memcmp(cfb_cipher, cfb_buf1, sizeof(plain)) != 0) in cfb64_test() 422 sizeof(plain) - 17, ks, &cfb_tmp, &n, DES_DECRYPT); in cfb64_test() 423 if (memcmp(plain, cfb_buf2, sizeof(plain)) != 0) in cfb64_test() [all …]
|
/freebsd/contrib/kyua/store/ |
H A D | exceptions.cpp | 34 /// Constructs a new error with a plain-text message. 36 /// \param message The plain-text error message. 49 /// Constructs a new error with a plain-text message. 51 /// \param message The plain-text error message. 64 /// Constructs a new error with a plain-text message.
|
/freebsd/contrib/wpa/src/wps/ |
H A D | wps_enrollee.c | 210 struct wpabuf *msg, *plain; in wps_build_m5() local 214 plain = wpabuf_alloc(200); in wps_build_m5() 215 if (plain == NULL) in wps_build_m5() 220 wpabuf_free(plain); in wps_build_m5() 227 wps_build_e_snonce1(wps, plain) || in wps_build_m5() 228 wps_build_key_wrap_auth(wps, plain) || in wps_build_m5() 229 wps_build_encr_settings(wps, msg, plain) || in wps_build_m5() 232 wpabuf_clear_free(plain); in wps_build_m5() 236 wpabuf_clear_free(plain); in wps_build_m5() 349 static int wps_build_ap_settings(struct wps_data *wps, struct wpabuf *plain) in wps_build_ap_settings() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanHCFGBuilder.cpp | 14 /// 1. PlainCFGBuilder class: builds a plain VPBasicBlock-based CFG that 17 /// in the plain CFG. 19 /// VPBasicBlocks created for the initial plain CFG and the incoming 33 // Class that is used to build the plain CFG for the incoming IR. 48 // NOTE: The following maps are intentionally destroyed after the plain CFG 56 // Hold phi node's that need to be fixed once the plain CFG has been built. 77 /// Build plain CFG for TheLoop and connects it to Plan's entry. 309 // an empty VPInstruction that we will fix once the whole plain CFG has in createVPInstructionsForVPBB() 331 // Main interface to build the plain CFG. 451 // Build Top Region enclosing the plain CFG. in buildHierarchicalCFG() [all …]
|
/freebsd/contrib/kyua/model/ |
H A D | exceptions.cpp | 34 /// Constructs a new error with a plain-text message. 36 /// \param message The plain-text error message. 51 /// \param message The plain-text error message. 66 /// \param message The plain-text error message.
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | ikev2.c | 1110 struct wpabuf *plain = wpabuf_alloc(data->IDr_len + 1000); in ikev2_build_sa_init() local 1111 if (plain == NULL) { in ikev2_build_sa_init() 1115 if (ikev2_build_idr(data, plain, in ikev2_build_sa_init() 1119 &data->keys, 0, msg, plain, in ikev2_build_sa_init() 1121 wpabuf_free(plain); in ikev2_build_sa_init() 1125 wpabuf_free(plain); in ikev2_build_sa_init() 1143 struct wpabuf *msg, *plain; in ikev2_build_sa_auth() local 1152 plain = wpabuf_alloc(data->IDr_len + 1000); in ikev2_build_sa_auth() 1153 if (plain == NULL) { in ikev2_build_sa_auth() 1158 if (ikev2_build_idr(data, plain, IKEV2_PAYLOAD_AUTHENTICATION) || in ikev2_build_sa_auth() [all …]
|
/freebsd/contrib/kyua/engine/ |
H A D | plain_test.cpp | 29 #include "engine/plain.hpp" 63 /// Copies the plain helper to the work directory, selecting a specific helper. 76 /// Runs one plain test program and checks its result. 92 "plain", fs::path(test_case_name), fs::current_path(), "the-suite") in run_one() 119 "plain", fs::path("non-existent"), fs::path("."), "unused-suite") in ATF_TEST_CASE_BODY() 197 "plain", std::shared_ptr< scheduler::interface >( in ATF_INIT_TEST_CASES()
|