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

  /external/openssl/ssl/
ssl_ciph.c 802 (!FIPS_mode() || (c->algo_strength & SSL_FIPS)) &&
924 unsigned long algo_strength,
934 rule, alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength, strength_bits);
975 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);
988 if ((algo_strength & SSL_EXP_MASK) && !(algo_strength & SSL_EXP_MASK & cp->algo_strength))
990 if ((algo_strength & SSL_STRONG_MASK) && !(algo_strength & SSL_STRONG_MASK & cp->algo_strength)
1107 unsigned long alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength; local
    [all...]
ssl.h 401 unsigned long algo_strength; /* strength and export flags */ member in struct:ssl_cipher_st
    [all...]
  /external/openssl/include/openssl/
ssl.h 401 unsigned long algo_strength; /* strength and export flags */ member in struct:ssl_cipher_st
    [all...]

Completed in 125 milliseconds