Home
last modified time | relevance | path

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

/external/chromium_org/third_party/boringssl/src/ssl/
Dssl_ciph.c256 switch (c->algorithm_enc) in ssl_cipher_get_evp_aead()
293 switch (c->algorithm_enc) in ssl_cipher_get_evp()
322 if (c->algorithm_enc == SSL_RC4 && in ssl_cipher_get_evp()
326 else if (c->algorithm_enc == SSL_AES128 && in ssl_cipher_get_evp()
330 else if (c->algorithm_enc == SSL_AES256 && in ssl_cipher_get_evp()
580 …gth = %08lx\n", cp->name, cp->algorithm_mkey, cp->algorithm_auth, cp->algorithm_enc, cp->algorithm… in ssl_cipher_apply_rule()
590 if (alg_enc && !(alg_enc & cp->algorithm_enc)) in ssl_cipher_apply_rule()
899 if (ca_list[j]->algorithm_enc) in ssl_cipher_process_rulestr()
903 alg_enc &= ca_list[j]->algorithm_enc; in ssl_cipher_process_rulestr()
907 alg_enc = ca_list[j]->algorithm_enc; in ssl_cipher_process_rulestr()
[all …]
Dd1_lib.c319 if (ciph->algorithm_enc == SSL_RC4) in dtls1_get_cipher()
Ds3_enc.c372 if (s->session->cipher->algorithm_enc == SSL_RC4) in ssl3_setup_key_block()
Dt1_enc.c672 if (s->session->cipher->algorithm_enc == SSL_RC4) in tls1_setup_key_block()
/external/openssl/ssl/
Dssl_ciph.c517 switch (c->algorithm_enc) in ssl_cipher_get_evp()
630 if (c->algorithm_enc == SSL_RC4 && in ssl_cipher_get_evp()
634 else if (c->algorithm_enc == SSL_AES128 && in ssl_cipher_get_evp()
638 else if (c->algorithm_enc == SSL_AES256 && in ssl_cipher_get_evp()
807 !(c->algorithm_enc & disabled_enc) && in ssl_cipher_collect_ciphers()
890 unsigned long algorithm_enc = cipher_aliases[i].algorithm_enc; in ssl_cipher_collect_aliases() local
902 if (algorithm_enc) in ssl_cipher_collect_aliases()
903 if ((algorithm_enc & mask_enc) == 0) in ssl_cipher_collect_aliases()
980 …gth = %08lx\n", cp->name, cp->algorithm_mkey, cp->algorithm_auth, cp->algorithm_enc, cp->algorithm… in ssl_cipher_apply_rule()
987 if (alg_enc && !(alg_enc & cp->algorithm_enc)) in ssl_cipher_apply_rule()
[all …]
Ds3_enc.c439 if (s->session->cipher->algorithm_enc == SSL_eNULL) in ssl3_setup_key_block()
443 if (s->session->cipher->algorithm_enc == SSL_RC4) in ssl3_setup_key_block()
Dd1_lib.c300 if (ciph->algorithm_enc == SSL_RC4) in dtls1_get_cipher()
Dt1_enc.c655 if (s->session->cipher->algorithm_enc == SSL_eNULL) in tls1_setup_key_block()
659 if (s->session->cipher->algorithm_enc == SSL_RC4) in tls1_setup_key_block()
Dssl_locl.h441 #define SSL_C_EXPORT_KEYLENGTH(c) SSL_EXPORT_KEYLENGTH((c)->algorithm_enc, \
Dssl.h398 unsigned long algorithm_enc; /* symmetric encryption */ member
Ds3_srvr.c1415 if (c->algorithm_enc & SSL_eNULL) in ssl3_get_client_hello()
/external/openssl/patches/
D0009-cbc_record_splitting.patch205 if (s->session->cipher->algorithm_enc == SSL_eNULL)
211 if (s->session->cipher->algorithm_enc == SSL_RC4)
528 if (s->session->cipher->algorithm_enc == SSL_eNULL)
533 if (s->session->cipher->algorithm_enc == SSL_RC4)
/external/openssl/include/openssl/
Dssl.h398 unsigned long algorithm_enc; /* symmetric encryption */ member
/external/chromium_org/third_party/boringssl/src/include/openssl/
Dssl.h316 unsigned long algorithm_enc; /* symmetric encryption */ member