Searched refs:sslcipher (Results 1 – 1 of 1) sorted by relevance
483 const SSL_CIPHER *sslcipher = SSL_SESSION_get0_cipher(s->session); in tls13_change_cipher_state() local510 sslcipher = SSL_SESSION_get0_cipher(s->psksession); in tls13_change_cipher_state()512 if (sslcipher == NULL) { in tls13_change_cipher_state()532 if (!ssl_cipher_get_evp_cipher(s->ctx, sslcipher, &cipher)) { in tls13_change_cipher_state()539 md = ssl_md(s->ctx, sslcipher->algorithm2); in tls13_change_cipher_state()888 const SSL_CIPHER *sslcipher; in tls13_export_keying_material_early() local895 sslcipher = SSL_SESSION_get0_cipher(s->psksession); in tls13_export_keying_material_early()897 sslcipher = SSL_SESSION_get0_cipher(s->session); in tls13_export_keying_material_early()899 md = ssl_md(s->ctx, sslcipher->algorithm2); in tls13_export_keying_material_early()