Searched defs:psk (Results 1 – 6 of 6) sorted by relevance
34 uint8_t psk[PSK_LEN]; member
89 static int32_t SetPsk(AuthSubSession *self, const Uint8Buff *psk) in SetPsk()
51 Uint8Buff psk; member
51 Uint8Buff psk; member760 static int32_t SetIsoPsk(BaseProtocol *self, const Uint8Buff *psk) in SetIsoPsk()
58 Uint8Buff psk; member1005 static int32_t SetEcSpekePsk(BaseProtocol *self, const Uint8Buff *psk) in SetEcSpekePsk()
1247 … GetSharedSecret(SessionImpl *impl, const CJson *inputData, IdentityInfo *selfCred, Uint8Buff *psk) in GetSharedSecret()1507 Uint8Buff psk; in SetAuthPsk() local