Searched refs:alg_bits (Results 1 – 4 of 4) sorted by relevance
1920 int SSL_CIPHER_get_bits(const SSL_CIPHER *c, int *alg_bits) in SSL_CIPHER_get_bits() argument1925 if (alg_bits != NULL) in SSL_CIPHER_get_bits()1926 *alg_bits = (int)c->alg_bits; in SSL_CIPHER_get_bits()
404 uint32_t alg_bits; /* Number of bits for algorithm */ member
29 int SSL_CIPHER_get_bits(const SSL_CIPHER *cipher, int *alg_bits);
1580 __owur int SSL_CIPHER_get_bits(const SSL_CIPHER *c, int *alg_bits);
Completed in 40 milliseconds