Searched defs:psk (Results 1 – 7 of 7) sorted by relevance
35 uint8_t psk[PSK_LEN]; member
93 static int32_t SetPsk(AuthSubSession *self, const Uint8Buff *psk) in SetPsk()
51 Uint8Buff psk; member
51 Uint8Buff psk; member768 static int32_t SetIsoPsk(BaseProtocol *self, const Uint8Buff *psk) in SetIsoPsk()
58 Uint8Buff psk; member1012 static int32_t SetEcSpekePsk(BaseProtocol *self, const Uint8Buff *psk) in SetEcSpekePsk()
76 Uint8Buff psk; member1029 static int32_t SetDlSpekePsk(BaseProtocol *self, const Uint8Buff *psk) in SetDlSpekePsk()
1431 … GetSharedSecret(SessionImpl *impl, const CJson *inputData, IdentityInfo *selfCred, Uint8Buff *psk) in GetSharedSecret()1697 Uint8Buff psk; in SetAuthPsk() local