Home
last modified time | relevance | path

Searched full:plain (Results 201 - 225 of 2528) sorted by relevance

12345678910>>...102

/third_party/curl/tests/data/
H A Dtest143915 Content-Type: text/plain
43 Content-Type: text/plain
H A Dtest143816 Content-Type: text/plain
44 Content-Type: text/plain
H A Dtest168016 Content-Type: text/plain
49 Content-Type: text/plain
H A Dtest301415 Content-Type: text/plain
43 Content-Type: text/plain
H A Dtest143417 Content-Type: text/plain
47 Content-Type: text/plain
/third_party/curl/docs/cmdline-opts/
H A Dsasl-authzid.md6 Help: Identity for SASL PLAIN authentication
18 Use this authorization identity (**authzid**), during SASL PLAIN
/third_party/backends/tools/
H A Dupdate-upstreams.sh17 CONFIG_BASE_URL=https://git.savannah.gnu.org/cgit/config.git/plain
23 GNULIB_BASE_URL=https://git.savannah.gnu.org/cgit/gnulib.git/plain
/third_party/node/test/fixtures/wpt/encoding/resources/
H A Ddecoding-helpers.js5 req.open('GET', `data:text/plain,${url_encoded_string}`);
6 req.overrideMimeType(`text/plain; charset="${label}"`);
/third_party/node/test/fixtures/wpt/common/
H A DREADME.md7 * `text-plain.txt` - A text/plain document.
/third_party/node/deps/base64/base64/lib/arch/generic/
H A Dcodec.c21 BASE64_ENC_FUNCTION(plain) in BASE64_ENC_FUNCTION()
32 BASE64_DEC_FUNCTION(plain) in BASE64_DEC_FUNCTION()
/third_party/ltp/tools/sparse/sparse-src/validation/
H A DWuniv-init-ko.c25 Wuniv-init-ko.c:6:23: warning: Using plain integer as NULL pointer
28 Wuniv-init-ko.c:10:26: warning: Using plain integer as NULL pointer
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth.c2699 struct wpabuf *plain; in fils_encrypt_assoc() local
2735 plain = fils_prepare_plainbuf(sm, hlp); in fils_encrypt_assoc()
2736 if (!plain) { in fils_encrypt_assoc()
2737 wpa_printf(MSG_DEBUG, "FILS: Plain buffer prep failed"); in fils_encrypt_assoc()
2741 if (pos + wpabuf_len(plain) + AES_BLOCK_SIZE > end) { in fils_encrypt_assoc()
2744 wpabuf_clear_free(plain); in fils_encrypt_assoc()
2749 plain); in fils_encrypt_assoc()
2752 wpabuf_head(plain), wpabuf_len(plain), in fils_encrypt_assoc()
2754 wpabuf_clear_free(plain); in fils_encrypt_assoc()
2773 struct wpabuf *plain; fils_prepare_plainbuf() local
2914 struct wpabuf *plain; hostapd_eid_assoc_fils_session() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto.h124 * @plain: Plaintext data to be encrypted (16 bytes)
128 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
148 * @plain: Buffer for the decrypted data (16 bytes)
151 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
243 * @plain: Plaintext to cipher
253 const u8 *plain, u8 *crypt, size_t len);
259 * @plain: Resulting plaintext
268 const u8 *crypt, u8 *plain, size_t len);
412 * @plain: Buffer for plaintext (at least crypt_len bytes)
418 u8 *plain, size_
[all...]
/third_party/python/Lib/email/
H A Dmessage.py160 self._default_type = 'text/plain'
360 and encoded properly, if needed, when generating the plain text
374 self.add_header('Content-Type', 'text/plain',
600 RFC 2045 defines a message's default type to be text/plain unless it
610 # RFC 2045, section 5.2 says if its invalid, use text/plain
612 return 'text/plain'
636 Most messages have a default content type of text/plain, except for
645 ctype should be either "text/plain" or "message/rfc822", although this
736 message, it will be set to "text/plain" and the new parameter and
750 ctype = 'text/plain'
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius.c985 u8 *plain, *ppos, *res; in decrypt_ms_key() local
1010 ppos = plain = os_malloc(plen); in decrypt_ms_key()
1011 if (plain == NULL) in decrypt_ms_key()
1013 plain[0] = 0; in decrypt_ms_key()
1031 os_free(plain); in decrypt_ms_key()
1041 if (plain[0] == 0 || plain[0] > plen - 1) { in decrypt_ms_key()
1043 os_free(plain); in decrypt_ms_key()
1047 res = os_memdup(plain + 1, plain[ in decrypt_ms_key()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius.c985 u8 *plain, *ppos, *res; in decrypt_ms_key() local
1010 ppos = plain = os_malloc(plen); in decrypt_ms_key()
1011 if (plain == NULL) in decrypt_ms_key()
1013 plain[0] = 0; in decrypt_ms_key()
1031 os_free(plain); in decrypt_ms_key()
1041 if (plain[0] == 0 || plain[0] > plen - 1) { in decrypt_ms_key()
1043 os_free(plain); in decrypt_ms_key()
1047 res = os_memdup(plain + 1, plain[ in decrypt_ms_key()
[all...]
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_cross_test.cpp81 uint8_t plain[CROSS_COMMON_SIZE] = {0}; in HWTEST_F() local
82 struct HksBlob plainText = { CROSS_COMMON_SIZE, plain }; in HWTEST_F()
124 uint8_t plain[CROSS_COMMON_SIZE] = {0}; in HWTEST_F() local
125 struct HksBlob plainText = { CROSS_COMMON_SIZE, plain }; in HWTEST_F()
171 uint8_t plain[CROSS_COMMON_SIZE] = {0}; in HWTEST_F() local
172 struct HksBlob plainText = { CROSS_COMMON_SIZE, plain }; in HWTEST_F()
219 uint8_t plain[CROSS_COMMON_SIZE] = {0}; in HWTEST_F() local
220 struct HksBlob plainText = { CROSS_COMMON_SIZE, plain }; in HWTEST_F()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonFormatterTest.cs399 message = new TestJsonFieldOrdering { O1Int32 = 5, O2String = "o2", PlainInt32 = 10, PlainString = "plain" }; in OutputIsInNumericFieldOrder_NoDefaults()
400 AssertJson("{ 'plainString': 'plain', 'o2String': 'o2', 'plainInt32': 10, 'o1Int32': 5 }", formatter.Format(message)); in OutputIsInNumericFieldOrder_NoDefaults()
401 message = new TestJsonFieldOrdering { O1String = "", O2Int32 = 0, PlainInt32 = 10, PlainString = "plain" }; in OutputIsInNumericFieldOrder_NoDefaults()
402 AssertJson("{ 'plainString': 'plain', 'o1String': '', 'plainInt32': 10, 'o2Int32': 0 }", formatter.Format(message)); in OutputIsInNumericFieldOrder_NoDefaults()
411 message = new TestJsonFieldOrdering { O1Int32 = 5, O2String = "o2", PlainInt32 = 10, PlainString = "plain" }; in OutputIsInNumericFieldOrder_WithDefaults()
412 AssertJson("{ 'plainString': 'plain', 'o2String': 'o2', 'plainInt32': 10, 'o1Int32': 5 }", formatter.Format(message)); in OutputIsInNumericFieldOrder_WithDefaults()
413 message = new TestJsonFieldOrdering { O1String = "", O2Int32 = 0, PlainInt32 = 10, PlainString = "plain" }; in OutputIsInNumericFieldOrder_WithDefaults()
414 AssertJson("{ 'plainString': 'plain', 'o1String': '', 'plainInt32': 10, 'o2Int32': 0 }", formatter.Format(message)); in OutputIsInNumericFieldOrder_WithDefaults()
/test/xts/acts/arkui/ace_ets_web_scheme_handler_napis_enhance/entry/src/main/resources/rawfile/
H A Dpost_data.html7 var myBlob = new Blob(["This is my blob content"], {type : "text/plain"});
18 var myBlob = new Blob(["This is my blob content"], {type : "text/plain"});
/test/xts/acts/arkui/ace_ets_web_scheme_handler_napis_enhance/entry/src/ohosTest/resources/rawfile/
H A Dpost_data.html7 var myBlob = new Blob(["This is my blob content"], {type : "text/plain"});
18 var myBlob = new Blob(["This is my blob content"], {type : "text/plain"});
/test/xts/acts/arkui/ace_ets_web_scheme_handler_four_napis/entry/src/ohosTest/resources/rawfile/
H A Dpost_data.html7 var myBlob = new Blob(["This is my blob content"], {type : "text/plain"});
18 var myBlob = new Blob(["This is my blob content"], {type : "text/plain"});
/test/xts/acts/arkui/ace_ets_web_scheme_handler_three_napis/entry/src/main/resources/rawfile/
H A Dpost_data.html7 var myBlob = new Blob(["This is my blob content"], {type : "text/plain"});
18 var myBlob = new Blob(["This is my blob content"], {type : "text/plain"});
/test/xts/acts/arkui/ace_ets_web_scheme_handler_three_napis/entry/src/ohosTest/resources/rawfile/
H A Dpost_data.html7 var myBlob = new Blob(["This is my blob content"], {type : "text/plain"});
18 var myBlob = new Blob(["This is my blob content"], {type : "text/plain"});
/test/xts/acts/arkui/ace_ets_web_scheme_handler_two_napis/entry/src/main/resources/rawfile/
H A Dpost_data.html7 var myBlob = new Blob(["This is my blob content"], {type : "text/plain"});
18 var myBlob = new Blob(["This is my blob content"], {type : "text/plain"});
/test/xts/acts/arkui/ace_ets_web_scheme_handler_two_napis/entry/src/ohosTest/resources/rawfile/
H A Dpost_data.html7 var myBlob = new Blob(["This is my blob content"], {type : "text/plain"});
18 var myBlob = new Blob(["This is my blob content"], {type : "text/plain"});

Completed in 17 milliseconds

12345678910>>...102