Home
last modified time | relevance | path

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

/base/security/device_auth/services/key_agree_sdk/inc/
Dkey_agree_session.h88 …int32_t (*processSession)(struct SpekeSessionT *spekeSession, const KeyAgreeBlob *in, KeyAgreeBlob… member
/base/security/device_auth/services/key_agree_sdk/src/
Dkey_agree_sdk.c255 …if (spekeSession->processSession(spekeSession, messageReceived, messageToTransmit) != HC_SUCCESS) { in KeyAgreeGenerateNextMessage()
Dkey_agree_session.c868 res = spekeSession->processSession(spekeSession, in, out); in ProcessProtocolConfirm()
959 spekeSession->processSession = ProcessSpekeSession; in CreateSpekeSession()