| /third_party/mesa3d/src/util/format/ |
| D | u_format.yaml | 21 # - channel encoding (only meaningful for plain layout), containing for each 41 layout: plain 50 layout: plain 60 layout: plain 70 layout: plain 76 layout: plain 82 layout: plain 88 layout: plain 98 layout: plain 104 layout: plain [all …]
|
| /third_party/parse5/test/data/parser-feedback/ |
| D | scriptdata01.test | 129 "description": "FOO<script type=\"text/plain\"></scriptx>BAR", 130 "input": "FOO<script type=\"text/plain\"></scriptx>BAR", 140 "type": "text/plain" 427 "description": "FOO<script type=\"text/plain\">'<!-- <sCrIpt>'</script>BAR", 428 "input": "FOO<script type=\"text/plain\">'<!-- <sCrIpt>'</script>BAR", 438 "type": "text/plain" 449 "description": "FOO<script type=\"text/plain\">'<!-- <sCrIpt> -'</script>BAR", 450 "input": "FOO<script type=\"text/plain\">'<!-- <sCrIpt> -'</script>BAR", 460 "type": "text/plain" 471 "description": "FOO<script type=\"text/plain\">'<!-- <sCrIpt> --'</script>BAR", [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| 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 …]
|
| 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 …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| 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 …]
|
| 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 …]
|
| /third_party/python/Lib/test/test_email/ |
| D | test_headerregistry.py | 266 'text/plain; charset=us-ascii (Plain text)', 267 'text/plain', 269 'plain', 272 'text/plain; charset="us-ascii"'), 275 'text/plain; charset=us-ascii', 276 'text/plain', 278 'plain', 281 'text/plain; charset="us-ascii"'), 284 'text/plain; charset="us-ascii"', 285 'text/plain', [all …]
|
| D | torture_test.py | 62 text/plain 65 text/plain 76 text/plain 86 text/plain 88 text/plain 91 text/plain 103 text/plain 106 text/plain
|
| D | test_message.py | 29 Content-Type: text/plain; charset="utf-8" 43 # The first argument is a triple (related, html, plain) of indices into the 95 Content-Type: text/plain 118 Content-Type: text/plain 140 Content-Type: text/plain 163 Content-Type: text/plain 186 Content-Type: text/plain 267 Content-Type: text/plain 322 Content-Type: text/plain 381 Content-Type: text/plain [all …]
|
| /third_party/openhitls/crypto/sm4/src/ |
| D | crypt_sm4_x86_64.c | 50 const uint8_t* plain, uint8_t* cipher, const uint32_t* dataRk) in SM4_XTS_Encrypt_Helper() argument 64 x[j] = plain[i + j] ^ t[j]; in SM4_XTS_Encrypt_Helper() 80 x[i] = plain[init + i]; in SM4_XTS_Encrypt_Helper() 96 int32_t SM4_XTS_En(uint8_t* cipher, const uint8_t* plain, const uint32_t* dataRk, in SM4_XTS_En() argument 114 SM4_XTS_Encrypt_Blocks(plain, cipher, dataLen, dataRk, t); in SM4_XTS_En() 123 SM4_XTS_Encrypt_Helper(left, dataLen, t, x, plain, cipher, dataRk); in SM4_XTS_En() 129 uint8_t* plain, const uint8_t* cipher, const uint32_t* dataRk) in SM4_XTS_Decrypt_Helper() argument 146 SM4_Decrypt(x, plain + i, dataRk); in SM4_XTS_Decrypt_Helper() 149 plain[i + j] = plain[i + j] ^ t[j]; in SM4_XTS_Decrypt_Helper() 163 SM4_Decrypt(x, plain + init - CRYPT_SM4_BLOCKSIZE, dataRk); in SM4_XTS_Decrypt_Helper() [all …]
|
| /third_party/python/Doc/library/ |
| D | email.iterators.rst | 62 text/plain 63 text/plain 66 text/plain 68 text/plain 70 text/plain 72 text/plain 74 text/plain 75 text/plain
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
| 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 …]
|
| /third_party/curl/tests/data/ |
| D | test1066 | 14 Content-Type: text/plain 22 Content-Type: text/plain 61 Content-Type: text/plain 62 Content-Type: text/plain 72 Content-Type: text/plain 73 Content-Type: text/plain
|
| D | test903 | 6 SASL AUTH PLAIN 16 AUTH PLAIN 17 REPLY AUTH 334 PLAIN supported 29 SMTP plain authentication 44 AUTH PLAIN
|
| D | test953 | 6 SASL AUTH PLAIN 16 AUTH PLAIN 17 REPLY AUTH 334 PLAIN supported 29 SMTP plain authentication with alternative authorization identity 44 AUTH PLAIN
|
| D | test954 | 6 SASL AUTH PLAIN 16 AUTH PLAIN 17 REPLY AUTH 334 PLAIN supported 29 SMTP plain authentication with alternative authorization identity (Not authorized) 51 AUTH PLAIN
|
| D | test935 | 7 SASL AUTH PLAIN 18 AUTH CRAM-MD5 PLAIN 21 REPLY "AUTH PLAIN" 334 PLAIN supported 53 AUTH PLAIN
|
| D | test937 | 7 SASL AUTH PLAIN 18 AUTH DIGEST-MD5 PLAIN 21 REPLY "AUTH PLAIN" 334 PLAIN supported 55 AUTH PLAIN
|
| D | test938 | 6 SASL AUTH PLAIN 17 AUTH PLAIN 18 REPLY AUTH 334 PLAIN supported 46 AUTH PLAIN 53 AUTH PLAIN
|
| /third_party/python/Lib/test/test_email/data/ |
| D | msg_02.txt | 12 Content-type: text/plain; charset=us-ascii 31 Content-type: text/plain; charset=us-ascii 48 Content-Type: text/plain; charset=us-ascii 64 Content-Type: text/plain; charset=us-ascii 78 Content-Type: text/plain; charset=us-ascii 93 Content-Type: text/plain; charset=us-ascii 108 Content-Type: text/plain; charset=us-ascii 124 Content-type: text/plain; charset=us-ascii
|
| D | msg_12.txt | 9 Content-Type: text/plain; charset="us-ascii" 20 Content-Type: text/plain; charset="iso-8859-2" 24 Content-Type: text/plain; charset="iso-8859-3" 29 Content-Type: text/plain; charset="us-ascii" 33 Content-Type: text/plain; charset="koi8-r"
|
| D | msg_12a.txt | 9 Content-Type: text/plain; charset="us-ascii" 20 Content-Type: text/plain; charset="iso-8859-2" 24 Content-Type: text/plain; charset="iso-8859-3" 31 Content-Type: text/plain; charset="us-ascii" 35 Content-Type: text/plain; charset="koi8-r"
|
| /third_party/rust/rust/tests/ui/lint/unused/ |
| D | useless-comment.stderr | 30 = help: use `//` for a plain comment 46 = help: use `//` for a plain comment 56 = help: use `//` for a plain comment 66 = help: use `//` for a plain comment 77 = help: use `//` for a plain comment 87 = help: use `//` for a plain comment 95 = help: use `/* */` for a plain comment 107 = help: use `//` for a plain comment
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| D | RelativeDateTimeFormatterTest.java | 411 {Direction.PLAIN, AbsoluteUnit.DAY, "day"}, in TestRelativeDateWithoutQuantity() 412 {Direction.PLAIN, AbsoluteUnit.WEEK, "week"}, in TestRelativeDateWithoutQuantity() 413 {Direction.PLAIN, AbsoluteUnit.MONTH, "month"}, in TestRelativeDateWithoutQuantity() 414 {Direction.PLAIN, AbsoluteUnit.QUARTER, "quarter"}, in TestRelativeDateWithoutQuantity() 415 {Direction.PLAIN, AbsoluteUnit.YEAR, "year"}, in TestRelativeDateWithoutQuantity() 416 {Direction.PLAIN, AbsoluteUnit.MONDAY, "Monday"}, in TestRelativeDateWithoutQuantity() 417 {Direction.PLAIN, AbsoluteUnit.TUESDAY, "Tuesday"}, in TestRelativeDateWithoutQuantity() 418 {Direction.PLAIN, AbsoluteUnit.WEDNESDAY, "Wednesday"}, in TestRelativeDateWithoutQuantity() 419 {Direction.PLAIN, AbsoluteUnit.THURSDAY, "Thursday"}, in TestRelativeDateWithoutQuantity() 420 {Direction.PLAIN, AbsoluteUnit.FRIDAY, "Friday"}, in TestRelativeDateWithoutQuantity() [all …]
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| D | RelativeDateTimeFormatterTest.java | 414 {Direction.PLAIN, AbsoluteUnit.DAY, "day"}, in TestRelativeDateWithoutQuantity() 415 {Direction.PLAIN, AbsoluteUnit.WEEK, "week"}, in TestRelativeDateWithoutQuantity() 416 {Direction.PLAIN, AbsoluteUnit.MONTH, "month"}, in TestRelativeDateWithoutQuantity() 417 {Direction.PLAIN, AbsoluteUnit.QUARTER, "quarter"}, in TestRelativeDateWithoutQuantity() 418 {Direction.PLAIN, AbsoluteUnit.YEAR, "year"}, in TestRelativeDateWithoutQuantity() 419 {Direction.PLAIN, AbsoluteUnit.MONDAY, "Monday"}, in TestRelativeDateWithoutQuantity() 420 {Direction.PLAIN, AbsoluteUnit.TUESDAY, "Tuesday"}, in TestRelativeDateWithoutQuantity() 421 {Direction.PLAIN, AbsoluteUnit.WEDNESDAY, "Wednesday"}, in TestRelativeDateWithoutQuantity() 422 {Direction.PLAIN, AbsoluteUnit.THURSDAY, "Thursday"}, in TestRelativeDateWithoutQuantity() 423 {Direction.PLAIN, AbsoluteUnit.FRIDAY, "Friday"}, in TestRelativeDateWithoutQuantity() [all …]
|