Searched refs:SSL_CIPHER_get_bits (Results 1 – 7 of 7) sorted by relevance
8 SSL_CIPHER_get_bits,29 int SSL_CIPHER_get_bits(const SSL_CIPHER *cipher, int *alg_bits);57 SSL_CIPHER_get_bits() returns the number of secret bits used for B<cipher>.163 SSL_CIPHER_get_bits() returns a positive integer representing the number of
31 SSL_CIPHER_get_bits;
1116 SSL_CIPHER_get_bits(SSL_get_current_cipher(s),np)1520 __owur int SSL_CIPHER_get_bits(const SSL_CIPHER *c, int *alg_bits);
1880 int SSL_CIPHER_get_bits(const SSL_CIPHER *c, int *alg_bits) in SSL_CIPHER_get_bits() function
1776 b = SSL_CIPHER_get_bits(c, &r);
200 =item int B<SSL_CIPHER_get_bits>(SSL_CIPHER *cipher, int *alg_bits);
2403 MLINKS+= SSL_CIPHER_get_name.3 SSL_CIPHER_get_bits.3