Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_device.h40 int32_t AuthDeviceDecrypt(AuthHandle *authHandle, const uint8_t *inData, uint32_t inLen, uint8_t *o…
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_message.c417 if (AuthDeviceDecrypt(&authHandle, data, head->len, decData, &decDataLen) != SOFTBUS_OK) { in IsDeviceMessagePacket()
H A Dauth_device.c236 int32_t AuthDeviceDecrypt(AuthHandle *authHandle, const uint8_t *inData, uint32_t inLen, uint8_t *o… in AuthDeviceDecrypt() function
H A Dauth_interface.c554 return AuthDeviceDecrypt(authHandle, inData, inLen, outData, outLen); in AuthDecrypt()