Lines Matching refs:premaster
1916 unsigned char *p = ssl->handshake->premaster + pms_offset;
2737 ssl->handshake->premaster,
2811 /* The ECDH secret is the premaster secret used for key derivation. */
2818 ssl->handshake->premaster,
2819 sizeof(ssl->handshake->premaster),
2874 ssl->handshake->premaster,
2983 /* As RFC 5489 section 2, the premaster secret is formed as follows:
2989 unsigned char *pms = ssl->handshake->premaster;
2991 sizeof(ssl->handshake->premaster);
3089 unsigned char *pms = ssl->handshake->premaster;
3090 unsigned char *pms_end = pms + sizeof(ssl->handshake->premaster);
3181 ssl->handshake->premaster, 32, &ssl->handshake->pmslen,