Searched refs:sslcipher (Results 1 – 1 of 1) sorted by relevance
478 const SSL_CIPHER *sslcipher = SSL_SESSION_get0_cipher(s->session); in tls13_change_cipher_state() local505 sslcipher = SSL_SESSION_get0_cipher(s->psksession); in tls13_change_cipher_state()507 if (sslcipher == NULL) { in tls13_change_cipher_state()527 if (!ssl_cipher_get_evp_cipher(s->ctx, sslcipher, &cipher)) { in tls13_change_cipher_state()534 md = ssl_md(s->ctx, sslcipher->algorithm2); in tls13_change_cipher_state()859 const SSL_CIPHER *sslcipher; in tls13_export_keying_material_early() local866 sslcipher = SSL_SESSION_get0_cipher(s->psksession); in tls13_export_keying_material_early()868 sslcipher = SSL_SESSION_get0_cipher(s->session); in tls13_export_keying_material_early()870 md = ssl_md(s->ctx, sslcipher->algorithm2); in tls13_export_keying_material_early()
Completed in 4 milliseconds