Home
last modified time | relevance | path

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

/openssl-master/ssl/
A Dssl_ciph.c580 if (c->algorithm_enc == SSL_RC4 in ssl_cipher_get_evp()
584 else if (c->algorithm_enc == SSL_AES128 in ssl_cipher_get_evp()
589 else if (c->algorithm_enc == SSL_AES256 in ssl_cipher_get_evp()
594 else if (c->algorithm_enc == SSL_AES128 in ssl_cipher_get_evp()
599 else if (c->algorithm_enc == SSL_AES256 in ssl_cipher_get_evp()
701 (c->algorithm_enc & disabled_enc) || in ssl_cipher_collect_ciphers()
778 uint32_t algorithm_enc = cipher_aliases[i].algorithm_enc; in ssl_cipher_collect_aliases() local
789 if (algorithm_enc) in ssl_cipher_collect_aliases()
1134 if (ca_list[j]->algorithm_enc) { in ssl_cipher_process_rulestr()
1703 alg_enc = cipher->algorithm_enc; in SSL_CIPHER_description()
[all …]
A Dktls.c36 switch (s->s3.tmp.new_cipher->algorithm_enc) { in ktls_check_supported_cipher()
65 switch (s->s3.tmp.new_cipher->algorithm_enc) { in ktls_configure_crypto()
A Dt1_enc.c404 new_cipher->algorithm_enc & (SSL_AES128CCM8 | SSL_AES256CCM8)) in tls1_change_cipher_state()
594 if (s->session->cipher->algorithm_enc == SSL_eNULL) in tls1_setup_key_block()
597 if (s->session->cipher->algorithm_enc == SSL_RC4) in tls1_setup_key_block()
A Dtls13_enc.c361 algenc = s->s3.tmp.new_cipher->algorithm_enc; in derive_secret_key_and_iv()
364 algenc = s->session->cipher->algorithm_enc; in derive_secret_key_and_iv()
367 algenc = s->psksession->cipher->algorithm_enc; in derive_secret_key_and_iv()
A Ds3_enc.c297 if (s->session->cipher->algorithm_enc == SSL_eNULL) in ssl3_setup_key_block()
300 if (s->session->cipher->algorithm_enc == SSL_RC4) in ssl3_setup_key_block()
A Ds3_lib.c4156 if (c->algorithm_enc == SSL_CHACHA20POLY1305) { in ssl3_choose_cipher()
4162 if (c->algorithm_enc == SSL_CHACHA20POLY1305) { in ssl3_choose_cipher()
4175 if (c->algorithm_enc == SSL_CHACHA20POLY1305) in ssl3_choose_cipher()
4181 if (c->algorithm_enc != SSL_CHACHA20POLY1305) in ssl3_choose_cipher()
A Dssl_local.h473 uint32_t algorithm_enc; /* symmetric encryption */ member
/openssl-master/ssl/record/
A Dssl3_record_tls13.c69 alg_enc = s->session->cipher->algorithm_enc; in tls13_enc()
76 alg_enc = s->psksession->cipher->algorithm_enc; in tls13_enc()
87 alg_enc = s->s3.tmp.new_cipher->algorithm_enc; in tls13_enc()
/openssl-master/test/
A Dcipher_overhead_test.c23 if (ciph->algorithm_enc != SSL_eNULL in cipher_enabled()
/openssl-master/ssl/statem/
A Dextensions_srvr.c1524 || s->s3.tmp.new_cipher->algorithm_enc == SSL_RC4 in tls_construct_stoc_etm()
1525 || s->s3.tmp.new_cipher->algorithm_enc == SSL_eGOST2814789CNT in tls_construct_stoc_etm()
1526 || s->s3.tmp.new_cipher->algorithm_enc == SSL_eGOST2814789CNT12 in tls_construct_stoc_etm()
1527 || s->s3.tmp.new_cipher->algorithm_enc == SSL_MAGMA in tls_construct_stoc_etm()
1528 || s->s3.tmp.new_cipher->algorithm_enc == SSL_KUZNYECHIK) { in tls_construct_stoc_etm()
A Dstatem_clnt.c3117 if ((s->s3.tmp.new_cipher->algorithm_enc & SSL_MAGMA) != 0) in ossl_gost18_cke_cipher_nid()
3119 else if ((s->s3.tmp.new_cipher->algorithm_enc & SSL_KUZNYECHIK) != 0) in ossl_gost18_cke_cipher_nid()
A Dextensions_clnt.c1681 && s->s3.tmp.new_cipher->algorithm_enc != SSL_RC4) in tls_parse_stoc_etm()

Completed in 43 milliseconds