/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_locl.h | 400 * algorithm structure element to be passed (algorithms, algo_strength) and no 408 #define SSL_C_IS_EXPORT(c) SSL_IS_EXPORT((c)->algo_strength) 409 #define SSL_C_IS_EXPORT56(c) SSL_IS_EXPORT56((c)->algo_strength) 410 #define SSL_C_IS_EXPORT40(c) SSL_IS_EXPORT40((c)->algo_strength) 416 (c)->algo_strength) 417 #define SSL_C_EXPORT_PKEYLENGTH(c) SSL_EXPORT_PKEYLENGTH((c)->algo_strength) [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...] |