| /third_party/selinux/secilc/ |
| H A D | secilc.8.xml | 28 <arg choice="plain"><replaceable>file</replaceable></arg>
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
| H A D | wps_i.h | 165 struct wpabuf *plain);
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
| H A D | wps_i.h | 165 struct wpabuf *plain);
|
| /third_party/zlib/contrib/minizip/ |
| H A D | crypt.h | 47 * Update the encryption keys with the next byte of plain text
|
| /base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/ |
| H A D | huks_adapter.c | 548 int32_t aes_gcm_encrypt(struct var_buffer *key, const struct uint8_buff *plain, in aes_gcm_encrypt() argument 552 check_ptr_return_val(plain, HC_INPUT_ERROR); in aes_gcm_encrypt() 562 struct HksBlob hks_plain_text = { plain->length, plain->val }; in aes_gcm_encrypt()
|
| /base/security/device_auth/frameworks/deviceauth_lite/test/unittest/unittest_mock/ |
| H A D | huks_adapter_mock_for_pake.c | 502 int32_t aes_gcm_encrypt(struct var_buffer *key, const struct uint8_buff *plain, in aes_gcm_encrypt() argument 506 check_ptr_return_val(plain, HC_INPUT_ERROR); in aes_gcm_encrypt() 516 struct HksBlob hks_plain_text = { plain->length, plain->val }; in aes_gcm_encrypt()
|
| H A D | huks_adapter_mock.c | 502 int32_t aes_gcm_encrypt(struct var_buffer *key, const struct uint8_buff *plain, in aes_gcm_encrypt() argument 506 check_ptr_return_val(plain, HC_INPUT_ERROR); in aes_gcm_encrypt() 516 struct HksBlob hks_plain_text = { plain->length, plain->val }; in aes_gcm_encrypt()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
| H A D | grid_attr_test_ng.cpp | 1010 CreateFixedItems(10, GridItemStyle::PLAIN); in HWTEST_F() 1042 CreateFixedItems(10, GridItemStyle::PLAIN); in HWTEST_F() 1110 CreateFixedItems(10, GridItemStyle::PLAIN); in HWTEST_F() 1139 CreateFixedItems(10, GridItemStyle::PLAIN); in HWTEST_F()
|
| /third_party/curl/docs/ |
| H A D | TheArtOfHttpScripting.md | 30 HTTP is plain ASCII text lines being sent by the client to a server to 38 is the plain data you requested, like the actual HTML or the image etc. 379 default) is **plain text** based, which means it sends username and password 418 able to watch your passwords if you pass them as plain command line
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | CaseMapImpl.java | 787 * If a plain i/I is followed by a plain j/J, 829 // A plain i/I must be followed by a plain j/J. in maybeTitleDutchIJ()
|
| /third_party/icu/icu4c/source/common/ |
| H A D | ustrcase.cpp | 410 * If a plain i/I is followed by a plain j/J, 453 // A plain i/I must be followed by a plain j/J. in maybeTitleDutchIJ()
|
| /third_party/libwebsockets/lib/roles/http/ |
| H A D | parsers.c | 1678 char plain[MAX_JWT_SIZE + 1], temp[MAX_JWT_SIZE * 2], csrf[17]; in lws_jwt_sign_token_set_http_cookie() local 1679 size_t pl = sizeof(plain); in lws_jwt_sign_token_set_http_cookie() 1689 if (lws_jwt_sign_compact(wsi->a.context, i->jwk, i->alg, plain, &pl, in lws_jwt_sign_token_set_http_cookie() 1716 i->cookie_name, plain, i->expiry_unix_time); in lws_jwt_sign_token_set_http_cookie()
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | ustrcase.cpp | 410 * If a plain i/I is followed by a plain j/J, 453 // A plain i/I must be followed by a plain j/J. in maybeTitleDutchIJ()
|
| /third_party/python/Doc/c-api/ |
| H A D | arg.rst | 285 Convert a Python integer to a plain C :c:expr:`int`. 603 Convert a plain C :c:expr:`int` to a Python integer object. 606 Convert a plain C :c:expr:`char` to a Python integer object. 609 Convert a plain C :c:expr:`short int` to a Python integer object.
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
| H A D | eap_server_fast.c | 818 struct wpabuf *plain, int piggyback) in eap_fast_encrypt_phase2() 823 plain); in eap_fast_encrypt_phase2() 824 encr = eap_server_tls_encrypt(sm, &data->ssl, plain); in eap_fast_encrypt_phase2() 825 wpabuf_free(plain); in eap_fast_encrypt_phase2() 816 eap_fast_encrypt_phase2(struct eap_sm *sm, struct eap_fast_data *data, struct wpabuf *plain, int piggyback) eap_fast_encrypt_phase2() argument
|
| H A D | eap_server_teap.c | 789 struct wpabuf *plain, int piggyback) in eap_teap_encrypt_phase2() 794 plain); in eap_teap_encrypt_phase2() 795 encr = eap_server_tls_encrypt(sm, &data->ssl, plain); in eap_teap_encrypt_phase2() 796 wpabuf_free(plain); in eap_teap_encrypt_phase2() 787 eap_teap_encrypt_phase2(struct eap_sm *sm, struct eap_teap_data *data, struct wpabuf *plain, int piggyback) eap_teap_encrypt_phase2() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
| H A D | eap_server_fast.c | 820 struct wpabuf *plain, int piggyback) in eap_fast_encrypt_phase2() 825 plain); in eap_fast_encrypt_phase2() 826 encr = eap_server_tls_encrypt(sm, &data->ssl, plain); in eap_fast_encrypt_phase2() 827 wpabuf_free(plain); in eap_fast_encrypt_phase2() 818 eap_fast_encrypt_phase2(struct eap_sm *sm, struct eap_fast_data *data, struct wpabuf *plain, int piggyback) eap_fast_encrypt_phase2() argument
|
| /foundation/distributeddatamgr/pasteboard/ |
| H A D | README.md | 56 <td class="cellrowborder" valign="top" width="50%" headers="mcps1.2.3.1.2 "><p id="p18761104812149"><a name="p18761104812149"></a><a name="p18761104812149"></a>Create a PasteData object of type MIMETYPE_TEXT_PLAIN for plain text data</p> 76 <td class="cellrowborder" valign="top" width="50%" headers="mcps1.2.3.1.2 "><p id="p18761104812149"><a name="p18761104812149"></a><a name="p18761104812149"></a>Create a PasteDataRecord object of type MIMETYPE_TEXT_PLAIN for plain text data</p> 182 <td class="cellrowborder" valign="top" width="50%" headers="mcps1.2.3.1.2 "><p id="p18761104812149"><a name="p18761104812149"></a><a name="p18761104812149"></a>Add plain text records to PasteData object and update MIME type to PasteData#MIMETYPE_TEXT_PLAIN in DataProperty</p>
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/ |
| H A D | SpoofCheckerTest.java | 58 String scLatin = "sc"; /* "sc", plain ascii. */ 59 String goodCyrl = "\u0438\u043B"; // "Cyrillic small letter i and el" Plain lower case Cyrillic letters, no latin confusables 60 String goodGreek = "\u03c0\u03c6"; // "Greek small letter pi and phi" Plain lower case Greek letters
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/ |
| H A D | SpoofCheckerTest.java | 55 String scLatin = "sc"; /* "sc", plain ascii. */ 56 String goodCyrl = "\u0438\u043B"; // "Cyrillic small letter i and el" Plain lower case Cyrillic letters, no latin confusables 57 String goodGreek = "\u03c0\u03c6"; // "Greek small letter pi and phi" Plain lower case Greek letters
|
| /third_party/libwebsockets/lib/jose/jws/ |
| H A D | jws.c | 667 /* it's already a b64 map, we will make a temp plain version */ 687 * plain version 709 /* it's already plain, we will make a temp b64 version */
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
| H A D | metadata.py | 578 content_types = {"text/plain", "text/x-rst", "text/markdown"} 583 # Defaults to `text/plain` if parsing failed. 587 # Check if content-type is valid or defaulted to `text/plain` and thus was
|
| /third_party/libfuse/include/ |
| H A D | fuse_common.h | 290 * READDIRPLUS, otherwise switch to plain READDIR. This will reasult 291 * in eg plain "ls" triggering READDIRPLUS first then READDIR after 424 * overmounted dentries, where plain invalidation would detach all submounts
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | dsp.h | 542 // used for plain-C fallback. 581 // Plain-C implementation, as fall-back. 656 // Plain-C versions, used as fallback by some implementations.
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | main.cpp | 730 "\t[--vulkan-semantics] or [-V]:\n\t\tEmit Vulkan GLSL instead of plain GLSL. Makes use of Vulkan-only features to match SPIR-V.\n" in print_help_backend() 747 "\t[--flatten-ubo]:\n\t\tEmit UBOs as plain uniform arrays which are suitable for use with glUniform4*v().\n" in print_help_glsl() 756 "\t[--glsl-emit-push-constant-as-ubo]:\n\t\tInstead of a plain uniform of struct for push constants, emit a UBO block instead.\n" in print_help_glsl() 757 "\t[--glsl-emit-ubo-as-plain-uniforms]:\n\t\tInstead of emitting UBOs, emit them as plain uniform structs.\n" in print_help_glsl() 828 "\t[--msl-argument-buffers]:\n\t\tEmit Indirect Argument buffers instead of plain bindings.\n" in print_help_msl() 856 "\t[--msl-force-native-arrays]:\n\t\tRather than implementing array types as a templated value type ala std::array<T>, use plain, native arrays.\n" in print_help_msl() 1475 cbs.add("--glsl-emit-ubo-as-plain-uniforms", [&args](CLIParser &) { args.glsl_emit_ubo_as_plain_uniforms = true; }); in main_inner()
|