HomeSort by relevance Sort by last modified time
    Searched refs:algorithm_enc (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/boringssl/src/ssl/
ssl_ciph.c 256 switch (c->algorithm_enc)
293 switch (c->algorithm_enc)
322 if (c->algorithm_enc == SSL_RC4 &&
326 else if (c->algorithm_enc == SSL_AES128 &&
330 else if (c->algorithm_enc == SSL_AES256 &&
580 printf("\nName: %s:\nAlgo = %08lx/%08lx/%08lx/%08lx/%08lx Algo_strength = %08lx\n", cp->name, cp->algorithm_mkey, cp->algorithm_auth, cp->algorithm_enc, cp->algorithm_mac, cp->algorithm_ssl, cp->algo_strength);
590 if (alg_enc && !(alg_enc & cp->algorithm_enc))
899 if (ca_list[j]->algorithm_enc)
903 alg_enc &= ca_list[j]->algorithm_enc;
907 alg_enc = ca_list[j]->algorithm_enc;
    [all...]
d1_lib.c 319 if (ciph->algorithm_enc == SSL_RC4)
s3_enc.c 372 if (s->session->cipher->algorithm_enc == SSL_RC4)
t1_enc.c 672 if (s->session->cipher->algorithm_enc == SSL_RC4)
    [all...]
  /external/openssl/ssl/
ssl_ciph.c 517 switch (c->algorithm_enc)
630 if (c->algorithm_enc == SSL_RC4 &&
634 else if (c->algorithm_enc == SSL_AES128 &&
638 else if (c->algorithm_enc == SSL_AES256 &&
807 !(c->algorithm_enc & disabled_enc) &&
890 unsigned long algorithm_enc = cipher_aliases[i].algorithm_enc; local
902 if (algorithm_enc)
903 if ((algorithm_enc & mask_enc) == 0)
980 printf("\nName: %s:\nAlgo = %08lx/%08lx/%08lx/%08lx/%08lx Algo_strength = %08lx\n", cp->name, cp->algorithm_mkey, cp->algorithm_auth, cp->algorithm_enc, cp->algorithm_mac, cp->algorithm_ssl, cp->algo_strength)
    [all...]
d1_lib.c 300 if (ciph->algorithm_enc == SSL_RC4)
s3_enc.c 439 if (s->session->cipher->algorithm_enc == SSL_eNULL)
443 if (s->session->cipher->algorithm_enc == SSL_RC4)
t1_enc.c 655 if (s->session->cipher->algorithm_enc == SSL_eNULL)
659 if (s->session->cipher->algorithm_enc == SSL_RC4)
    [all...]
ssl_locl.h 317 /* Bits for algorithm_enc (symmetric encryption) */
441 #define SSL_C_EXPORT_KEYLENGTH(c) SSL_EXPORT_KEYLENGTH((c)->algorithm_enc, \
    [all...]
ssl.h 398 unsigned long algorithm_enc; /* symmetric encryption */ member in struct:ssl_cipher_st
    [all...]
s3_srvr.c     [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
ssl.h 316 unsigned long algorithm_enc; /* symmetric encryption */ member in struct:ssl_cipher_st
    [all...]
  /external/openssl/include/openssl/
ssl.h 398 unsigned long algorithm_enc; /* symmetric encryption */ member in struct:ssl_cipher_st
    [all...]

Completed in 568 milliseconds