Lines Matching defs:cipher
778 const SSL_CIPHER *cipher;
791 cipher = SSL_CIPHER_find(s, tls13_aes128gcmsha256_id);
792 if (cipher == NULL) {
800 || !SSL_SESSION_set_cipher(psksess, cipher)
935 && s->session->cipher != NULL) {
936 const EVP_MD *md = ssl_md(s->ctx, s->session->cipher->algorithm2);
1008 if (s->session->cipher == NULL) {
1012 mdres = ssl_md(s->ctx, s->session->cipher->algorithm2);
1015 * Don't recognize this cipher so we can't use the session.
1084 mdpsk = ssl_md(s->ctx, s->psksession->cipher->algorithm2);
1087 * Don't recognize this cipher so we can't use the session.