Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_ciph.c519 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() local
916 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 …]
H A Ds3_enc.c437 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()
H A Dd1_lib.c317 if (ciph->algorithm_enc == SSL_RC4) in dtls1_get_cipher()
H A Dt1_enc.c694 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()
H A Dssl_locl.h464 # define SSL_C_EXPORT_KEYLENGTH(c) SSL_EXPORT_KEYLENGTH((c)->algorithm_enc, \
H A Dssl.h405 unsigned long algorithm_enc; /* symmetric encryption */ member
H A Ds3_srvr.c1458 if (c->algorithm_enc & SSL_eNULL) in ssl3_get_client_hello()