Home
last modified time | relevance | path

Searched refs:algorithm2 (Results 1 – 9 of 9) sorted by relevance

/openssl/ssl/
H A Dt1_enc.c201 if (s->s3.tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC) in tls1_change_cipher_state()
206 if (s->s3.tmp.new_cipher->algorithm2 & TLS1_TLSTREE) in tls1_change_cipher_state()
218 if (s->s3.tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC) in tls1_change_cipher_state()
223 if (s->s3.tmp.new_cipher->algorithm2 & TLS1_TLSTREE) in tls1_change_cipher_state()
H A Dtls13_enc.c557 md = ssl_md(sctx, sslcipher->algorithm2); in tls13_change_cipher_state()
895 md = ssl_md(SSL_CONNECTION_GET_CTX(s), sslcipher->algorithm2); in tls13_export_keying_material_early()
H A Dssl_ciph.c1371 && (ssl_cipher_table_mac[sslc->algorithm2 in update_cipher_list()
1624 || (ssl_cipher_table_mac[sslc->algorithm2 in STACK_OF()
2147 int idx = c->algorithm2 & SSL_HANDSHAKE_MAC_MASK; in SSL_CIPHER_get_handshake_digest()
H A Ds3_lib.c4413 tmp->algorithm2); in ssl3_choose_cipher()
4678 alg2 = s->s3.tmp.new_cipher->algorithm2; in ssl_get_algorithm2()
H A Dssl_local.h402 uint32_t algorithm2; /* Extra flags */ member
/openssl/ssl/statem/
H A Dextensions_clnt.c976 s->session->cipher->algorithm2); in tls_construct_ctos_padding()
1060 mdres = ssl_md(sctx, s->session->cipher->algorithm2); in tls_construct_ctos_psk()
1135 mdpsk = ssl_md(sctx, s->psksession->cipher->algorithm2); in tls_construct_ctos_psk()
H A Dextensions_srvr.c1208 md = ssl_md(sctx, sess->cipher->algorithm2); in tls_parse_ctos_psk()
1215 s->s3.tmp.new_cipher->algorithm2)))) { in tls_parse_ctos_psk()
H A Dstatem_clnt.c1425 const EVP_MD *md = ssl_md(sctx, c->algorithm2); in set_client_ciphersuite()
1436 || md != ssl_md(sctx, s->session->cipher->algorithm2)) { in set_client_ciphersuite()
/openssl/ssl/quic/
H A Dquic_impl.c3985 if ((ciph->algorithm2 & SSL_QUIC) == 0) in ossl_quic_get_cipher_by_char()

Completed in 81 milliseconds