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

  /external/openssl/ssl/
ssl_ciph.c 726 !(c->algorithm_mkey & disabled_mkey) &&
738 printf("\t%d: %s %lx %lx %lx\n",i,c->name,c->id,c->algorithm_mkey,c->algorithm_auth);
809 unsigned long algorithm_mkey = cipher_aliases[i].algorithm_mkey; local
815 if (algorithm_mkey)
816 if ((algorithm_mkey & mask_mkey) == 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);
900 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey))
    [all...]
d1_srvr.c 328 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
356 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
422 || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
894 type=s->s3->tmp.new_cipher->algorithm_mkey;
1136 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
    [all...]
s3_clnt.c 320 !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
1109 && !((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) &&
1136 need_cert = ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) &&
1144 s->s3->tmp.new_cipher->algorithm_mkey, s->s3->tmp.new_cipher->algorithm_auth, need_cert);
    [all...]
s3_srvr.c 350 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)
378 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
453 || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
    [all...]
t1_lib.c     [all...]
ssl_lib.c     [all...]
d1_clnt.c 304 !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
805 alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
    [all...]
s3_lib.c     [all...]
t1_enc.c 345 s->s3->tmp.new_cipher->algorithm_mkey,
ssl.h 368 unsigned long algorithm_mkey; /* key exchange algorithm */ member in struct:ssl_cipher_st
    [all...]
  /external/openssl/include/openssl/
ssl.h 368 unsigned long algorithm_mkey; /* key exchange algorithm */ member in struct:ssl_cipher_st
    [all...]

Completed in 104 milliseconds