| /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 500 eap_server_tls_encrypt(struct eap_sm *sm, struct eap_ssl_data *data, const struct wpabuf *plain) eap_server_tls_encrypt() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
| H A D | wps_attr_build.c | 393 wps_build_encr_settings(struct wps_data *wps, struct wpabuf *msg, struct wpabuf *plain) wps_build_encr_settings() argument
|
| H A D | wps_enrollee.c | 210 struct wpabuf *msg, *plain; in wps_build_m5() local 349 static int wps_build_ap_settings(struct wps_data *wps, struct wpabuf *plain) in wps_build_ap_settings() argument 379 struct wpabuf *msg, *plain; wps_build_m7() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | aes-gcm.c | 254 aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, const u8 *plain, size_t plain_len, const u8 *aad, size_t aad_len, u8 *crypt, u8 *tag) aes_gcm_ae() argument 288 aes_gcm_ad(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, const u8 *crypt, size_t crypt_len, const u8 *aad, size_t aad_len, const u8 *tag, u8 *plain) aes_gcm_ad() argument
|
| H A D | crypto_gnutls.c | 237 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() argument 271 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() argument 481 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() argument 491 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) crypto_cipher_decrypt() argument
|
| H A D | crypto_nettle.c | 261 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() argument 292 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() argument 436 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() argument 451 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) crypto_cipher_decrypt() argument
|
| H A D | crypto_libtomcrypt.c | 100 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() argument 129 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() argument 354 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() argument 378 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) crypto_cipher_decrypt() argument 615 crypto_public_key_decrypt_pkcs1(struct crypto_public_key *key, const u8 *crypt, size_t crypt_len, u8 *plain, size_t *plain_len) crypto_public_key_decrypt_pkcs1() argument [all...] |
| H A D | crypto_linux.c | 503 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() argument 523 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() argument 978 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() argument 784 aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, u8 *plain) aes_unwrap() argument 985 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) crypto_cipher_decrypt() argument [all...] |
| /base/telephony/core_service/utils/common/src/ |
| H A D | tel_aes_crypto_util.cpp | 278 uint8_t *plain = (uint8_t *)calloc(decryptDataPair.second, sizeof(uint8_t)); in AesCryptoDecryptInner() local
|
| /base/web/webview/test/unittest/pasteboard_adapter/ |
| H A D | pasteboard_client_adapter_test.cpp | 328 std::shared_ptr<std::string> plain = g_pasternull->GetPlainText(); in HWTEST_F() local
|
| /foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/ |
| H A D | lnn_huks_utils.c | 615 uint8_t *plain = (uint8_t *)SoftBusCalloc(inData->size); in LnnDecryptDataByHuks() local 691 uint8_t *plain in LnnCeDecryptDataByHuks() local [all...] |
| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/src/ |
| H A D | client_trans_tcp_direct_message.c | 445 char *plain = (char *)SoftBusCalloc(dataLen - OVERHEAD_LEN); in TransTdcProcessData() local 404 TransTdcProcessDataByFlag( uint32_t flag, int32_t seqNum, TcpDirectChannelInfo *channel, const char *plain, uint32_t plainLen) TransTdcProcessDataByFlag() argument [all...] |
| /foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/ |
| H A D | trans_tcp_direct_test.cpp | 678 const char *plain = "plain"; in HWTEST_F() local 864 const char *plain = "plain"; in HWTEST_F() local [all...] |
| /foundation/distributeddatamgr/pasteboard/framework/test/src/ |
| H A D | convert_utils_test.cpp | 372 auto plain = record->GetPlainText(); in HWTEST_F() local 399 auto plain = record->GetHtmlText(); in HWTEST_F() local 458 auto plain = record->GetPlainText(); in HWTEST_F() local
|
| /foundation/communication/dsoftbus/adapter/common/mbedtls/ |
| H A D | softbus_adapter_crypto.c | 120 MbedAesGcmDecrypt(const AesGcmCipherKey *cipherKey, const unsigned char *cipherText, uint32_t cipherTextSize, unsigned char *plain, uint32_t plainLen) MbedAesGcmDecrypt() argument
|
| /foundation/communication/dsoftbus/adapter/common/openssl/ |
| H A D | softbus_adapter_crypto.c | 174 SslAesGcmDecrypt(const AesGcmCipherKey *cipherkey, const unsigned char *cipherText, uint32_t cipherTextSize, unsigned char *plain, uint32_t plainLen) SslAesGcmDecrypt() argument
|
| /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
|
| /third_party/python/Lib/test/ |
| H A D | test_decorators.py | 432 def plain(x): function
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
| H A D | wps_enrollee.c | 210 struct wpabuf *msg, *plain; in wps_build_m5() local 349 static int wps_build_ap_settings(struct wps_data *wps, struct wpabuf *plain) in wps_build_ap_settings() argument 379 struct wpabuf *msg, *plain; wps_build_m7() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | crypto_gnutls.c | 237 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() argument 271 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() argument 481 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() argument 491 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) crypto_cipher_decrypt() argument
|
| H A D | crypto_nettle.c | 261 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() argument 292 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() argument 436 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() argument 451 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) crypto_cipher_decrypt() argument
|
| /base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/symmetric_alg_test/ |
| H A D | hks_aes_cipher_ccm_test.cpp | 707 uint8_t *plain = reinterpret_cast<uint8_t *>(HksMalloc(dataLen));
in HksAesCmcCipherTestCaseRun() local
|
| /third_party/node/deps/brotli/c/enc/ |
| H A D | metablock.c | 544 BlockSplitterLiteral plain; in BrotliBuildMetaBlockGreedyInternal() member
|
| /third_party/skia/third_party/externals/brotli/c/enc/ |
| H A D | metablock.c | 544 BlockSplitterLiteral plain; in BrotliBuildMetaBlockGreedyInternal() member
|
| /third_party/openssl/test/ |
| H A D | destest.c | 247 static unsigned char plain[24] = { variable [all...] |