Searched refs:strength_bits (Results 1 – 3 of 3) sorted by relevance
487 int rule, int strength_bits, CIPHER_ORDER *co_list, in ssl_cipher_apply_rule() argument497 strength_bits); in ssl_cipher_apply_rule()515 if (strength_bits == -1) in ssl_cipher_apply_rule()534 else if (strength_bits != cp->strength_bits) in ssl_cipher_apply_rule()599 (curr->cipher->strength_bits > max_strength_bits)) in ssl_cipher_strength_sort()600 max_strength_bits = curr->cipher->strength_bits; in ssl_cipher_strength_sort()619 number_uses[curr->cipher->strength_bits]++; in ssl_cipher_strength_sort()1045 switch(cipher->strength_bits) in SSL_CIPHER_description()1118 ret = c->strength_bits; in SSL_CIPHER_get_bits()
353 int strength_bits; /* Number of bits really used */ member
5122 cipher-strength (using the strength_bits hard coded in the tables).