Searched refs:alg_bits (Results 1 – 4 of 4) sorted by relevance
12 int SSL_CIPHER_get_bits(const SSL_CIPHER *cipher, int *alg_bits);23 B<alg_bits> is not NULL, it contains the number of bits processed by the40 does use the full 128 bits (which would be returned for B<alg_bits>), of
183 =item int B<SSL_CIPHER_get_bits>(SSL_CIPHER *cipher, int *alg_bits);187 I<alg_bits>) and the bits which are actually used (the return value).469 =item int B<SSL_get_cipher_bits>(const SSL *ssl, int *alg_bits);
289 switch(c->alg_bits) in ssl_cipher_get_evp()1111 int SSL_CIPHER_get_bits(const SSL_CIPHER *c, int *alg_bits) in SSL_CIPHER_get_bits() argument1117 if (alg_bits != NULL) *alg_bits = c->alg_bits; in SSL_CIPHER_get_bits()
354 int alg_bits; /* Number of bits for algorithm */ member1227 int SSL_CIPHER_get_bits(const SSL_CIPHER *c,int *alg_bits);