Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/
H A Dexpand_sub_session.c119 static int32_t DecryptMsg(ExpandSubSessionImpl *impl, Uint8Buff *encData, Uint8Buff *returnRawData) in DecryptMsg() function
175 res = DecryptMsg(impl, &recvEncData, &recvRawData); in GetRecvCmdList()