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

  /external/openssl/ssl/
s23_lib.c 114 c->algorithm_auth == SSL_aECDH ||
115 c->algorithm_auth == SSL_aECDSA)
ssl_ciph.c 806 !(c->algorithm_auth & disabled_auth) &&
817 printf("\t%d: %s %lx %lx %lx\n",i,c->name,c->id,c->algorithm_mkey,c->algorithm_auth);
889 unsigned long algorithm_auth = cipher_aliases[i].algorithm_auth; local
898 if (algorithm_auth)
899 if ((algorithm_auth & mask_auth) == 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);
985 if (alg_auth && !(alg_auth & cp->algorithm_auth))
    [all...]
d1_srvr.c 422 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
509 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
514 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)
    [all...]
s3_clnt.c 337 if (!(s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL|SSL_aSRP)) &&
338 !((s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK) &&
1038 if (((c->algorithm_mkey & SSL_kSRP) || (c->algorithm_auth & SSL_aSRP)) &&
1189 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) &&
    [all...]
s3_srvr.c 418 if (!(s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL|SSL_aKRB5|SSL_aSRP))
420 && !(s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK &&
449 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
522 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
527 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) ||
529 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aSRP)
    [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 397 unsigned long algorithm_auth; /* server authentication */ member in struct:ssl_cipher_st
    [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
ssl_ciph.c 451 printf("\t%d: %s %lx %lx %lx\n",i,c->name,c->id,c->algorithm_mkey,c->algorithm_auth);
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);
588 if (alg_auth && !(alg_auth & cp->algorithm_auth))
888 if (ca_list[j]->algorithm_auth)
892 alg_auth &= ca_list[j]->algorithm_auth;
896 alg_auth = ca_list[j]->algorithm_auth;
    [all...]
d1_srvr.c 356 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
377 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
413 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
s3_clnt.c 928 c->algorithm_auth & ct->mask_a)
    [all...]
s3_srvr.c 370 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
408 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
    [all...]
ssl_lib.c     [all...]
t1_lib.c 904 alg_a = c->algorithm_auth;
    [all...]
s3_lib.c     [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
SSLParametersImpl.java 941 int algorithm_auth = NativeCrypto.get_SSL_CIPHER_algorithm_auth(sslCipherNative); local
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
ssl.h 315 unsigned long algorithm_auth; /* server authentication */ member in struct:ssl_cipher_st
    [all...]
  /external/openssl/include/openssl/
ssl.h 397 unsigned long algorithm_auth; /* server authentication */ member in struct:ssl_cipher_st
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 2600 milliseconds