Searched refs:algorithm_enc (Results 1 – 9 of 9) sorted by relevance
440 sslc->algorithm_enc); in ssl_cipher_get_evp_cipher() 545 if (c->algorithm_enc == SSL_RC4 in ssl_cipher_get_evp() 549 else if (c->algorithm_enc == SSL_AES128 in ssl_cipher_get_evp() 554 else if (c->algorithm_enc == SSL_AES256 in ssl_cipher_get_evp() 559 else if (c->algorithm_enc == SSL_AES128 in ssl_cipher_get_evp() 564 else if (c->algorithm_enc == SSL_AES256 in ssl_cipher_get_evp() 665 if ((c->algorithm_mkey & disabled_mkey) || (c->algorithm_auth & disabled_auth) || (c->algorithm_enc & disabled_enc) || (c->algorithm_mac & disabled_mac)) in ssl_cipher_collect_ciphers() 739 uint32_t algorithm_enc = cipher_aliases[i].algorithm_enc; in ssl_cipher_collect_aliases() local 750 if (algorithm_enc) in ssl_cipher_collect_aliases() [all...]
399 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()
179 if ((s->s3.tmp.new_cipher->algorithm_enc in tls1_change_cipher_state()
4760 if (c->algorithm_enc == SSL_CHACHA20POLY1305) { in ssl3_choose_cipher()4766 if (c->algorithm_enc == SSL_CHACHA20POLY1305) { in ssl3_choose_cipher()4779 if (c->algorithm_enc == SSL_CHACHA20POLY1305) in ssl3_choose_cipher()4785 if (c->algorithm_enc != SSL_CHACHA20POLY1305) in ssl3_choose_cipher()
392 uint32_t algorithm_enc; /* symmetric encryption */ member
23 if (ciph->algorithm_enc != SSL_eNULL in cipher_enabled()
1879 || s->s3.tmp.new_cipher->algorithm_enc == SSL_RC4 in tls_construct_stoc_etm() 1880 || s->s3.tmp.new_cipher->algorithm_enc == SSL_eGOST2814789CNT in tls_construct_stoc_etm() 1881 || s->s3.tmp.new_cipher->algorithm_enc == SSL_eGOST2814789CNT12 in tls_construct_stoc_etm() 1882 || s->s3.tmp.new_cipher->algorithm_enc == SSL_MAGMA in tls_construct_stoc_etm() 1883 || s->s3.tmp.new_cipher->algorithm_enc == SSL_KUZNYECHIK) { in tls_construct_stoc_etm()
1814 && s->s3.tmp.new_cipher->algorithm_enc != SSL_RC4 in tls_parse_stoc_etm()1815 && s->s3.tmp.new_cipher->algorithm_enc != SSL_eGOST2814789CNT in tls_parse_stoc_etm()1816 && s->s3.tmp.new_cipher->algorithm_enc != SSL_eGOST2814789CNT12 in tls_parse_stoc_etm()1817 && s->s3.tmp.new_cipher->algorithm_enc != SSL_MAGMA in tls_parse_stoc_etm()1818 && s->s3.tmp.new_cipher->algorithm_enc != SSL_KUZNYECHIK) in tls_parse_stoc_etm()
3413 if ((s->s3.tmp.new_cipher->algorithm_enc & SSL_MAGMA) != 0) in ossl_gost18_cke_cipher_nid() 3415 else if ((s->s3.tmp.new_cipher->algorithm_enc & SSL_KUZNYECHIK) != 0) in ossl_gost18_cke_cipher_nid()