/ohos5.0/foundation/arkui/napi/jsvm/ |
H A D | build_jsvm_inter.sh | 73 binary=${stripped_binary_path} 74 echo "${binary}" 81 ${NM} -D ${binary} --format=posix --defined-only \ 83 ${NM} ${binary} --format=posix --defined-only \ 88 ${OBJCOPY} --only-keep-debug ${binary} ${debug_path} 92 ${STRIP} --strip-all --keep-section=.comment ${binary} 95 ${OBJCOPY} --add-section .gnu_debugdata=${mini_debug_path}.xz ${binary}
|
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-convert-binary-data-to-sym-key-ndk.md | 4 …cribe how to convert binary data into a symmetric key (**OH_CryptoSymKey**). That is, convert a pi… 15 1. Obtain the 3DES binary key data and encapsulate it into a [Crypto_DataBlob](../../reference/apis… 19 …/_crypto_sym_key_api.md#oh_cryptosymkeygenerator_convert) to convert the binary data into a symmet… 21 …ure-kit/_crypto_sym_key_api.md#oh_cryptosymkey_getkeydata) to obtain the binary data of the key ob… 23 - Example: Convert binary data into a 3DES key. 62 1. Obtain the HMAC binary key and encapsulate it into a [Crypto_DataBlob](../../reference/apis-cryp… 66 …/_crypto_sym_key_api.md#oh_cryptosymkeygenerator_convert) to convert the binary data into a symmet… 68 …ure-kit/_crypto_sym_key_api.md#oh_cryptosymkey_getkeydata) to obtain the binary data of the key ob… 70 - Example: Convert binary data into an HMAC key.
|
H A D | crypto-convert-binary-data-to-asym-key-pair.md | 4 …cribe how to convert binary data into an asymmetric key pair (**KeyPair**). That is, convert a pie… 20 1. Obtain the binary data of the RSA public key or private key and encapsulate the data into a **Da… 30 - Example: Convert binary data into an RSA key pair (using callback-based APIs). 48 - Example: Convert binary data into an RSA key pair (using the synchronous API [convertKeySync](../… 72 1. Obtain the binary data of the ECC public key or private key and encapsulate the data into a **Da… 80 - Example: Convert binary data into an ECC key pair (using callback-based APIs). 125 Obtain the binary data of the ECC public or private key, encapsulate the data into a **DataBlob** o… 131 …architecture-kit/js-apis-cryptoFramework.md#convertkey-3) to convert the binary data into an asymm… 145 // Obtain the binary data of the ECC asymmetric key pair. 164 1. Obtain the binary data of the SM2 public key or private key and encapsulate the data into a **Da… [all …]
|
H A D | crypto-convert-binary-data-to-sym-key.md | 4 … describe how to convert binary data into a symmetric key (**SymKey**). That is, convert a piece o… 11 1. Obtain the 3DES key binary data and encapsulate it into a **DataBlob** object. 15 …architecture-kit/js-apis-cryptoFramework.md#convertkey-1) to convert the binary data into a symmet… 17 …rypto-architecture-kit/js-apis-cryptoFramework.md#getencoded) to obtain the binary data of the key. 19 - Example: Convert binary data into a 192-bit 3DES key (using callback-based APIs). 48 …let encodedKey = key.getEncoded(); // Obtain the binary data of the symmetric key and output the d… 77 …let encodedKey = key.getEncoded(); // Obtain the binary data of the symmetric key and output the d… 86 1. Obtain the HMAC binary key and encapsulate it into a **DataBlob** object. 90 …architecture-kit/js-apis-cryptoFramework.md#convertkey-1) to convert the binary data into a symmet… 92 …rypto-architecture-kit/js-apis-cryptoFramework.md#getencoded) to obtain the binary data of the key. [all …]
|
H A D | crypto-convert-binary-data-to-asym-key-pair-ndk.md | 4 …e how to convert binary data into an asymmetric key pair (**OH_CryptoKeyPair**). That is, convert … 23 1. Obtain the binary data of the RSA public key or private key and encapsulates the data into [Cryp… 31 …crypto_asym_key_api.md#oh_cryptoasymkeygenerator_convert) to convert the binary data into an asymm… 33 - Example: Convert binary data into an RSA key pair. 75 1. Obtain the binary data of the ECC public key or private key and encapsulates the data into [Cryp… 81 …crypto_asym_key_api.md#oh_cryptoasymkeygenerator_convert) to convert the binary data into an asymm… 83 - Example: Convert binary data into an ECC key pair. 129 1. Obtain the binary data of the SM2 public key or private key and encapsulate the data into [Crypt… 135 …crypto_asym_key_api.md#oh_cryptoasymkeygenerator_convert) to convert the binary data into an asymm… 137 Example: Convert binary data into an SM2 key pair.
|
H A D | crypto-generate-asym-key-pair-randomly.md | 4 …xample to describe how to generate an asymmetric key pair (**KeyPair**) and obtain the binary data. 7 …can be used for subsequent encryption and decryption operations, and the binary data can be used f… 20 …binary data of the public key, and use [PriKey.getEncoded](../../reference/apis-crypto-architectur… 34 // Obtain the binary data of the asymmetric key pair. 56 // Obtain the binary data of the asymmetric key pair. 81 …binary data of the public key, and use [PriKey.getEncoded](../../reference/apis-crypto-architectur… 95 // Obtain the binary data of the asymmetric key pair. 117 // Obtain the binary data of the asymmetric key pair.
|
H A D | crypto-generate-sym-key-randomly.md | 4 …s AES and SM4 as an example to describe how to generate a symmetric key and obtain the binary data. 7 …can be used for subsequent encryption and decryption operations, and the binary data can be used f… 18 …rypto-architecture-kit/js-apis-cryptoFramework.md#getencoded) to obtain the binary data of the key. 31 // Obtain the binary data of the symmetric key and output a 256-bit key, which is of 32 bytes. 47 // Obtain the binary data of the symmetric key and output a 256-bit key, which is of 32 bytes. 63 …rypto-architecture-kit/js-apis-cryptoFramework.md#getencoded) to obtain the binary data of the key. 76 …// Obtain the binary data of the symmetric key and output a 128-bit byte stream, which is of 16 by… 92 …// Obtain the binary data of the symmetric key and output a 128-bit byte stream, which is of 16 by…
|
H A D | crypto-generate-asym-key-pair-randomly-ndk.md | 4 … describe how to generate an asymmetric key pair (**OH_CryptoKeyPair**) and obtain the binary data. 7 …can be used for subsequent encryption and decryption operations, and the binary data can be used f… 22 …ecture-kit/_crypto_asym_key_api.md#oh_cryptopubkey_encode) to obtain the binary data of the public… 74 …ecture-kit/_crypto_asym_key_api.md#oh_cryptopubkey_encode) to obtain the binary data of the public…
|
H A D | crypto-key-generation-conversion-overview.md | 9 - Convert external or internal binary data into a key object for subsequent encryption and decrypti… 13 - Obtain the binary data of a key object for storage or transmission.
|
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/audio_demo/ |
H A D | avcodec_audio_decoder_demo.cpp | 104 inputFile_.open(INPUT_AAC_FILE_PATH, std::ios::binary); in InitFile() 105 pcmOutputFile_.open(OUTPUT_AAC_PCM_FILE_PATH.data(), std::ios::out | std::ios::binary); in InitFile() 107 inputFile_.open(INPUT_FLAC_FILE_PATH, std::ios::binary); in InitFile() 108 pcmOutputFile_.open(OUTPUT_FLAC_PCM_FILE_PATH.data(), std::ios::out | std::ios::binary); in InitFile() 110 inputFile_.open(INPUT_MP3_FILE_PATH, std::ios::binary); in InitFile() 111 pcmOutputFile_.open(OUTPUT_MP3_PCM_FILE_PATH.data(), std::ios::out | std::ios::binary); in InitFile() 113 inputFile_.open(INPUT_VORBIS_FILE_PATH, std::ios::binary); in InitFile() 116 inputFile_.open(INPUT_AMRNB_FILE_PATH, std::ios::binary); in InitFile() 119 inputFile_.open(INPUT_AMRWB_FILE_PATH, std::ios::binary); in InitFile() 122 inputFile_.open(INPUT_OPUS_FILE_PATH, std::ios::binary); in InitFile() [all …]
|
H A D | avcodec_audio_avbuffer_decoder_demo.cpp | 103 inputFile_.open(INPUT_AAC_FILE_PATH, std::ios::binary); in InitFile() 104 pcmOutputFile_.open(OUTPUT_AAC_PCM_FILE_PATH.data(), std::ios::out | std::ios::binary); in InitFile() 106 inputFile_.open(INPUT_FLAC_FILE_PATH, std::ios::binary); in InitFile() 109 inputFile_.open(INPUT_MP3_FILE_PATH, std::ios::binary); in InitFile() 110 pcmOutputFile_.open(OUTPUT_MP3_PCM_FILE_PATH.data(), std::ios::out | std::ios::binary); in InitFile() 112 inputFile_.open(INPUT_VORBIS_FILE_PATH, std::ios::binary); in InitFile() 115 inputFile_.open(INPUT_AMRNB_FILE_PATH, std::ios::binary); in InitFile() 118 inputFile_.open(INPUT_AMRWB_FILE_PATH, std::ios::binary); in InitFile() 121 inputFile_.open(INPUT_G711MU_FILE_PATH, std::ios::binary); in InitFile() 124 inputFile_.open(INPUT_APE_FILE_PATH, std::ios::binary); in InitFile() [all …]
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/ |
H A D | hap_verify_test.cpp | 88 appFile.open(errorFile.c_str(), std::ios::binary | std::ios::out | std::ios::trunc); 99 hapFile.open(rightFile.c_str(), std::ios::binary | std::ios::out | std::ios::trunc); 112 hapFile1.open(rightFile1.c_str(), std::ios::binary | std::ios::out | std::ios::trunc); 126 hapFile2.open(invalidFile.c_str(), std::ios::binary | std::ios::out | std::ios::trunc); 148 hapFile.open(filePath.c_str(), std::ios::binary | std::ios::out | std::ios::trunc); 176 hapFile.open(filePath[i].c_str(), std::ios::binary | std::ios::out | std::ios::trunc); 202 … errorFile.open(errorfilePath[i].c_str(), std::ios::binary | std::ios::out | std::ios::trunc); 214 … errorFile.open(errorfilePath[i].c_str(), std::ios::binary | std::ios::out | std::ios::trunc); 225 … errorFile.open(errorfilePath[i].c_str(), std::ios::binary | std::ios::out | std::ios::trunc); 246 hapFile.open(filePath.c_str(), std::ios::binary | std::ios::out | std::ios::trunc);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/ |
H A D | BUILD.gn | 89 "binary/i18n/entry.json", 90 "binary/i18n/errorcode.json", 91 "binary/indexletter_bar.json", 120 "binary/i18n/entry.json", 121 "binary/i18n/errorcode.json", 122 "binary/indexletter_bar.json",
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_file_package_test.cpp | 100 ifstream file1(path1 + fileIter1->fileName, ios::out | ios::binary); in ComparePath() 102 ifstream file2(path2 + fileIter2->fileName, ios::out | ios::binary); in ComparePath() 137 ofstream file1(g_sourcePath + FILE_NAME_1, ios::out | ios::binary | ios::trunc); in SetUpTestCase() 141 ofstream file2(g_sourcePath + FILE_NAME_2, ios::out | ios::binary | ios::trunc); in SetUpTestCase() 241 ofstream file1(g_sourcePath + FILE_NAME_1, ios::out | ios::binary | ios::trunc); 245 ofstream file2(g_sourcePath + FILE_NAME_2, ios::out | ios::binary | ios::trunc); 298 fstream file(g_packageResultPath + PACKAGE_RESULT_FILE_NAME, ios::in | ios::out | ios::binary); 322 ifstream fileIn(g_packageResultPath + PACKAGE_RESULT_FILE_NAME, ios::in | ios::binary); 332 …ofstream fileOut(g_packageResultPath + PACKAGE_RESULT_FILE_NAME, ios::out | ios::binary | ios::tru…
|
/ohos5.0/base/useriam/face_auth/ |
H A D | .gitattributes | 5 *.jpg binary 6 *.png binary
|
/ohos5.0/build/toolchain/linux/ |
H A D | BUILD.gn | 91 # Output linker map files for binary size analysis. 109 # Output linker map files for binary size analysis. 120 # Output linker map files for binary size analysis. 143 # Output linker map files for binary size analysis.
|
/ohos5.0/build/rust/tests/test_rlib_cargo_crate/ |
H A D | BUILD.gn | 21 #To generate the build_script binary 38 # Exists to test the case that a single crate has both a library and a binary 44 #To generate the build_script binary
|
/ohos5.0/docs/en/release-notes/ |
H A D | OpenHarmony-1-0.md | 16 | Hi3861 solution (binary) | 1.0 | [Download](https://repo.huaweicloud.com/harmonyo… 17 | Hi3518 solution (binary) | 1.0 | [Download](https://repo.huaweicloud.com/harmonyo… 18 | Hi3516 solution (binary) | 1.0 | [Download](https://repo.huaweicloud.com/harmonyo…
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | post_proc_test.cpp | 49 fs->open("/data/local/tmp/image/test.jpg", std::fstream::binary | std::fstream::in); 86 fs->open("/data/local/tmp/image/test.jpg", std::fstream::binary | std::fstream::in); 124 fs->open("/data/local/tmp/image/test.jpg", std::fstream::binary | std::fstream::in); 162 fs->open("/data/local/tmp/image/test.jpg", std::fstream::binary | std::fstream::in); 199 fs->open("/data/local/tmp/image/test.jpg", std::fstream::binary | std::fstream::in); 238 fs->open("/data/local/tmp/image/test.jpg", std::fstream::binary | std::fstream::in); 277 fs->open("/data/local/tmp/image/test.jpg", std::fstream::binary | std::fstream::in); 316 fs->open("/data/local/tmp/image/test.jpg", std::fstream::binary | std::fstream::in); 438 fs->open("/data/local/tmp/image/test.jpg", std::fstream::binary | std::fstream::in); 482 fs->open("/data/local/tmp/image/test.jpg", std::fstream::binary | std::fstream::in); [all …]
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/aes_cipher/ |
H A D | aes_common.cpp | 100 ofstream outfile(fileName, ios::out|ios::binary|ios::app); in GeneratorFile() 120 infile1.open("/data/test_aes.txt", ios::in|ios::binary); in CompareFileContent() 125 infile2.open("/data/test_aes_new.txt", ios::in|ios::binary); in CompareFileContent() 153 infile.open("/data/test_aes.txt", ios::in|ios::binary); in AesMultiBlockEncrypt() 158 outfile.open("/data/test_aes_enc.txt", ios::out|ios::binary); in AesMultiBlockEncrypt() 207 infile.open("/data/test_aes_enc.txt", ios::in|ios::binary); in AesMultiBlockDecrypt() 212 outfile.open("/data/test_aes_new.txt", ios::out|ios::binary); in AesMultiBlockDecrypt()
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | buffer.md | 3 … read, written, and modified, aiming to provide efficient interfaces for binary data processing. E… 17 1. Big data transmission: When a large amount of data needs to be transmitted, such as binary files… 21 3. Binary data operation: The buffer provides stable interfaces for parsing and operating binary da…
|
/ohos5.0/foundation/multimedia/drm_framework/services/utils/ |
H A D | drm_dfx_utils.cpp | 63 for (uint8_t binary : binaryData) { in CastToHexString() local 65 … stream << std::hex << std::setw(minimumDigit) << std::setfill('0') << static_cast<int>(binary); in CastToHexString()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | package_file.cpp | 70 ifstream fileHandle(file, ios::in | ios::binary); in GetChecksum() 332 ifstream file(fileName, ios::in | ios::binary); in PackFileContent() 372 ofstream file(fileName, ios::out | ios::binary); in UnpackFileContent() 391 ofstream targetHandle(targetFile, ios::in | ios::out | ios::binary); in WriteChecksum() 445 ifstream sourceHandle(sourceFile, ios::in | ios::binary); in GetPackageVersion() 485 ofstream targetHandle(targetFile, ios::out | ios::binary); in ExePackage() 530 ifstream sourceHandle(sourceFile, ios::in | ios::binary); in UnpackFile()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/photo_editor_extension_ability/ |
H A D | photo_editor_extension_context.cpp | 59 panelFile.open(panelPhysicalPath, std::ios::binary); in SaveEditedContent() 122 sourceFile.open(imagePath, std::ios::binary); in CopyImageToPanel() 139 panelFile.open(panelPhysicalPath, std::ios::binary); in CopyImageToPanel()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/ |
H A D | std_file.cpp | 59 return std::ios_base::binary | std::ios_base::in; in OpenFileAccessMode() 61 return std::ios_base::binary | std::ios_base::out | std::ios_base::in; in OpenFileAccessMode() 75 … return std::ios_base::binary | std::ios_base::out | std::ios_base::in | std::ios_base::trunc; in CreateFileAccessMode()
|