Home
last modified time | relevance | path

Searched defs:inBuf (Results 1 - 21 of 21) sorted by relevance

/foundation/multimedia/av_codec/test/unittest/video_test/drm_decryptor_test/
H A Dcodec_drm_decrypt_mock.cpp28 int32_t CodecDrmDecryptorMock::DrmVideoCencDecrypt(std::shared_ptr<AVBuffer> &inBuf, std::shared_ptr<AVBuffer> &outBuf, in DrmVideoCencDecrypt() argument
35 int32_t CodecDrmDecryptorMock::DrmAudioCencDecrypt(std::shared_ptr<AVBuffer> &inBuf, std::shared_ptr<AVBuffer> &outBuf, in DrmAudioCencDecrypt() argument
/foundation/multimedia/av_codec/test/unittest/avcenc_info_test/
H A Dcenc_info_capi_unit_test.cpp400 std::shared_ptr<AVBuffer> inBuf = AVBuffer::CreateAVBuffer(avAllocator, static_cast<int32_t>(DRM_KEY_ID_SIZE)); in HWTEST_F() local
444 std::shared_ptr<AVBuffer> inBuf = AVBuffer::CreateAVBuffer(avAllocator, static_cast<int32_t>(DRM_KEY_ID_SIZE)); in HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_link_conflict/
H A Dlnn_lane_link_conflict_deps_mock.cpp40 ActionOfConvertBytesToHexString(char *outBuf, uint32_t outBufLen, const unsigned char *inBuf, uint32_t inLen) ActionOfConvertBytesToHexString() argument
72 ConvertBytesToHexString(char *outBuf, uint32_t outBufLen, const unsigned char *inBuf, uint32_t inLen) ConvertBytesToHexString() argument
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_distributed_hardware_load.cpp115 const char *inBuf = nullptr; in HWTEST_F() local
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_data_cloud_sync_deps_mock.cpp89 int32_t ConvertHexStringToBytes(unsigned char *outBuf, uint32_t outBufLen, const char *inBuf, uint32_t inLen) in ConvertHexStringToBytes() argument
/foundation/communication/dsoftbus/tests/core/common/utils/unittest/
H A Dsoftbus_utils_test.cpp134 const char *inBuf = "41424344"; in HWTEST_F() local
179 const char *inBuf = "41424344"; HWTEST_F() local
200 const unsigned char inBuf[5] = "ABCD"; HWTEST_F() local
229 unsigned char inBuf[5] = "abcd"; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator.cpp147 void Communicator::OnBufferReceive(const std::string &srcTarget, const SerialBuffer *inBuf) in OnBufferReceive() argument
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_openssl.c166 uint32_t AesGcmEncrypt(const uint8_t *inBuf, uint32_t inLen, CryptPara *cryptPara, uint8_t *outBuf, in AesGcmEncrypt() argument
195 uint32_t AesGcmDecrypt(uint8_t *inBuf, uint32_t inLen, CryptPara *cryptPara, uint8_t *outBuf, in AesGcmDecrypt() argument
309 uint32_t AesGcmEncrypt(const uint8_t *inBuf, uint32_t inLen, CryptPara *cryptPara, uint8_t *outBuf, in AesGcmEncrypt() argument
321 uint32_t AesGcmDecrypt(uint8_t *inBuf, uint32_ argument
[all...]
H A Dnstackx_mbedtls.c90 static uint32_t MbedAesGcmEncrypt(const CryptPara *cryptPara, const uint8_t *inBuf, in MbedAesGcmEncrypt() argument
131 static uint32_t MbedChaChaEncrypt(const CryptPara *cryptPara, const uint8_t *inBuf, in MbedChaChaEncrypt() argument
165 uint32_t AesGcmEncrypt(const uint8_t *inBuf, uint32_t inLen, CryptPara *cryptPara, uint8_t *outBuf, in AesGcmEncrypt() argument
183 static uint32_t MbedAesGcmDecrypt(const CryptPara *cryptPara, uint8_t *inBuf, uint32_t inLen, in MbedAesGcmDecrypt() argument
215 MbedChaChaDecrypt(const CryptPara *cryptPara, uint8_t *inBuf, uint32_t inLen, uint8_t *outBuf, uint32_t outLen) MbedChaChaDecrypt() argument
240 AesGcmDecrypt(uint8_t *inBuf, uint32_t inLen, CryptPara *cryptPara, uint8_t *outBuf, uint32_t outLen) AesGcmDecrypt() argument
[all...]
/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_server.h52 std::shared_ptr<AVBuffer> inBuf; member
/foundation/multimedia/av_codec/test/fuzztest/avcencinfo_fuzzer/
H A Davcencinfo_fuzzer.cpp278 std::shared_ptr<AVBuffer> inBuf = AVBuffer::CreateAVBuffer(avAllocator, static_cast<int32_t>(DRM_KEY_ID_SIZE)); in CencInfoSetAVBuffer() local
336 std::shared_ptr<AVBuffer> inBuf = AVBuffer::CreateAVBuffer(avAllocator, static_cast<int32_t>(DRM_KEY_ID_SIZE)); in CencInfoSetAVBufferFuzzTest() local
[all...]
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/
H A Dcodec_drm_decrypt_mock.cpp66 void CodecDrmDecrypt::DrmModifyCencInfo(std::shared_ptr<AVBuffer> inBuf, uint32_t &dataSize, uint8_t isAmbiguity, in DrmModifyCencInfo() argument
177 void CodecDrmDecrypt::DrmGetCencInfo(std::shared_ptr<AVBuffer> inBuf, uint32_t dataSize, uint8_t &isAmbiguity, in DrmGetCencInfo() argument
186 int32_t CodecDrmDecrypt::DrmVideoCencDecrypt(std::shared_ptr<AVBuffer> &inBuf, std::shared_ptr<AVBuffer> &outBuf, in DrmVideoCencDecrypt() argument
195 int32_t CodecDrmDecrypt::DrmAudioCencDecrypt(std::shared_ptr<AVBuffer> &inBuf, std::shared_ptr<AVBuffer> &outBuf, in DrmAudioCencDecrypt() argument
220 int32_t CodecDrmDecrypt::SetDrmBuffer(const std::shared_ptr<AVBuffer> &inBuf, const std::shared_ptr<AVBuffer> &outBuf, in SetDrmBuffer() argument
231 DecryptMediaData(const MetaDrmCencInfo *const cencInfo, std::shared_ptr<AVBuffer> &inBuf, std::shared_ptr<AVBuffer> &outBuf) DecryptMediaData() argument
[all...]
/foundation/communication/dsoftbus/core/adapter/bus_center/src/
H A Dbus_center_adapter.c49 const char *inBuf; member
97 static int32_t SoftBusConvertDeviceType(const char *inBuf, char *outBuf, uint32_t outLen) in SoftBusConvertDeviceType() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dparcel.cpp27 Parcel::Parcel(uint8_t *inBuf, uint32_t len) in Parcel() argument
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_decision_db_deps_mock.cpp154 ConvertBytesToHexString(char *outBuf, uint32_t outBufLen, const unsigned char *inBuf, uint32_t inLen) ConvertBytesToHexString() argument
/foundation/distributedhardware/device_manager/utils/src/crypto/
H A Ddm_crypto.cpp66 int32_t ConvertBytesToHexString(char *outBuf, uint32_t outBufLen, const unsigned char *inBuf, in ConvertBytesToHexString() argument
126 int32_t Crypto::ConvertHexStringToBytes(unsigned char *outBuf, uint32_t outBufLen, const char *inBuf, in ConvertHexStringToBytes() argument
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_parser.cpp334 char* inBuf = const_cast<char*>(str.c_str()); in ToUtf8() local
/foundation/communication/dsoftbus/core/common/utils/
H A Dsoftbus_utils.c155 int32_t ConvertBytesToUpperCaseHexString(char *outBuf, uint32_t outBufLen, const unsigned char * inBuf, in ConvertBytesToUpperCaseHexString() argument
182 int32_t ConvertHexStringToBytes(unsigned char *outBuf, uint32_t outBufLen, const char *inBuf, in ConvertHexStringToBytes() argument
225 ConvertBytesToHexString(char *outBuf, uint32_t outBufLen, const unsigned char *inBuf, uint32_t inLen) ConvertBytesToHexString() argument
[all...]
/foundation/multimedia/av_codec/services/drm_decryptor/
H A Dcodec_drm_decrypt.cpp199 void CodecDrmDecrypt::DrmModifyCencInfo(std::shared_ptr<AVBuffer> inBuf, uint32_t &dataSize, uint8_t isAmbiguity, in DrmModifyCencInfo() argument
538 void CodecDrmDecrypt::DrmGetCencInfo(std::shared_ptr<AVBuffer> inBuf, uint32_t dataSize, uint8_t &isAmbiguity, in DrmGetCencInfo() argument
555 int32_t CodecDrmDecrypt::DrmVideoCencDecrypt(std::shared_ptr<AVBuffer> &inBuf, std::shared_ptr<AVBuffer> &outBuf, in DrmVideoCencDecrypt() argument
599 DrmAudioCencDecrypt(std::shared_ptr<AVBuffer> &inBuf, std::shared_ptr<AVBuffer> &outBuf, uint32_t &dataSize) DrmAudioCencDecrypt() argument
688 SetDrmBuffer(const std::shared_ptr<AVBuffer> &inBuf, const std::shared_ptr<AVBuffer> &outBuf, DrmBuffer &inDrmBuffer, DrmBuffer &outDrmBuffer) SetDrmBuffer() argument
717 DecryptMediaData(const MetaDrmCencInfo * const cencInfo, std::shared_ptr<AVBuffer> &inBuf, std::shared_ptr<AVBuffer> &outBuf) DecryptMediaData() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp923 void *inBuf = nullptr; in ScalePixelMapEx() local
[all...]
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp909 static void HasCache(fuse_req_t req, fuse_ino_t ino, const void *inBuf) in HasCache() argument
997 CloudIoctl(fuse_req_t req, fuse_ino_t ino, int cmd, void *arg, struct fuse_file_info *fi, unsigned flags, const void *inBuf, size_t inBufsz, size_t outBufsz) CloudIoctl() argument

Completed in 16 milliseconds