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 | 2154 int (*change_cipher_state)(SSL_CONNECTION *, int); member
|
| /freebsd/crypto/openssl/ssl/statem/ |
| H A D | statem_clnt.c | 869 if (!ssl->method->ssl3_enc->change_cipher_state(s, in ossl_statem_client_post_work() 907 if (!ssl->method->ssl3_enc->change_cipher_state(s, in ossl_statem_client_post_work() 918 && !ssl->method->ssl3_enc->change_cipher_state(s, in ossl_statem_client_post_work() 1817 if (!ssl->method->ssl3_enc->change_cipher_state(s, in tls_process_server_hello() 1823 if (!ssl->method->ssl3_enc->change_cipher_state(s, in tls_process_server_hello() 3849 && (!ssl->method->ssl3_enc->change_cipher_state(s, in tls_construct_client_certificate() 3939 && (!ssl->method->ssl3_enc->change_cipher_state(sc, in tls_construct_client_compressed_certificate()
|
| H A D | statem_srvr.c | 848 …if (!ssl->method->ssl3_enc->change_cipher_state(s, SSL3_CC_HANDSHAKE | SSL3_CHANGE_CIPHER_SERVER_R… in ossl_statem_server_pre_work() 979 || !ssl->method->ssl3_enc->change_cipher_state(s, in ossl_statem_server_post_work() 986 && !ssl->method->ssl3_enc->change_cipher_state(s, in ossl_statem_server_post_work() 1011 if (!ssl->method->ssl3_enc->change_cipher_state(s, in ossl_statem_server_post_work() 1043 || !ssl->method->ssl3_enc->change_cipher_state(s, in ossl_statem_server_post_work() 4441 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 | 641 && (!ssl->method->ssl3_enc->change_cipher_state(s, in tls_construct_finished() 929 …ost_handshake_auth != SSL_PHA_REQUESTED && !ssl->method->ssl3_enc->change_cipher_state(s, SSL3_CC_… in tls_process_finished() 956 && !ssl->method->ssl3_enc->change_cipher_state(s, in tls_process_finished()
|