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

  /external/chromium_org/third_party/boringssl/src/ssl/
ssl_ciph.c 525 unsigned long algo_strength,
535 rule, alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength, strength_bits, in_group);
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);
596 if (algo_strength && !(algo_strength & cp->algo_strength))
716 unsigned long alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength; local
805 algo_strength = 0;
921 if (ca_list[j]->algo_strength)
    [all...]
  /external/openssl/ssl/
ssl_ciph.c 803 (!FIPS_mode() || (c->algo_strength & SSL_FIPS)) &&
925 unsigned long algo_strength,
935 rule, alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength, strength_bits);
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);
993 if ((algo_strength & SSL_EXP_MASK) && !(algo_strength & SSL_EXP_MASK & cp->algo_strength))
995 if ((algo_strength & SSL_STRONG_MASK) && !(algo_strength & SSL_STRONG_MASK & cp->algo_strength)
1112 unsigned long alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength; local
    [all...]
ssl.h 402 unsigned long algo_strength; /* strength and export flags */ member in struct:ssl_cipher_st
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
ssl.h 320 unsigned long algo_strength; /* strength and export flags */ member in struct:ssl_cipher_st
    [all...]
  /external/openssl/include/openssl/
ssl.h 402 unsigned long algo_strength; /* strength and export flags */ member in struct:ssl_cipher_st
    [all...]

Completed in 4386 milliseconds