Searched refs:algorithm_enc (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/third_party/boringssl/src/ssl/ |
D | ssl_ciph.c | 256 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 …]
|
D | d1_lib.c | 319 if (ciph->algorithm_enc == SSL_RC4) in dtls1_get_cipher()
|
D | s3_enc.c | 372 if (s->session->cipher->algorithm_enc == SSL_RC4) in ssl3_setup_key_block()
|
D | t1_enc.c | 672 if (s->session->cipher->algorithm_enc == SSL_RC4) in tls1_setup_key_block()
|
/external/openssl/ssl/ |
D | ssl_ciph.c | 517 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 …]
|
D | s3_enc.c | 439 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()
|
D | d1_lib.c | 300 if (ciph->algorithm_enc == SSL_RC4) in dtls1_get_cipher()
|
D | t1_enc.c | 655 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()
|
D | ssl_locl.h | 441 #define SSL_C_EXPORT_KEYLENGTH(c) SSL_EXPORT_KEYLENGTH((c)->algorithm_enc, \
|
D | ssl.h | 398 unsigned long algorithm_enc; /* symmetric encryption */ member
|
D | s3_srvr.c | 1415 if (c->algorithm_enc & SSL_eNULL) in ssl3_get_client_hello()
|
/external/openssl/patches/ |
D | 0009-cbc_record_splitting.patch | 205 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/ |
D | ssl.h | 398 unsigned long algorithm_enc; /* symmetric encryption */ member
|
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
D | ssl.h | 316 unsigned long algorithm_enc; /* symmetric encryption */ member
|