Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dssl_ciph.c490 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() local
823 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 …]
Ds3_enc.c440 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()
Dd1_lib.c231 if (ciph->algorithm_enc == SSL_RC4) in dtls1_get_cipher()
Dt1_enc.c622 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()
Dssl_locl.h415 #define SSL_C_EXPORT_KEYLENGTH(c) SSL_EXPORT_KEYLENGTH((c)->algorithm_enc, \
Dssl.h370 unsigned long algorithm_enc; /* symmetric encryption */ member
Ds3_srvr.c1247 if (c->algorithm_enc & SSL_eNULL) in ssl3_get_client_hello()
/external/openssl/include/openssl/
Dssl.h370 unsigned long algorithm_enc; /* symmetric encryption */ member