Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dssl_ciph.c549 if (c->algorithm_enc == SSL_RC4 in ssl_cipher_get_evp()
553 else if (c->algorithm_enc == SSL_AES128 in ssl_cipher_get_evp()
558 else if (c->algorithm_enc == SSL_AES256 in ssl_cipher_get_evp()
563 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()
672 (c->algorithm_enc & disabled_enc) || in ssl_cipher_collect_ciphers()
749 uint32_t algorithm_enc = cipher_aliases[i].algorithm_enc; in ssl_cipher_collect_aliases() local
760 if (algorithm_enc) in ssl_cipher_collect_aliases()
1106 if (ca_list[j]->algorithm_enc) { in ssl_cipher_process_rulestr()
1688 alg_enc = cipher->algorithm_enc; in SSL_CIPHER_description()
[all …]
H A Dtls13_enc.c398 algenc = s->s3.tmp.new_cipher->algorithm_enc; in derive_secret_key_and_iv()
401 algenc = s->session->cipher->algorithm_enc; in derive_secret_key_and_iv()
404 algenc = s->psksession->cipher->algorithm_enc; in derive_secret_key_and_iv()
H A Dt1_enc.c179 if ((s->s3.tmp.new_cipher->algorithm_enc in tls1_change_cipher_state()
H A Ds3_lib.c4284 if (c->algorithm_enc == SSL_CHACHA20POLY1305) { in ssl3_choose_cipher()
4290 if (c->algorithm_enc == SSL_CHACHA20POLY1305) { in ssl3_choose_cipher()
4303 if (c->algorithm_enc == SSL_CHACHA20POLY1305) in ssl3_choose_cipher()
4309 if (c->algorithm_enc != SSL_CHACHA20POLY1305) in ssl3_choose_cipher()
H A Dssl_local.h395 uint32_t algorithm_enc; /* symmetric encryption */ member
/openssl/test/
H A Dcipher_overhead_test.c23 if (ciph->algorithm_enc != SSL_eNULL in cipher_enabled()
/openssl/ssl/statem/
H A Dextensions_srvr.c1585 || s->s3.tmp.new_cipher->algorithm_enc == SSL_RC4 in tls_construct_stoc_etm()
1586 || s->s3.tmp.new_cipher->algorithm_enc == SSL_eGOST2814789CNT in tls_construct_stoc_etm()
1587 || s->s3.tmp.new_cipher->algorithm_enc == SSL_eGOST2814789CNT12 in tls_construct_stoc_etm()
1588 || s->s3.tmp.new_cipher->algorithm_enc == SSL_MAGMA in tls_construct_stoc_etm()
1589 || s->s3.tmp.new_cipher->algorithm_enc == SSL_KUZNYECHIK) { in tls_construct_stoc_etm()
H A Dextensions_clnt.c1772 && s->s3.tmp.new_cipher->algorithm_enc != SSL_RC4 in tls_parse_stoc_etm()
1773 && s->s3.tmp.new_cipher->algorithm_enc != SSL_eGOST2814789CNT in tls_parse_stoc_etm()
1774 && s->s3.tmp.new_cipher->algorithm_enc != SSL_eGOST2814789CNT12 in tls_parse_stoc_etm()
1775 && s->s3.tmp.new_cipher->algorithm_enc != SSL_MAGMA in tls_parse_stoc_etm()
1776 && s->s3.tmp.new_cipher->algorithm_enc != SSL_KUZNYECHIK) in tls_parse_stoc_etm()
H A Dstatem_clnt.c3368 if ((s->s3.tmp.new_cipher->algorithm_enc & SSL_MAGMA) != 0) in ossl_gost18_cke_cipher_nid()
3370 else if ((s->s3.tmp.new_cipher->algorithm_enc & SSL_KUZNYECHIK) != 0) in ossl_gost18_cke_cipher_nid()

Completed in 62 milliseconds