Searched refs:hrr (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/crypto/openssl/ssl/statem/ |
| D | extensions_srvr.c | 742 unsigned char hrr[MAX_HRR_SIZE]; in tls_parse_ctos_cookie() local 883 if (!WPACKET_init_static_len(&hrrpkt, hrr, sizeof(hrr), 0)) { in tls_parse_ctos_cookie() 939 PACKET_remaining(&chhash), hrr, in tls_parse_ctos_cookie()
|
| D | statem_clnt.c | 1405 int hrr = 0; in tls_process_server_hello() local 1431 hrr = 1; in tls_process_server_hello() 1472 if (PACKET_remaining(pkt) == 0 && !hrr) { in tls_process_server_hello() 1481 if (!hrr) { in tls_process_server_hello() 1496 if (SSL_IS_TLS13(s) || hrr) { in tls_process_server_hello() 1513 if (hrr) { in tls_process_server_hello()
|
| D | statem_lib.c | 2198 size_t hashlen, const unsigned char *hrr, in create_synthetic_message_hash() argument 2238 if (hrr != NULL in create_synthetic_message_hash() 2239 && (!ssl3_finish_mac(s, hrr, hrrlen) in create_synthetic_message_hash()
|
| D | statem_local.h | 60 size_t hashlen, const unsigned char *hrr,
|
| /freebsd-12-stable/crypto/openssl/crypto/err/ |
| D | openssl.txt | 2628 SSL_R_BAD_HRR_VERSION:263:bad hrr version 2769 SSL_R_NO_CHANGE_FOLLOWING_HRR:214:no change following hrr
|