Lines Matching defs:tls13tbs
212 static int get_cert_verify_tbs_data(SSL *s, unsigned char *tls13tbs,
232 memset(tls13tbs, 32, TLS13_TBS_START_SIZE);
236 strcpy((char *)tls13tbs + TLS13_TBS_START_SIZE, servercontext);
238 strcpy((char *)tls13tbs + TLS13_TBS_START_SIZE, clientcontext);
247 memcpy(tls13tbs + TLS13_TBS_PREAMBLE_SIZE, s->cert_verify_hash,
250 } else if (!ssl_handshake_hash(s, tls13tbs + TLS13_TBS_PREAMBLE_SIZE,
256 *hdata = tls13tbs;
282 unsigned char tls13tbs[TLS13_TBS_PREAMBLE_SIZE + EVP_MAX_MD_SIZE];
303 if (!get_cert_verify_tbs_data(s, tls13tbs, &hdata, &hdatalen)) {
411 unsigned char tls13tbs[TLS13_TBS_PREAMBLE_SIZE + EVP_MAX_MD_SIZE];
488 if (!get_cert_verify_tbs_data(s, tls13tbs, &hdata, &hdatalen)) {