/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/ |
H A D | adaptor_algorithm_test.cpp | 72 DestroyBuffer(data); 111 DestroyBuffer(data); 149 DestroyBuffer(data); 221 DestroyBuffer(tag); 245 DestroyBuffer(key); 246 DestroyBuffer(pinData); 247 DestroyBuffer(secret); 269 DestroyBuffer(salt); 271 DestroyBuffer(key); 289 DestroyBuffer(data); [all …]
|
H A D | buffer_test.cpp | 70 DestroyBuffer(buffer3); 111 DestroyBuffer(buffer5); 112 DestroyBuffer(data); 139 DestroyBuffer(data); 154 DestroyBuffer(buffer1); 165 DestroyBuffer(buffer2); 171 DestroyBuffer(buffer3); 172 DestroyBuffer(data); 193 DestroyBuffer(result); 266 DestroyBuffer(res); [all …]
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/ |
H A D | verifier_func.c | 96 DestroyBuffer(g_fwkPubKey); in DoSetVerifierFwkParam() 113 DestroyBuffer(g_verifierSchedule->salt); in DestroyVerifierSchedule() 207 DestroyBuffer(algoParam); in SetVerifyAckDataPinParam() 212 DestroyBuffer(algoParam); in SetVerifyAckDataPinParam() 215 DestroyBuffer(algoParam); in SetVerifyAckDataPinParam() 389 DestroyBuffer(aesGcmParam->key); in DestroyAesGcmParam() 391 DestroyBuffer(aesGcmParam->iv); in DestroyAesGcmParam() 393 DestroyBuffer(aesGcmParam->aad); in DestroyAesGcmParam() 450 DestroyBuffer(cipherText); in GetPinData() 451 DestroyBuffer(tag); in GetPinData() [all …]
|
H A D | collector_func.c | 94 DestroyBuffer(g_fwkPubKey); in DoSetCollectorFwkParam() 108 DestroyBuffer(g_collectorSchedule->selfUdid); in DestroyCollectorSchedule() 109 DestroyBuffer(g_collectorSchedule->peerUdid); in DestroyCollectorSchedule() 110 DestroyBuffer(g_collectorSchedule->peerPubKey); in DestroyCollectorSchedule() 111 DestroyBuffer(g_collectorSchedule->challenge); in DestroyCollectorSchedule() 112 DestroyBuffer(g_collectorSchedule->salt); in DestroyCollectorSchedule() 309 DestroyBuffer(aesGcmParam->key); in DestroyAesGcmParam() 311 DestroyBuffer(aesGcmParam->iv); in DestroyAesGcmParam() 313 DestroyBuffer(aesGcmParam->aad); in DestroyAesGcmParam() 380 DestroyBuffer(cipherText); in SetEncryptParam() [all …]
|
H A D | executor_func_common.c | 64 DestroyBuffer(buffer); in GetBufferFromAttributeBase() 152 DestroyBuffer(sign); in GetRootMsg() 219 DestroyBuffer(root); in GetRootAttributeFromTlv() 258 DestroyBuffer(dataBuf); in VerifyAndGetDataAttribute() 259 DestroyBuffer(signBuf); in VerifyAndGetDataAttribute() 264 DestroyBuffer(signBuf); in VerifyAndGetDataAttribute() 267 DestroyBuffer(dataBuf); in VerifyAndGetDataAttribute() 276 DestroyBuffer(dataBuf); in VerifyAndGetDataAttribute()
|
H A D | all_in_one_func.c | 65 DestroyBuffer(rootSecret); in DoEnrollPin() 74 DestroyBuffer(rootSecret); in DoEnrollPin() 138 DestroyBuffer(rootSecret); in DoAuthPin() 201 DestroyBuffer(g_fwkPubKey); in DoSetAllInOneFwkParam()
|
H A D | pin_auth.cpp | 144 DestroyBuffer(retTlv); in EnrollPin() 241 DestroyBuffer(retTlv); in AuthPin()
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/ |
H A D | pin_db.c | 423 DestroyBuffer(expandData); in GenerateRootSecret() 424 DestroyBuffer(hkdfSalt); in GenerateRootSecret() 436 DestroyBuffer(rootSecret); in GenerateRootSecret() 525 DestroyBuffer(param.iv); in GetPinCiperInfo() 527 DestroyBuffer(tag); in GetPinCiperInfo() 564 DestroyBuffer(key); in ProcessAddPin() 626 DestroyBuffer(deviceKey); in AddPin() 627 DestroyBuffer(secret); in AddPin() 934 DestroyBuffer(param.key); in GenerateDecodeCredential() 983 DestroyBuffer(deviceKey); in ProcessAuthPin() [all …]
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/adaptor/src/ |
H A D | adaptor_algorithm.c | 168 DestroyBuffer(*sign); in Ed25519Sign() 248 DestroyBuffer(*hmac); in HmacSha256() 269 DestroyBuffer(*hmac); in HmacSha512() 326 DestroyBuffer(key); in Hkdf() 348 DestroyBuffer(result); in Sha256Adaptor() 373 DestroyBuffer(keyData); in GetDistributeKey() 380 DestroyBuffer(keyData); in GetDistributeKey() 385 DestroyBuffer(keyData); in GetDistributeKey() 486 DestroyBuffer(*ciphertext); in DoAesEncrypt() 488 DestroyBuffer(*tag); in DoAesEncrypt() [all …]
|
H A D | buffer.c | 106 DestroyBuffer(buffer); in CreateBufferByData() 131 void DestroyBuffer(Buffer *buffer) in DestroyBuffer() function 169 DestroyBuffer(copyBuffer); in CopyBuffer()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/src/ |
H A D | native_buffer.cpp | 30 DestroyBuffer(); in ~NativeBuffer() 57 DestroyBuffer(); in operator =() 67 DestroyBuffer(); in operator =() 142 DestroyBuffer(); in SetBufferHandle() 148 void NativeBuffer::DestroyBuffer() in DestroyBuffer() function in OHOS::HDI::Base::NativeBuffer 226 DestroyBuffer(); in ExtractFromParcel() 233 DestroyBuffer(); in ExtractFromParcel()
|
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/ |
H A D | pin_db_test.cpp | 103 DestroyBuffer(outRootSecret); 104 DestroyBuffer(pinData); 131 DestroyBuffer(outRootSecret); 180 DestroyBuffer(outRootSecret); 223 DestroyBuffer(outRootSecret); 263 DestroyBuffer(outRootSecret); 303 DestroyBuffer(outRootSecret);
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/ |
H A D | buffer_pool.cpp | 30 DestroyBuffer(); in ~BufferPool() 106 RetCode BufferPool::DestroyBuffer() in DestroyBuffer() function in OHOS::Camera::BufferPool 264 DestroyBuffer(); in ClearBuffers()
|
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/main/src/ |
H A D | all_in_one_func_test.cpp | 72 DestroyBuffer(retTlv); 105 DestroyBuffer(retTlv);
|
H A D | pin_auth_test.cpp | 302 DestroyBuffer(fwkExtraInfo);
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/adaptor/inc/ |
H A D | buffer.h | 39 void DestroyBuffer(Buffer *buffer);
|
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/common/src/ |
H A D | common_impl.c | 50 DestroyBuffer(msg); in GetAuthFwkExtraInfo()
|
/ohos5.0/drivers/hdf_core/interfaces/inner_api/hdi/base/ |
H A D | native_buffer.h | 145 void DestroyBuffer();
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/custom/ |
H A D | lume_custom_render.cpp | 99 void LumeCustomRender::DestroyBuffer() in DestroyBuffer() function in OHOS::Render3D::LumeCustomRender 166 DestroyBuffer(); in DestroyRes()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/include/ |
H A D | buffer_pool.h | 52 RetCode DestroyBuffer();
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | gpu_memory_allocator_vk.h | 75 void DestroyBuffer(VkBuffer buffer, VmaAllocation allocation); in RENDER_BEGIN_NAMESPACE()
|
H A D | gpu_buffer_vk.cpp | 175 gpuMemAllocator->DestroyBuffer(plat_.buffer, mem_.allocation); in ~GpuBufferVk()
|
H A D | gpu_memory_allocator_vk.cpp | 273 void PlatformGpuMemoryAllocator::DestroyBuffer(VkBuffer buffer, VmaAllocation allocation) in DestroyBuffer() function in PlatformGpuMemoryAllocator
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/custom/ |
H A D | lume_custom_render.h | 90 void DestroyBuffer();
|
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/service/src/ |
H A D | all_in_one_impl_test.cpp | 156 DestroyBuffer(fwkExtraInfo);
|