/drivers/peripheral/user_auth/hdi_service/adaptor/inc/ |
H A D | buffer.h | 37 Buffer *CopyBuffer(const Buffer *buffer);
|
/drivers/peripheral/pin_auth/hdi_service/adaptor/inc/ |
H A D | buffer.h | 40 Buffer *CopyBuffer(const Buffer *buffer);
|
/drivers/peripheral/clearplay/hdi_service/include/drm/v1_0/ |
H A D | media_decrypt_module_service.h | 44 int32_t CopyBuffer(uint8_t* srcBuffer, uint8_t* dstBuffer, const std::vector<SubSample>& subSamples);
|
/drivers/peripheral/camera/vdi_base/usb_camera/pipeline_core/src/node/ |
H A D | face_node.h | 56 RetCode CopyBuffer(uint8_t *sourceBuffer, std::shared_ptr<IBuffer>& outPutBuffer, int32_t dataSize);
|
H A D | face_node.cpp | 184 RetCode FaceNode::CopyBuffer(uint8_t *sourceBuffer, std::shared_ptr<IBuffer>& outPutBuffer, int32_t dataSize) in CopyBuffer() function in OHOS::Camera::FaceNode 188 CameraHalHisysevent::CreateMsg("streamId:%d CopyBuffer failed", outPutBuffer->GetStreamId())); in CopyBuffer()
|
/drivers/peripheral/user_auth/hdi_service/idm/src/ |
H A D | idm_session.c | 283 g_cacheRootSecret = CopyBuffer(rootSecret); in CacheRootSecret() 302 return CopyBuffer(g_cacheRootSecret); in GetCacheRootSecret()
|
H A D | user_idm_funcs.c | 298 *rootSecret = CopyBuffer(executorResultInfo->rootSecret); in ProcessAddPinCredential() 488 output->rootSecret = CopyBuffer(rootSecret); in GetUpdateCredentialOutput()
|
/drivers/peripheral/clearplay/hdi_service/src/ |
H A D | media_decrypt_module_service.cpp | 99 ret = CopyBuffer(srcData, destData, cryptoInfo.subSamples); in DecryptMediaData() 222 int32_t MediaDecryptModuleService::CopyBuffer(uint8_t *srcBuffer, uint8_t *destBuffer, in CopyBuffer() function in OHOS::HDI::Drm::V1_0::MediaDecryptModuleService
|
/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/ |
H A D | adaptor_algorithm_test.cpp | 59 keyPair2.priKey = CopyBuffer(data); in HWTEST_F() 67 keyPair3.pubKey = CopyBuffer(data); in HWTEST_F()
|
H A D | buffer_test.cpp | 176 * @tc.name: CopyBuffer test 177 * @tc.desc: verify CopyBuffer 185 Buffer *result = CopyBuffer(buffer0); in HWTEST_F() 190 result = CopyBuffer(buffer2); in HWTEST_F()
|
/drivers/peripheral/user_auth/test/unittest/base_test/src/ |
H A D | buffer_test.cpp | 158 * @tc.name: CopyBuffer test 159 * @tc.desc: verify CopyBuffer 167 Buffer *result = CopyBuffer(buffer0); in HWTEST_F() 172 result = CopyBuffer(buffer2); in HWTEST_F()
|
H A D | adaptor_algorithm_test.cpp | 58 keyPair2.priKey = CopyBuffer(data); in HWTEST_F() 66 keyPair3.pubKey = CopyBuffer(data); in HWTEST_F()
|
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/ |
H A D | buffer.c | 147 Buffer *CopyBuffer(const Buffer *buffer) in CopyBuffer() function
|
H A D | adaptor_algorithm.c | 297 return CopyBuffer(secret); in DeriveDeviceKey()
|
/drivers/peripheral/user_auth/hdi_service/adaptor/src/ |
H A D | buffer.c | 133 Buffer *CopyBuffer(const Buffer *buffer) in CopyBuffer() function
|
/drivers/peripheral/user_auth/hdi_service/user_auth/src/ |
H A D | user_auth_funcs.c | 137 result->rootSecret = CopyBuffer(info->rootSecret); in HandleAuthSuccessResult()
|