Home
last modified time | relevance | path

Searched refs:algorithm_enc (Results 1 – 11 of 11) sorted by relevance

/freebsd-13-stable/crypto/openssl/ssl/
HDssl_ciph.c520 i = ssl_cipher_info_lookup(ssl_cipher_table_cipher, c->algorithm_enc); in ssl_cipher_get_evp()
560 if (c->algorithm_enc == SSL_RC4 && in ssl_cipher_get_evp()
564 else if (c->algorithm_enc == SSL_AES128 && in ssl_cipher_get_evp()
568 else if (c->algorithm_enc == SSL_AES256 && in ssl_cipher_get_evp()
572 else if (c->algorithm_enc == SSL_AES128 && in ssl_cipher_get_evp()
576 else if (c->algorithm_enc == SSL_AES256 && in ssl_cipher_get_evp()
670 (c->algorithm_enc & disabled_enc) || in ssl_cipher_collect_ciphers()
747 uint32_t algorithm_enc = cipher_aliases[i].algorithm_enc; in ssl_cipher_collect_aliases() local
758 if (algorithm_enc) in ssl_cipher_collect_aliases()
759 if ((algorithm_enc & mask_enc) == 0) in ssl_cipher_collect_aliases()
[all …]
HDktls.c97 switch (s->s3->tmp.new_cipher->algorithm_enc) { in ktls_check_supported_cipher()
130 switch (s->s3->tmp.new_cipher->algorithm_enc) { in ktls_configure_crypto()
HDt1_enc.c296 new_cipher->algorithm_enc & (SSL_AES128CCM8 | SSL_AES256CCM8)) in tls1_change_cipher_state()
486 if (s->session->cipher->algorithm_enc == SSL_eNULL) in tls1_setup_key_block()
490 if (s->session->cipher->algorithm_enc == SSL_RC4) in tls1_setup_key_block()
HDtls13_enc.c397 algenc = s->s3->tmp.new_cipher->algorithm_enc; in derive_secret_key_and_iv()
400 algenc = s->session->cipher->algorithm_enc; in derive_secret_key_and_iv()
403 algenc = s->psksession->cipher->algorithm_enc; in derive_secret_key_and_iv()
HDs3_enc.c300 if (s->session->cipher->algorithm_enc == SSL_eNULL) in ssl3_setup_key_block()
304 if (s->session->cipher->algorithm_enc == SSL_RC4) in ssl3_setup_key_block()
HDs3_lib.c4187 if (c->algorithm_enc == SSL_CHACHA20POLY1305) { in ssl3_choose_cipher()
4193 if (c->algorithm_enc == SSL_CHACHA20POLY1305) { in ssl3_choose_cipher()
4206 if (c->algorithm_enc == SSL_CHACHA20POLY1305) in ssl3_choose_cipher()
4212 if (c->algorithm_enc != SSL_CHACHA20POLY1305) in ssl3_choose_cipher()
HDssl_cert.c942 if (level >= 2 && c->algorithm_enc == SSL_RC4) in ssl_security_default_callback()
HDssl_local.h427 uint32_t algorithm_enc; /* symmetric encryption */ member
/freebsd-13-stable/crypto/openssl/ssl/record/
HDssl3_record_tls13.c72 alg_enc = s->session->cipher->algorithm_enc; in tls13_enc()
80 alg_enc = s->psksession->cipher->algorithm_enc; in tls13_enc()
92 alg_enc = s->s3->tmp.new_cipher->algorithm_enc; in tls13_enc()
/freebsd-13-stable/crypto/openssl/ssl/statem/
HDextensions_clnt.c1757 && s->s3->tmp.new_cipher->algorithm_enc != SSL_RC4 in tls_parse_stoc_etm()
1758 && s->s3->tmp.new_cipher->algorithm_enc != SSL_eGOST2814789CNT in tls_parse_stoc_etm()
1759 && s->s3->tmp.new_cipher->algorithm_enc != SSL_eGOST2814789CNT12) in tls_parse_stoc_etm()
HDextensions_srvr.c1623 || s->s3->tmp.new_cipher->algorithm_enc == SSL_RC4 in tls_construct_stoc_etm()
1624 || s->s3->tmp.new_cipher->algorithm_enc == SSL_eGOST2814789CNT in tls_construct_stoc_etm()
1625 || s->s3->tmp.new_cipher->algorithm_enc == SSL_eGOST2814789CNT12) { in tls_construct_stoc_etm()