Home
last modified time | relevance | path

Searched refs:AuthDeviceEncrypt (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_device.h38 int32_t AuthDeviceEncrypt(AuthHandle *authHandle, const uint8_t *inData, uint32_t inLen, uint8_t *o…
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_manager_test.cpp661 EXPECT_TRUE(AuthDeviceEncrypt(&authHandle, TMP_IN_DATA,
664 EXPECT_TRUE(AuthDeviceEncrypt(&authHandle, TMP_IN_DATA,
929 EXPECT_TRUE(AuthDeviceEncrypt(&authHandle, TMP_IN_DATA,
932 EXPECT_TRUE(AuthDeviceEncrypt(&authHandle, TMP_IN_DATA,
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_device.c213 int32_t AuthDeviceEncrypt(AuthHandle *authHandle, const uint8_t *inData, uint32_t inLen, uint8_t *o… in AuthDeviceEncrypt() function
H A Dauth_interface.c539 return AuthDeviceEncrypt(authHandle, inData, inLen, outData, outLen); in AuthEncrypt()