Home
last modified time | relevance | path

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

12

/base/security/device_auth/frameworks/deviceauth_lite/source/auth_info/
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
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
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()
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
/base/security/asset/test/unittest/module_test/src/
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
168 uint8_t plain[6 + TAG_SIZE + NONCE_SIZE] = { 0 }; variable
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/asymmetric_alg_test/
Dhks_rsa_cipher_part6_test.cpp379 uint8_t plain[RSA_COMMON_SIZE] = { 0 }; variable
424 uint8_t plain[RSA_COMMON_SIZE] = { 0 }; variable
468 uint8_t plain[RSA_COMMON_SIZE] = { 0 }; variable
625 uint8_t plain[RSA_COMMON_SIZE] = { 0 }; variable
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
Dhks_rsa_cipher_test_common.cpp137 uint8_t plain[Unittest::RsaCipher::RSA_COMMON_SIZE] = {0}; in HksRsaCipherTestCase() local
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/symmetric_alg_test/
Dhks_3des_cipher_part1_test.cpp466 uint8_t plain[DES3_COMMON_SIZE] = { 0 }; variable
511 uint8_t plain[DES3_COMMON_SIZE] = { 0 }; variable
556 uint8_t plain[DES3_COMMON_SIZE] = { 0 }; variable
601 uint8_t plain[DES3_COMMON_SIZE] = { 0 }; variable
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
Dhks_des_cipher_part1_test.cpp356 uint8_t plain[DES_COMMON_SIZE] = { 0 }; variable
401 uint8_t plain[DES_COMMON_SIZE] = { 0 }; variable
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
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
Dhks_cross_test.cpp82 uint8_t plain[CROSS_COMMON_SIZE] = {0}; variable
125 uint8_t plain[CROSS_COMMON_SIZE] = {0}; variable
172 uint8_t plain[CROSS_COMMON_SIZE] = {0}; variable
220 uint8_t plain[CROSS_COMMON_SIZE] = {0}; variable
Dhks_change_storage_level_part1_test.cpp205 uint8_t plain[AES_COMMON_SIZE] = { 0 }; variable
/base/security/huks/frameworks/crypto_lite/cipher/src/
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()
/base/web/webview/ohos_adapter/keystore_adapter/src/
Dkeystore_adapter_impl.cpp196 uint8_t plain[AES_COMMON_SIZE] = {0}; in DecryptKey() local
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
Dark_paste_data_record_adapter_impl.cpp35 std::shared_ptr<std::string>* plain = static_cast<std::shared_ptr<std::string>*>(plainText); in NewRecord() local
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
Dhks_wrap_key_test.cpp370 uint8_t plain[AES_COMMON_SIZE] = {0}; variable
/base/telephony/core_service/test/unittest/esim_gtest/utils/common/src/
Dtel_aes_crypto_util.cpp278 uint8_t *plain = (uint8_t *)calloc(decryptDataPair.second, sizeof(uint8_t)); in AesCryptoDecryptInner() local
/base/telephony/core_service/utils/common/src/
Dtel_aes_crypto_util.cpp278 uint8_t *plain = (uint8_t *)calloc(decryptDataPair.second, sizeof(uint8_t)); in AesCryptoDecryptInner() local
/base/security/asset/services/crypto_manager/src/
Dcrypto.rs145 let mut plain: Vec<u8> = vec![0; cipher.len() - TAG_SIZE - NONCE_SIZE]; in decrypt() localVariable
/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
Dsts_client.c369 struct uint8_buff plain = {request_sign.signature, request_sign.length, request_sign.length}; in build_end_request_data() local
/base/tee/tee_os_framework/test/xts/ta/test_crypto_api/src/monad/
Dmonad_actions.c52 ProcessInOutData *plain, in SetupPlainCipherDecryptedData()
71 ProcessInOutData *plain, in TearDownPlainCipherDecryptedData()
/base/web/webview/test/unittest/pasteboard_adapter/
Dpasteboard_client_adapter_test.cpp330 std::shared_ptr<std::string> plain = g_pasternull->GetPlainText(); variable
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
Dhuks_adapter.c506 static int32_t AesGcmEncrypt(const KeyParams *keyParams, const Uint8Buff *plain, const GcmParam *en… in AesGcmEncrypt()

12