Searched refs:alg_bits (Results 1 – 5 of 5) sorted by relevance
1879 int SSL_CIPHER_get_bits(const SSL_CIPHER *c, int *alg_bits) in SSL_CIPHER_get_bits() argument1884 if (alg_bits != NULL) in SSL_CIPHER_get_bits()1885 *alg_bits = (int)c->alg_bits; in SSL_CIPHER_get_bits()
434 uint32_t alg_bits; /* Number of bits for algorithm */ member
200 =item int B<SSL_CIPHER_get_bits>(SSL_CIPHER *cipher, int *alg_bits);204 I<alg_bits>) and the bits which are actually used (the return value).529 =item int B<SSL_get_cipher_bits>(const SSL *ssl, int *alg_bits);
29 int SSL_CIPHER_get_bits(const SSL_CIPHER *cipher, int *alg_bits);
1518 __owur int SSL_CIPHER_get_bits(const SSL_CIPHER *c, int *alg_bits);