Home
last modified time | relevance | path

Searched defs:masterKey (Results 1 – 3 of 3) sorted by relevance

/third_party/openhitls/tls/feature/session/src/
Dsession.c542 int32_t HITLS_SESS_SetMasterKey(HITLS_Session *sess, const uint8_t *masterKey, uint32_t masterKeySi… in HITLS_SESS_SetMasterKey()
579 int32_t HITLS_SESS_GetMasterKey(const HITLS_Session *sess, uint8_t *masterKey, uint32_t *masterKeyS… in HITLS_SESS_GetMasterKey()
Dsession_type.h81 uint8_t masterKey[MAX_MASTER_KEY_SIZE]; /* Master Key */ member
/third_party/openhitls/tls/handshake/common/include/
Dhs_ctx.h158 uint8_t masterKey[MAX_DIGEST_SIZE]; member