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

  /external/openssl/ssl/
ssl_ciph.c 727 !(c->algorithm_auth & disabled_auth) &&
738 printf("\t%d: %s %lx %lx %lx\n",i,c->name,c->id,c->algorithm_mkey,c->algorithm_auth);
810 unsigned long algorithm_auth = cipher_aliases[i].algorithm_auth; local
819 if (algorithm_auth)
820 if ((algorithm_auth & mask_auth) == 0)
897 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);
902 if (alg_auth && !(alg_auth & cp->algorithm_auth))
    [all...]
d1_srvr.c 343 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
430 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
435 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)
1147 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
    [all...]
s3_clnt.c 319 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
1065 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) &&
1131 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5))
1158 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5))
1165 s->s3->tmp.new_cipher->algorithm_mkey, s->s3->tmp.new_cipher->algorithm_auth, need_cert);
    [all...]
s3_srvr.c 349 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
351 && !(s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5))
445 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
450 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)
    [all...]
t1_lib.c     [all...]
ssl_lib.c     [all...]
t1_enc.c 344 s->s3->tmp.new_cipher->algorithm_auth,
d1_clnt.c 303 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
    [all...]
s3_lib.c     [all...]
ssl.h 369 unsigned long algorithm_auth; /* server authentication */ member in struct:ssl_cipher_st
    [all...]
  /external/openssl/include/openssl/
ssl.h 369 unsigned long algorithm_auth; /* server authentication */ member in struct:ssl_cipher_st
    [all...]

Completed in 396 milliseconds