Lines Matching refs:pms
1920 MBEDTLS_SSL_DEBUG_MSG(1, ("buffer too small for encrypted pms"));
2989 unsigned char *pms = ssl->handshake->premaster;
2990 const unsigned char * const pms_end = pms +
3001 pms + zlen_size,
3002 pms_end - (pms + zlen_size),
3015 MBEDTLS_PUT_UINT16_BE(zlen, pms, 0);
3016 pms += zlen_size + zlen;
3089 unsigned char *pms = ssl->handshake->premaster;
3090 unsigned char *pms_end = pms + sizeof(ssl->handshake->premaster);
3095 pms + 2, pms_end - (pms + 2), &pms_len,
3100 MBEDTLS_PUT_UINT16_BE(pms_len, pms, 0);
3101 pms += 2 + pms_len;