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

  /external/conscrypt/src/main/java/org/conscrypt/
SSLParametersImpl.java 941 int algorithm_auth = NativeCrypto.get_SSL_CIPHER_algorithm_auth(sslCipherNative); local
    [all...]
  /external/openssl/ssl/
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...]
ssl.h 397 unsigned long algorithm_auth; /* server authentication */ member in struct:ssl_cipher_st
    [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...]

Completed in 458 milliseconds