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;
1114 SSL_CIPHER_get_bits(SSL_get_current_cipher(s),np)1518 __owur int SSL_CIPHER_get_bits(const SSL_CIPHER *c, int *alg_bits);
1527 b = SSL_CIPHER_get_bits(c, &r);
1879 int SSL_CIPHER_get_bits(const SSL_CIPHER *c, int *alg_bits) in SSL_CIPHER_get_bits() function
200 =item int B<SSL_CIPHER_get_bits>(SSL_CIPHER *cipher, int *alg_bits);
2378 MLINKS+= SSL_CIPHER_get_name.3 SSL_CIPHER_get_bits.3