Home
last modified time | relevance | path

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

/ssl/
A Dssl_ciph.c562 if (c->algorithm_enc == SSL_RC4 in ssl_cipher_get_evp()
566 else if (c->algorithm_enc == SSL_AES128 in ssl_cipher_get_evp()
571 else if (c->algorithm_enc == SSL_AES256 in ssl_cipher_get_evp()
576 else if (c->algorithm_enc == SSL_AES128 in ssl_cipher_get_evp()
581 else if (c->algorithm_enc == SSL_AES256 in ssl_cipher_get_evp()
685 (c->algorithm_enc & disabled_enc) || in ssl_cipher_collect_ciphers()
762 uint32_t algorithm_enc = cipher_aliases[i].algorithm_enc; in ssl_cipher_collect_aliases() local
773 if (algorithm_enc) in ssl_cipher_collect_aliases()
1119 if (ca_list[j]->algorithm_enc) { in ssl_cipher_process_rulestr()
1701 alg_enc = cipher->algorithm_enc; in SSL_CIPHER_description()
[all …]
A Dtls13_enc.c399 algenc = s->s3.tmp.new_cipher->algorithm_enc; in derive_secret_key_and_iv()
402 algenc = s->session->cipher->algorithm_enc; in derive_secret_key_and_iv()
405 algenc = s->psksession->cipher->algorithm_enc; in derive_secret_key_and_iv()
A Dt1_enc.c180 if ((s->s3.tmp.new_cipher->algorithm_enc in tls1_change_cipher_state()
A Ds3_lib.c4433 if (c->algorithm_enc == SSL_CHACHA20POLY1305) { in ssl3_choose_cipher()
4439 if (c->algorithm_enc == SSL_CHACHA20POLY1305) { in ssl3_choose_cipher()
4452 if (c->algorithm_enc == SSL_CHACHA20POLY1305) in ssl3_choose_cipher()
4458 if (c->algorithm_enc != SSL_CHACHA20POLY1305) in ssl3_choose_cipher()
A Dssl_local.h393 uint32_t algorithm_enc; /* symmetric encryption */ member
/ssl/statem/
A Dextensions_clnt.c1812 && s->s3.tmp.new_cipher->algorithm_enc != SSL_RC4 in tls_parse_stoc_etm()
1813 && s->s3.tmp.new_cipher->algorithm_enc != SSL_eGOST2814789CNT in tls_parse_stoc_etm()
1814 && s->s3.tmp.new_cipher->algorithm_enc != SSL_eGOST2814789CNT12 in tls_parse_stoc_etm()
1815 && s->s3.tmp.new_cipher->algorithm_enc != SSL_MAGMA in tls_parse_stoc_etm()
1816 && s->s3.tmp.new_cipher->algorithm_enc != SSL_KUZNYECHIK) in tls_parse_stoc_etm()
A Dextensions_srvr.c1868 || s->s3.tmp.new_cipher->algorithm_enc == SSL_RC4 in tls_construct_stoc_etm()
1869 || s->s3.tmp.new_cipher->algorithm_enc == SSL_eGOST2814789CNT in tls_construct_stoc_etm()
1870 || s->s3.tmp.new_cipher->algorithm_enc == SSL_eGOST2814789CNT12 in tls_construct_stoc_etm()
1871 || s->s3.tmp.new_cipher->algorithm_enc == SSL_MAGMA in tls_construct_stoc_etm()
1872 || s->s3.tmp.new_cipher->algorithm_enc == SSL_KUZNYECHIK) { in tls_construct_stoc_etm()
A Dstatem_clnt.c3442 if ((s->s3.tmp.new_cipher->algorithm_enc & SSL_MAGMA) != 0) in ossl_gost18_cke_cipher_nid()
3444 else if ((s->s3.tmp.new_cipher->algorithm_enc & SSL_KUZNYECHIK) != 0) in ossl_gost18_cke_cipher_nid()

Completed in 95 milliseconds