Searched refs:AuthDeviceEncrypt (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_device.h | 38 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 D | auth_manager_test.cpp | 661 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 D | auth_device.c | 213 int32_t AuthDeviceEncrypt(AuthHandle *authHandle, const uint8_t *inData, uint32_t inLen, uint8_t *o… in AuthDeviceEncrypt() function
|
H A D | auth_interface.c | 539 return AuthDeviceEncrypt(authHandle, inData, inLen, outData, outLen); in AuthEncrypt()
|