Searched refs:algorithm2 (Results 1 – 9 of 9) sorted by relevance
202 if (s->s3.tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC) in tls1_change_cipher_state()207 if (s->s3.tmp.new_cipher->algorithm2 & TLS1_TLSTREE) in tls1_change_cipher_state()219 if (s->s3.tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC) in tls1_change_cipher_state()224 if (s->s3.tmp.new_cipher->algorithm2 & TLS1_TLSTREE) in tls1_change_cipher_state()
583 md = ssl_md(sctx, sslcipher->algorithm2); in tls13_change_cipher_state()912 md = ssl_md(SSL_CONNECTION_GET_CTX(s), sslcipher->algorithm2); in tls13_export_keying_material_early()
1372 && (ssl_cipher_table_mac[sslc->algorithm2 in update_cipher_list()1625 || (ssl_cipher_table_mac[sslc->algorithm2 in STACK_OF()2148 int idx = c->algorithm2 & SSL_HANDSHAKE_MAC_MASK; in SSL_CIPHER_get_handshake_digest()
4494 tmp->algorithm2); in ssl3_choose_cipher()4759 alg2 = s->s3.tmp.new_cipher->algorithm2; in ssl_get_algorithm2()
400 uint32_t algorithm2; /* Extra flags */ member
1016 s->session->cipher->algorithm2); in tls_construct_ctos_padding()1100 mdres = ssl_md(sctx, s->session->cipher->algorithm2); in tls_construct_ctos_psk()1175 mdpsk = ssl_md(sctx, s->psksession->cipher->algorithm2); in tls_construct_ctos_psk()
1490 md = ssl_md(sctx, sess->cipher->algorithm2); in tls_parse_ctos_psk()1497 s->s3.tmp.new_cipher->algorithm2)))) { in tls_parse_ctos_psk()
1438 const EVP_MD *md = ssl_md(sctx, c->algorithm2); in set_client_ciphersuite()1449 || md != ssl_md(sctx, s->session->cipher->algorithm2)) { in set_client_ciphersuite()
5064 if ((ciph->algorithm2 & SSL_QUIC) == 0) in ossl_quic_get_cipher_by_char()