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
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);
113 SSL_CIPHER_get_bits 114 1_1_0 EXIST::FUNCTION:
1880 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);
1926 v = PyLong_FromLong(SSL_CIPHER_get_bits(cipher, NULL)); in cipher_to_tuple()1958 strength_bits = SSL_CIPHER_get_bits(cipher, &alg_bits); in cipher_to_dict()
45 #define SSL_CIPHER_get_bits BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_CIPHER_get_bits) macro