Searched refs:change_cipher_state (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/ssl/ |
H A D | s3_msg.c | 37 if (!ssl->method->ssl3_enc->change_cipher_state(s, i)) { in ssl3_do_change_cipher_spec()
|
H A D | ssl_local.h | 2156 int (*change_cipher_state) (SSL_CONNECTION *, int); member
|
/freebsd/crypto/openssl/ssl/statem/ |
H A D | statem_clnt.c | 871 if (!ssl->method->ssl3_enc->change_cipher_state(s, in ossl_statem_client_post_work() 909 if (!ssl->method->ssl3_enc->change_cipher_state(s, in ossl_statem_client_post_work() 920 && !ssl->method->ssl3_enc->change_cipher_state(s, in ossl_statem_client_post_work() 1818 if (!ssl->method->ssl3_enc->change_cipher_state(s, in tls_process_server_hello() 1824 if (!ssl->method->ssl3_enc->change_cipher_state(s, in tls_process_server_hello() 3840 && (!ssl->method->ssl3_enc->change_cipher_state(s, in tls_construct_client_certificate() 3930 && (!ssl->method->ssl3_enc->change_cipher_state(sc, in tls_construct_client_compressed_certificate()
|
H A D | statem_srvr.c | 850 if (!ssl->method->ssl3_enc->change_cipher_state(s, SSL3_CC_HANDSHAKE in ossl_statem_server_pre_work() 981 || !ssl->method->ssl3_enc->change_cipher_state(s, in ossl_statem_server_post_work() 988 && !ssl->method->ssl3_enc->change_cipher_state(s, in ossl_statem_server_post_work() 1013 if (!ssl->method->ssl3_enc->change_cipher_state(s, in ossl_statem_server_post_work() 1045 || !ssl->method->ssl3_enc->change_cipher_state(s, in ossl_statem_server_post_work() 4420 if (!SSL_CONNECTION_GET_SSL(s)->method->ssl3_enc->change_cipher_state(s, in tls_process_end_of_early_data()
|
H A D | statem_lib.c | 633 && (!ssl->method->ssl3_enc->change_cipher_state(s, in tls_construct_finished() 923 !ssl->method->ssl3_enc->change_cipher_state(s, in tls_process_finished() 951 && !ssl->method->ssl3_enc->change_cipher_state(s, in tls_process_finished()
|