Lines Matching refs:cipher
11 const char *SSL_CIPHER_get_name(const SSL_CIPHER *cipher);
12 int SSL_CIPHER_get_bits(const SSL_CIPHER *cipher, int *alg_bits);
13 char *SSL_CIPHER_get_version(const SSL_CIPHER *cipher);
14 char *SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int size);
18 SSL_CIPHER_get_name() returns a pointer to the name of B<cipher>. If the
22 SSL_CIPHER_get_bits() returns the number of secret bits used for B<cipher>. If
24 chosen algorithm. If B<cipher> is NULL, 0 is returned.
27 version that first defined the cipher.
31 If B<cipher> is NULL, "(NONE)" is returned.
33 SSL_CIPHER_description() returns a textual description of the cipher used
43 export cipher like e.g. EXP-RC4-MD5 has only 40 secret bits. The algorithm
55 Textual representation of the cipher name.
85 If the cipher is flagged exportable with respect to old US crypto
105 If SSL_CIPHER_description() is called with B<cipher> being NULL, the
108 If SSL_CIPHER_description() cannot handle a built-in cipher, the according
109 description of the cipher property is B<unknown>. This case should not