Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dt1_enc.c185 if (s->s3.tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC) in tls1_change_cipher_state()
190 if (s->s3.tmp.new_cipher->algorithm2 & TLS1_TLSTREE) in tls1_change_cipher_state()
238 if (s->s3.tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC) in tls1_change_cipher_state()
243 if (s->s3.tmp.new_cipher->algorithm2 & TLS1_TLSTREE) in tls1_change_cipher_state()
H A Dtls13_enc.c539 md = ssl_md(s->ctx, sslcipher->algorithm2); in tls13_change_cipher_state()
899 md = ssl_md(s->ctx, sslcipher->algorithm2); in tls13_export_keying_material_early()
H A Dssl_ciph.c1397 && (ssl_cipher_table_mac[sslc->algorithm2 in update_cipher_list()
1644 || (ssl_cipher_table_mac[sslc->algorithm2 in STACK_OF()
2149 int idx = c->algorithm2 & SSL_HANDSHAKE_MAC_MASK; in SSL_CIPHER_get_handshake_digest()
H A Ds3_lib.c4308 const EVP_MD *md = ssl_md(s->ctx, tmp->algorithm2); in ssl3_choose_cipher()
4549 alg2 = s->s3.tmp.new_cipher->algorithm2; in ssl_get_algorithm2()
H A Dssl_local.h480 uint32_t algorithm2; /* Extra flags */ member
/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_clnt.c936 const EVP_MD *md = ssl_md(s->ctx, s->session->cipher->algorithm2); in tls_construct_ctos_padding()
1012 mdres = ssl_md(s->ctx, s->session->cipher->algorithm2); in tls_construct_ctos_psk()
1084 mdpsk = ssl_md(s->ctx, s->psksession->cipher->algorithm2); in tls_construct_ctos_psk()
H A Dextensions_srvr.c1167 md = ssl_md(s->ctx, sess->cipher->algorithm2); in tls_parse_ctos_psk()
1174 s->s3.tmp.new_cipher->algorithm2)))) { in tls_parse_ctos_psk()
H A Dstatem_clnt.c1349 const EVP_MD *md = ssl_md(s->ctx, c->algorithm2); in set_client_ciphersuite()
1356 || md != ssl_md(s->ctx, s->session->cipher->algorithm2)) { in set_client_ciphersuite()