Home
last modified time | relevance | path

Searched defs:preSharedKey (Results 1 – 2 of 2) sorted by relevance

/third_party/openhitls/tls/handshake/parse/src/
Dparse_extensions_server.c302 int32_t ParseIdentities(TLS_Ctx *ctx, PreSharedKey *preSharedKey, const uint8_t *buf, uint32_t bufL… in ParseIdentities()
539 static int32_t ParseBinders(TLS_Ctx *ctx, PreSharedKey *preSharedKey, const uint8_t *buf, uint32_t … in ParseBinders()
898 void CleanPreShareKey(PreSharedKey *preSharedKey) in CleanPreShareKey()
/third_party/openhitls/tls/handshake/common/include/
Dhs_msg.h132 PreSharedKey *preSharedKey; member