Home
last modified time | relevance | path

Searched refs:alg_bits (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/common/openssl/doc/ssl/
H A DSSL_CIPHER_get_name.pod12 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 the
40 does use the full 128 bits (which would be returned for B<alg_bits>), of
H A Dssl.pod183 =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);
/onnv-gate/usr/src/common/openssl/ssl/
H A Dssl_ciph.c289 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() argument
1117 if (alg_bits != NULL) *alg_bits = c->alg_bits; in SSL_CIPHER_get_bits()
H A Dssl.h354 int alg_bits; /* Number of bits for algorithm */ member
1227 int SSL_CIPHER_get_bits(const SSL_CIPHER *c,int *alg_bits);