Searched refs:algorithm_enc (Results 1 – 8 of 8) sorted by relevance
490 switch (c->algorithm_enc) in ssl_cipher_get_evp()728 !(c->algorithm_enc & disabled_enc) && in ssl_cipher_collect_ciphers()811 unsigned long algorithm_enc = cipher_aliases[i].algorithm_enc; in ssl_cipher_collect_aliases() local823 if (algorithm_enc) in ssl_cipher_collect_aliases()824 if ((algorithm_enc & mask_enc) == 0) in ssl_cipher_collect_aliases()897 …gth = %08lx\n", cp->name, cp->algorithm_mkey, cp->algorithm_auth, cp->algorithm_enc, cp->algorithm… in ssl_cipher_apply_rule()904 if (alg_enc && !(alg_enc & cp->algorithm_enc)) in ssl_cipher_apply_rule()1165 if (ca_list[j]->algorithm_enc) in ssl_cipher_process_rulestr()1169 alg_enc &= ca_list[j]->algorithm_enc; in ssl_cipher_process_rulestr()1173 alg_enc = ca_list[j]->algorithm_enc; in ssl_cipher_process_rulestr()[all …]
440 if (s->session->cipher->algorithm_enc == SSL_eNULL) in ssl3_setup_key_block()444 if (s->session->cipher->algorithm_enc == SSL_RC4) in ssl3_setup_key_block()
231 if (ciph->algorithm_enc == SSL_RC4) in dtls1_get_cipher()
622 if (s->session->cipher->algorithm_enc == SSL_eNULL) in tls1_setup_key_block()626 if (s->session->cipher->algorithm_enc == SSL_RC4) in tls1_setup_key_block()
415 #define SSL_C_EXPORT_KEYLENGTH(c) SSL_EXPORT_KEYLENGTH((c)->algorithm_enc, \
370 unsigned long algorithm_enc; /* symmetric encryption */ member
1247 if (c->algorithm_enc & SSL_eNULL) in ssl3_get_client_hello()