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 846 unsigned long algo_strength,
856 rule, alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength, strength_bits);
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);
910 if ((algo_strength & SSL_EXP_MASK) && !(algo_strength & SSL_EXP_MASK & cp->algo_strength))
912 if ((algo_strength & SSL_STRONG_MASK) && !(algo_strength & SSL_STRONG_MASK & cp->algo_strength))
1029 unsigned long alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength; local
    [all...]
ssl.h 374 unsigned long algo_strength; /* strength and export flags */ member in struct:ssl_cipher_st
    [all...]
  /external/openssl/include/openssl/
ssl.h 374 unsigned long algo_strength; /* strength and export flags */ member in struct:ssl_cipher_st
    [all...]

Completed in 168 milliseconds