Searched refs:dgrd (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/ssl/statem/ |
D | statem_lib.c | 1717 static void check_for_downgrade(SSL *s, int vers, DOWNGRADE *dgrd) in check_for_downgrade() argument 1721 *dgrd = DOWNGRADE_TO_1_2; in check_for_downgrade() 1732 *dgrd = DOWNGRADE_TO_1_1; in check_for_downgrade() 1734 *dgrd = DOWNGRADE_NONE; in check_for_downgrade() 1747 int ssl_choose_server_version(SSL *s, CLIENTHELLO_MSG *hello, DOWNGRADE *dgrd) in ssl_choose_server_version() argument 1772 *dgrd = DOWNGRADE_NONE; in ssl_choose_server_version() 1847 check_for_downgrade(s, best_vers, dgrd); in ssl_choose_server_version() 1874 check_for_downgrade(s, vent->version, dgrd); in ssl_choose_server_version()
|
D | statem_srvr.c | 1601 DOWNGRADE dgrd = DOWNGRADE_NONE; in tls_early_post_process_client_hello() local 1644 protverr = ssl_choose_server_version(s, clienthello, &dgrd); in tls_early_post_process_client_hello() 1688 protverr = ssl_choose_server_version(s, clienthello, &dgrd); in tls_early_post_process_client_hello() 1877 if (ssl_fill_hello_random(s, 1, pos, SSL3_RANDOM_SIZE, dgrd) <= 0) { in tls_early_post_process_client_hello()
|
/third_party/openssl/ssl/ |
D | s3_lib.c | 4561 DOWNGRADE dgrd) in ssl_fill_hello_random() argument 4585 if (dgrd == DOWNGRADE_TO_1_2) in ssl_fill_hello_random() 4588 else if (dgrd == DOWNGRADE_TO_1_1) in ssl_fill_hello_random()
|
D | ssl_local.h | 2459 size_t len, DOWNGRADE dgrd); 2541 DOWNGRADE *dgrd);
|