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

  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl_ciph.c 805 !(c->algorithm_auth & disabled_auth) &&
816 printf("\t%d: %s %lx %lx %lx\n",i,c->name,c->id,c->algorithm_mkey,c->algorithm_auth);
888 unsigned long algorithm_auth = cipher_aliases[i].algorithm_auth; local
897 if (algorithm_auth)
898 if ((algorithm_auth & mask_auth) == 0)
975 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);
980 if (alg_auth && !(alg_auth & cp->algorithm_auth))
    [all...]
d1_srvr.c 421 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
508 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
513 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)
    [all...]
s3_clnt.c 349 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
1175 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) &&
    [all...]
s3_srvr.c 416 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
418 && !(s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5))
516 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
521 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)
    [all...]
ssl_lib.c     [all...]
t1_lib.c     [all...]
d1_clnt.c 388 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
    [all...]
t1_enc.c 355 s->s3->tmp.new_cipher->algorithm_auth,
    [all...]
s3_lib.c     [all...]
ssl.h 396 unsigned long algorithm_auth; /* server authentication */ member in struct:ssl_cipher_st
    [all...]
  /external/openssl/ssl/
ssl_ciph.c 805 !(c->algorithm_auth & disabled_auth) &&
816 printf("\t%d: %s %lx %lx %lx\n",i,c->name,c->id,c->algorithm_mkey,c->algorithm_auth);
888 unsigned long algorithm_auth = cipher_aliases[i].algorithm_auth; local
897 if (algorithm_auth)
898 if ((algorithm_auth & mask_auth) == 0)
975 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);
980 if (alg_auth && !(alg_auth & cp->algorithm_auth))
    [all...]
d1_srvr.c 421 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
508 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
513 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)
    [all...]
s3_clnt.c 349 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
1175 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) &&
    [all...]
s3_srvr.c 416 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
418 && !(s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5))
516 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
521 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)
    [all...]
ssl_lib.c     [all...]
t1_lib.c     [all...]
d1_clnt.c 388 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
    [all...]
t1_enc.c 355 s->s3->tmp.new_cipher->algorithm_auth,
    [all...]
s3_lib.c     [all...]
ssl.h 396 unsigned long algorithm_auth; /* server authentication */ member in struct:ssl_cipher_st
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ssl.h 396 unsigned long algorithm_auth; /* server authentication */ member in struct:ssl_cipher_st
    [all...]
  /external/openssl/include/openssl/
ssl.h 396 unsigned long algorithm_auth; /* server authentication */ member in struct:ssl_cipher_st
    [all...]

Completed in 296 milliseconds