Home
last modified time | relevance | path

Searched defs:masterKeySize (Results 1 – 4 of 4) sorted by relevance

/third_party/openhitls/tls/feature/session/src/
Dsession.c542 …32_t HITLS_SESS_SetMasterKey(HITLS_Session *sess, const uint8_t *masterKey, uint32_t masterKeySize) in HITLS_SESS_SetMasterKey()
567 uint32_t masterKeySize = 0; in HITLS_SESS_GetMasterKeyLen() local
579 …2_t HITLS_SESS_GetMasterKey(const HITLS_Session *sess, uint8_t *masterKey, uint32_t *masterKeySize) in HITLS_SESS_GetMasterKey()
Dsession_type.h80 uint32_t masterKeySize; /* length of the master key */ member
/third_party/openhitls/tls/handshake/recv/src/
Drecv_finished.c127 uint32_t masterKeySize = MASTER_SECRET_LEN; in SessionConfig() local
/third_party/openhitls/tls/handshake/common/src/
Dhs_kx.c672 uint32_t masterKeySize = MAX_DIGEST_SIZE; in HS_ResumeKeyEstablish() local