Searched refs:dgrd (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/ssl/statem/ |
D | statem_lib.c | 1718 static void check_for_downgrade(SSL *s, int vers, DOWNGRADE *dgrd) in check_for_downgrade() argument 1722 *dgrd = DOWNGRADE_TO_1_2; in check_for_downgrade() 1733 *dgrd = DOWNGRADE_TO_1_1; in check_for_downgrade() 1735 *dgrd = DOWNGRADE_NONE; in check_for_downgrade() 1748 int ssl_choose_server_version(SSL *s, CLIENTHELLO_MSG *hello, DOWNGRADE *dgrd) in ssl_choose_server_version() argument 1773 *dgrd = DOWNGRADE_NONE; in ssl_choose_server_version() 1848 check_for_downgrade(s, best_vers, dgrd); in ssl_choose_server_version() 1875 check_for_downgrade(s, vent->version, dgrd); in ssl_choose_server_version()
|
D | statem_srvr.c | 1625 DOWNGRADE dgrd = DOWNGRADE_NONE; in tls_early_post_process_client_hello() local 1672 protverr = ssl_choose_server_version(s, clienthello, &dgrd); in tls_early_post_process_client_hello() 1722 protverr = ssl_choose_server_version(s, clienthello, &dgrd); in tls_early_post_process_client_hello() 1921 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 | 4563 DOWNGRADE dgrd) in ssl_fill_hello_random() argument 4587 if (dgrd == DOWNGRADE_TO_1_2) in ssl_fill_hello_random() 4590 else if (dgrd == DOWNGRADE_TO_1_1) in ssl_fill_hello_random()
|
D | ssl_local.h | 2327 size_t len, DOWNGRADE dgrd); 2398 DOWNGRADE *dgrd);
|