| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
| H A D | wps_registrar.c | 1860 struct wpabuf *msg, *plain; in wps_build_ap_cred() local 1866 plain = wpabuf_alloc(200); in wps_build_ap_cred() 1867 if (plain == NULL) { in wps_build_ap_cred() 1872 if (wps_build_ap_settings(wps, plain)) { in wps_build_ap_cred() 1873 wpabuf_clear_free(plain); in wps_build_ap_cred() 1879 wpabuf_put_be16(msg, wpabuf_len(plain)); in wps_build_ap_cred() 1880 wpabuf_put_buf(msg, plain); in wps_build_ap_cred() 1881 wpabuf_clear_free(plain); in wps_build_ap_cred() 1935 struct wpabuf *plain = wpabuf_alloc(500); in wps_build_m2() local 1936 if (plain in wps_build_m2() 2001 struct wpabuf *msg, *plain; wps_build_m4() local 2040 struct wpabuf *msg, *plain; wps_build_m6() local 2076 struct wpabuf *msg, *plain; wps_build_m8() local [all...] |
| H A D | wps_attr_build.c | 385 struct wpabuf *plain) in wps_build_encr_settings() 394 pad_len = block_size - wpabuf_len(plain) % block_size; in wps_build_encr_settings() 395 os_memset(wpabuf_put(plain, pad_len), pad_len, pad_len); in wps_build_encr_settings() 398 wpabuf_put_be16(msg, block_size + wpabuf_len(plain)); in wps_build_encr_settings() 405 wpabuf_put_buf(msg, plain); in wps_build_encr_settings() 406 if (aes_128_cbc_encrypt(wps->keywrapkey, iv, data, wpabuf_len(plain))) in wps_build_encr_settings() 384 wps_build_encr_settings(struct wps_data *wps, struct wpabuf *msg, struct wpabuf *plain) wps_build_encr_settings() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
| H A D | wps_registrar.c | 1851 struct wpabuf *msg, *plain; in wps_build_ap_cred() local 1857 plain = wpabuf_alloc(200); in wps_build_ap_cred() 1858 if (plain == NULL) { in wps_build_ap_cred() 1863 if (wps_build_ap_settings(wps, plain)) { in wps_build_ap_cred() 1864 wpabuf_clear_free(plain); in wps_build_ap_cred() 1870 wpabuf_put_be16(msg, wpabuf_len(plain)); in wps_build_ap_cred() 1871 wpabuf_put_buf(msg, plain); in wps_build_ap_cred() 1872 wpabuf_clear_free(plain); in wps_build_ap_cred() 1926 struct wpabuf *plain = wpabuf_alloc(500); in wps_build_m2() local 1927 if (plain in wps_build_m2() 1992 struct wpabuf *msg, *plain; wps_build_m4() local 2031 struct wpabuf *msg, *plain; wps_build_m6() local 2067 struct wpabuf *msg, *plain; wps_build_m8() local [all...] |
| H A D | wps_attr_build.c | 394 struct wpabuf *plain) in wps_build_encr_settings() 403 pad_len = block_size - wpabuf_len(plain) % block_size; in wps_build_encr_settings() 404 os_memset(wpabuf_put(plain, pad_len), pad_len, pad_len); in wps_build_encr_settings() 407 wpabuf_put_be16(msg, block_size + wpabuf_len(plain)); in wps_build_encr_settings() 414 wpabuf_put_buf(msg, plain); in wps_build_encr_settings() 415 if (aes_128_cbc_encrypt(wps->keywrapkey, iv, data, wpabuf_len(plain))) in wps_build_encr_settings() 393 wps_build_encr_settings(struct wps_data *wps, struct wpabuf *msg, struct wpabuf *plain) wps_build_encr_settings() argument
|
| /foundation/CastEngine/castengine_wifi_display/services/utils/ |
| H A D | base64.h | 63 static uint32_t Decode(const char *code, uint32_t code_len, uint8_t *plain) in Decode() argument 81 plain[j++] = (quad[0] << 2) | (quad[1] >> 4); // 2: fix offset, 4: fix offset in Decode() 86 plain[j++] = (quad[1] << 4) | (quad[2] >> 2); // 2: fix offset, 4: fix offset in Decode() 89 plain[j++] = (quad[1] << 4) | (quad[2] >> 2); // 2: fix offset, 4: fix offset in Decode() 90 plain[j++] = (quad[2] << 6) | quad[3]; // 6: fix offset, 4: fix offset, 2: fix offset, 3: fix offset in Decode()
|
| /third_party/node/test/parallel/ |
| H A D | test-http-1.0.js | 64 res.writeHead(200, { 'Content-Type': 'text/plain' }); 93 res.writeHead(200, { 'Content-Type': 'text/plain' }); 110 'Content-Type: text/plain\r\n' + 129 res.writeHead(200, { 'Content-Type': 'text/plain' }); 147 'Content-Type: text/plain\r\n' +
|
| /third_party/node/test/common/ |
| H A D | tls.js | 114 encrypt(plain) { 115 const type = plain.slice(0, 1); 116 const version = plain.slice(1, 3); 122 const aad = Buffer.concat([write_seq, plain.slice(0, 5)]); 124 const encrypted1 = bob.update(plain.slice(5));
|
| /third_party/curl/tests/data/ |
| H A D | test1071 | 23 Content-Type: text/plain
35 Content-Type: text/plain
48 Content-Type: text/plain
54 Content-Type: text/plain
|
| H A D | test1075 | 22 Content-Type: text/plain
32 Content-Type: text/plain
40 Content-Type: text/plain
|
| /third_party/ltp/testcases/kernel/containers/sysvipc/ |
| H A D | semtest_2ns.c | 83 tst_res(TPASS, "Plain cloned process able to access the semaphore created"); in check_sem2() 88 tst_res(TFAIL, "Plain cloned process didn't find semaphore"); in check_sem2() 101 tst_res(TPASS, "Plain cloned process able to unlock semaphore"); in check_sem2() 106 tst_res(TFAIL, "Plain cloned process unable to unlock semaphore"); in check_sem2()
|
| /third_party/openssl/test/recipes/ |
| H A D | 15-test_rsapss.t | 28 "openssl dgst -sign [plain RSA key, PSS padding mode, PSS restrictions]"); 34 "openssl dgst -sign [plain RSA key, PSS padding mode, no PSS restrictions]"); 59 "openssl dgst -prverify [plain RSA key, PSS padding mode, PSS restrictions]"); 75 "openssl dgst -prverify [plain RSA key, PSS padding mode, no PSS restrictions]");
|
| /third_party/curl/docs/cmdline-opts/ |
| H A D | login-options.md | 28 curl uses the plain (not SASL) `LOGIN IMAP` command even if the server 30 it sends your password over the network in plain text. This does not work if 31 the IMAP server disables the plain `LOGIN` (e.g. to prevent password
|
| /third_party/parse5/docs/ |
| H A D | list-of-packages.md | 6 - [parse5-plain-text-conversion-stream](https://github.com/inikulin/parse5/tree/master/packages/parse5-plain-text-conversion-stream) - stream that converts plain text files into HTML documents.
|
| /third_party/parse5/packages/parse5-plain-text-conversion-stream/ |
| H A D | README.md | 8 <h1>parse5-plain-text-conversion-stream</h1> 9 <i><b>Stream that converts plain text into HTML document as required by <a href="https://html.spec.whatwg.org/#read-text">HTML specification</a>.</b></i> 14 <code>npm install --save parse5-plain-text-conversion-stream</code>
|
| /third_party/python/Lib/test/ |
| H A D | test_wsgiref.py | 52 ('Content-Type','text/plain'), 60 ('Content-Type', 'text/plain'), 113 "Content-Type: text/plain\r\n" 149 start_response("200 OK", ('Content-Type','text/plain')) 157 "AssertionError: Headers (('Content-Type', 'text/plain')) must" 164 start_response(status, [("Content-Type", "text/plain; charset=utf-8")]) 185 s("200 OK", [("Content-Type", "text/plain; charset=utf-8")]) 198 ("Content-Type", "text/plain; charset=utf-8"), 210 b"Content-Type: text/plain; charset=utf-8\r\n" 219 ("Content-Type", "text/plain"), [all...] |
| /base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/symmetric_alg_test/ |
| H A D | hks_aes_cipher_test_common.cpp | 181 uint8_t plain[AES_COMMON_SIZE] = {0}; in HksAesCipherTestCaseOther() local 182 struct HksBlob plainText = { AES_COMMON_SIZE, plain }; in HksAesCipherTestCaseOther() 237 uint8_t plain[AES_COMMON_SIZE] = {0}; in HksAesCipherTestCaseGcm2() local 238 struct HksBlob plainText = { AES_COMMON_SIZE, plain }; in HksAesCipherTestCaseGcm2() 300 uint8_t plain[AES_COMMON_SIZE] = {0}; in HksAesCipherTestCaseGcm3() local 301 struct HksBlob plainText = { AES_COMMON_SIZE, plain }; in HksAesCipherTestCaseGcm3() 378 uint8_t plain[AES_COMMON_SIZE] = {0}; in HksAesCipherTestCaseGcm4() local 379 struct HksBlob plainText = { AES_COMMON_SIZE, plain }; in HksAesCipherTestCaseGcm4() 545 uint8_t plain[AES_COMMON_SIZE] = {0}; 546 struct HksBlob plainText = { AES_COMMON_SIZE, plain }; [all...] |
| /foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
| H A D | event_util.h | 35 * @brief Create a JAVASCRIPT plain object that is used as the input parameter of 41 * @brief Create a JAVASCRIPT plain object that is used as the input parameter of 47 * @brief Create a JAVASCRIPT plain object that is used as the input parameter of
|
| /third_party/ffmpeg/libavutil/tests/ |
| H A D | aes_ctr.c | 25 static const DECLARE_ALIGNED(8, uint8_t, plain)[] = { 52 av_aes_ctr_crypt(ae, tmp, plain, sizeof(tmp)); in main() 55 if (memcmp(tmp, plain, sizeof(tmp)) != 0){ in main()
|
| /third_party/curl/docs/libcurl/opts/ |
| H A D | CURLOPT_LOGIN_OPTIONS.md | 37 curl uses the plain (not SASL) LOGIN IMAP command even if the server 39 it sends your password in plain text. This does not work if the IMAP server 40 disables the plain LOGIN (e.g. to prevent password snooping).
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
| H A D | eap_server_tls_common.c | 382 struct wpabuf *plain, *encr; in eap_server_tls_phase1() local 396 plain = wpabuf_alloc(1); in eap_server_tls_phase1() 397 if (!plain) in eap_server_tls_phase1() 399 wpabuf_put_u8(plain, 0); in eap_server_tls_phase1() 400 encr = eap_server_tls_encrypt(sm, data, plain); in eap_server_tls_phase1() 401 wpabuf_free(plain); in eap_server_tls_phase1() 502 const struct wpabuf *plain) in eap_server_tls_encrypt() 506 buf = tls_connection_encrypt(sm->cfg->ssl_ctx, data->conn, plain); in eap_server_tls_encrypt() 500 eap_server_tls_encrypt(struct eap_sm *sm, struct eap_ssl_data *data, const struct wpabuf *plain) eap_server_tls_encrypt() argument
|
| /foundation/distributeddatamgr/pasteboard/framework/test/src/ |
| H A D | paste_data_test.cpp | 453 std::string plainText2 = "plain text"; in HWTEST_F() 486 std::string mimeType = "text/plain"; in HWTEST_F() 551 std::string plainText = "plain text"; in HWTEST_F() 570 std::string plainText = "plain text"; in HWTEST_F() 587 std::string plainText = "plain text"; in HWTEST_F() 871 std::string plainText = "plain text"; in HWTEST_F() 906 std::string plainText = "plain text"; in HWTEST_F() 922 std::string plainText = "plain text"; in HWTEST_F() 941 std::string plainText = "plain text"; in HWTEST_F() 959 std::string plainText = "plain tex in HWTEST_F() [all...] |
| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/src/ |
| H A D | client_trans_tcp_direct_message.c | 405 uint32_t flag, int32_t seqNum, TcpDirectChannelInfo *channel, const char *plain, uint32_t plainLen) in TransTdcProcessDataByFlag() 409 return ClientTransTdcOnDataReceived(channel->channelId, plain, plainLen, TRANS_SESSION_BYTES); in TransTdcProcessDataByFlag() 411 TransTdcSetPendingPacket(channel->channelId, plain, plainLen); in TransTdcProcessDataByFlag() 415 return ClientTransTdcOnDataReceived(channel->channelId, plain, plainLen, TRANS_SESSION_MESSAGE); in TransTdcProcessDataByFlag() 445 char *plain = (char *)SoftBusCalloc(dataLen - OVERHEAD_LEN); in TransTdcProcessData() local 446 if (plain == NULL) { in TransTdcProcessData() 453 int ret = TransTdcDecrypt(channel.detail.sessionKey, node->data + DC_DATA_HEAD_SIZE, dataLen, plain, &plainLen); in TransTdcProcessData() 456 SoftBusFree(plain); in TransTdcProcessData() 463 SoftBusFree(plain); in TransTdcProcessData() 470 ret = TransTdcProcessDataByFlag(flag, seqNum, &channel, plain, plainLe in TransTdcProcessData() 404 TransTdcProcessDataByFlag( uint32_t flag, int32_t seqNum, TcpDirectChannelInfo *channel, const char *plain, uint32_t plainLen) TransTdcProcessDataByFlag() argument [all...] |
| /third_party/curl/lib/ |
| H A D | hostip4.c | 28 * Only for plain IPv4 builds 30 #ifdef CURLRES_IPV4 /* plain IPv4 code coming up */ 80 * function. When we build for plain IPv4, we attempt to use this 86 * flavours have thread-safe versions of the plain gethostbyname() etc. 227 * the plain fact that it does not return unique full buffers on each in Curl_ipv4_resolve_r() 233 * the plain old gethostbyname() work fine even for multi-threaded in Curl_ipv4_resolve_r()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
| H A D | eap_server_tls.c | 271 struct wpabuf *plain, *encr; in eap_tls_process_msg() local 282 plain = wpabuf_alloc(1); in eap_tls_process_msg() 283 if (!plain) in eap_tls_process_msg() 285 wpabuf_put_u8(plain, 0); in eap_tls_process_msg() 286 encr = eap_server_tls_encrypt(sm, &data->ssl, plain); in eap_tls_process_msg() 287 wpabuf_free(plain); in eap_tls_process_msg()
|
| /foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/serialization/ |
| H A D | common_value_serializers.h | 33 using Plain = BASE_NS::remove_const_t<BASE_NS::remove_reference_t<decltype(out)>>; in EnumImport() 34 using Type = BASE_NS::underlying_type_t<Plain>; in EnumImport() 38 out = static_cast<Plain>(any.InternalGetValue()); in EnumImport()
|