Searched refs:algorithm_enc (Results 1 – 7 of 7) sorted by relevance
519 switch (c->algorithm_enc) { in ssl_cipher_get_evp()629 if (c->algorithm_enc == SSL_RC4 && in ssl_cipher_get_evp()633 else if (c->algorithm_enc == SSL_AES128 && in ssl_cipher_get_evp()637 else if (c->algorithm_enc == SSL_AES256 && in ssl_cipher_get_evp()824 !(c->algorithm_enc & disabled_enc) && in ssl_cipher_collect_ciphers()904 unsigned long algorithm_enc = cipher_aliases[i].algorithm_enc; in ssl_cipher_collect_aliases() local916 if (algorithm_enc) in ssl_cipher_collect_aliases()917 if ((algorithm_enc & mask_enc) == 0) in ssl_cipher_collect_aliases()997 cp->algorithm_enc, cp->algorithm_mac, cp->algorithm_ssl, in ssl_cipher_apply_rule()1008 if (alg_enc && !(alg_enc & cp->algorithm_enc)) in ssl_cipher_apply_rule()[all …]
437 if (s->session->cipher->algorithm_enc == SSL_eNULL) in ssl3_setup_key_block()441 if (s->session->cipher->algorithm_enc == SSL_RC4) in ssl3_setup_key_block()
317 if (ciph->algorithm_enc == SSL_RC4) in dtls1_get_cipher()
694 if (s->session->cipher->algorithm_enc == SSL_eNULL) in tls1_setup_key_block()698 if (s->session->cipher->algorithm_enc == SSL_RC4) in tls1_setup_key_block()
464 # define SSL_C_EXPORT_KEYLENGTH(c) SSL_EXPORT_KEYLENGTH((c)->algorithm_enc, \
405 unsigned long algorithm_enc; /* symmetric encryption */ member
1458 if (c->algorithm_enc & SSL_eNULL) in ssl3_get_client_hello()