Home
last modified time | relevance | path

Searched defs:plain (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/auth_info/
H A Dremove_auth_info_client.c76 struct uint8_buff plain = { NULL, 0, 0 }; in build_remove_request_data() local
125 struct uint8_buff plain = { 0, 0, 0 }; in parse_remove_response_data() local
H A Dremove_auth_info.c78 struct uint8_buff plain = { 0, 0, 0 }; in parse_remove_request_data() local
101 struct uint8_buff plain = { in build_remove_response_data() local
H A Dauth_info.c75 int32_t encrypt_payload(const struct var_buffer *key, const struct uint8_buff *plain, in encrypt_payload()
94 const char *aad, struct uint8_buff *plain) in decrypt_payload()
H A Dexchange_auth_info_client.c99 struct uint8_buff plain = { 0, 0, 0 }; in parse_exchange_response_data() local
153 struct uint8_buff plain; in build_exchange_request() local
/ohos5.0/base/security/asset/test/unittest/module_test/src/
H A Dhuks_wrapper_test.cpp107 uint8_t plain[6 + TAG_SIZE + NONCE_SIZE] = { 0 }; variable
132 uint8_t plain[6 + TAG_SIZE + NONCE_SIZE] = { 0 }; variable
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_sm4_cipher_test_common.cpp96 uint8_t plain[SM4_COMMON_SIZE] = {0}; in HksSm4CipherTestCaseOther() local
160 uint8_t plain[SM4_COMMON_SIZE] = {0}; in HksSm4CipherTestCaseGcm() local
H A Dhks_cross_test.cpp81 uint8_t plain[CROSS_COMMON_SIZE] = {0}; variable
124 uint8_t plain[CROSS_COMMON_SIZE] = {0}; variable
171 uint8_t plain[CROSS_COMMON_SIZE] = {0}; variable
219 uint8_t plain[CROSS_COMMON_SIZE] = {0}; variable
H A Dhks_change_storage_level_test.cpp298 uint8_t plain[AES_COMMON_SIZE] = { 0 }; variable
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/symmetric_alg_test/
H A Dhks_aes_cipher_test_common.cpp181 uint8_t plain[AES_COMMON_SIZE] = {0}; in HksAesCipherTestCaseOther() local
237 uint8_t plain[AES_COMMON_SIZE] = {0}; in HksAesCipherTestCaseGcm2() local
300 uint8_t plain[AES_COMMON_SIZE] = {0}; in HksAesCipherTestCaseGcm3() local
378 uint8_t plain[AES_COMMON_SIZE] = {0}; in HksAesCipherTestCaseGcm4() local
/ohos5.0/base/security/huks/frameworks/crypto_lite/cipher/src/
H A Dcipher_rsa.c322 static int32_t RsaEncrypt(RsaKeyData *key, const RsaData *plain, RsaData *cipher) in RsaEncrypt()
385 …c int32_t RsaPkcs1Decrypt(mbedtls_rsa_context *rsa, size_t rsaLen, RsaData *cipher, RsaData *plain) in RsaPkcs1Decrypt()
440 static int32_t RsaDecrypt(RsaKeyData *key, RsaData *cipher, RsaData *plain) in RsaDecrypt()
/ohos5.0/base/web/webview/ohos_adapter/keystore_adapter/src/
H A Dkeystore_adapter_impl.cpp195 uint8_t plain[AES_COMMON_SIZE] = {0}; in DecryptKey() local
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dconvert_utils_test.cpp373 auto plain = record->GetPlainText(); variable
400 auto plain = record->GetHtmlText(); variable
459 auto plain = record->GetPlainText(); variable
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_paste_data_record_adapter_impl.cpp35 std::shared_ptr<std::string>* plain = static_cast<std::shared_ptr<std::string>*>(plainText); in NewRecord() local
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_huks_utils.c615 uint8_t *plain = (uint8_t *)SoftBusCalloc(inData->size); in LnnDecryptDataByHuks() local
691 uint8_t *plain = (uint8_t *)SoftBusCalloc(inData->size); in LnnCeDecryptDataByHuks() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/
H A Daccount_delegate_normal_impl.cpp181 int64_t plain; in Sha256AccountId() local
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/asymmetric_alg_test/
H A Dhks_rsa_cipher_test_common.cpp137 uint8_t plain[Unittest::RsaCipher::RSA_COMMON_SIZE] = {0}; in HksRsaCipherTestCase() local
H A Dhks_sm2_cipher_test.cpp466 uint8_t plain[SM2_COMMON_SIZE] = {0}; in HksSm2CipherTestRun() local
671 uint8_t plain[SM2_COMMON_SIZE] = {0}; in HksSm2CipherTestRunByNdk() local
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/
H A Dtrans_tcp_direct_test.cpp678 const char *plain = "plain"; variable
864 const char *plain = "plain"; variable
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/src/
H A Dclient_trans_tcp_direct_message.c405 …uint32_t flag, int32_t seqNum, TcpDirectChannelInfo *channel, const char *plain, uint32_t plainLen) in TransTdcProcessDataByFlag()
445 char *plain = (char *)SoftBusCalloc(dataLen - OVERHEAD_LEN); in TransTdcProcessData() local
/ohos5.0/base/security/asset/services/crypto_manager/src/
H A Dcrypto.rs145 let mut plain: Vec<u8> = vec![0; cipher.len() - TAG_SIZE - NONCE_SIZE]; in decrypt() localVariable
/ohos5.0/base/telephony/core_service/utils/common/src/
H A Dtel_aes_crypto_util.cpp278 uint8_t *plain = (uint8_t *)calloc(decryptDataPair.second, sizeof(uint8_t)); in AesCryptoDecryptInner() local
/ohos5.0/foundation/communication/dsoftbus/adapter/common/mbedtls/
H A Dsoftbus_adapter_crypto.c121 uint32_t cipherTextSize, unsigned char *plain, uint32_t plainLen) in MbedAesGcmDecrypt()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A Dsts_client.c369 struct uint8_buff plain = {request_sign.signature, request_sign.length, request_sign.length}; in build_end_request_data() local
/ohos5.0/foundation/communication/dsoftbus/adapter/common/openssl/
H A Dsoftbus_adapter_crypto.c171 uint32_t cipherTextSize, unsigned char *plain, uint32_t plainLen) in SslAesGcmDecrypt()
/ohos5.0/base/web/webview/test/unittest/pasteboard_adapter/
H A Dpasteboard_client_adapter_test.cpp328 std::shared_ptr<std::string> plain = g_pasternull->GetPlainText(); variable

12