Home | History | Annotate | Download | only in ssl

Lines Matching refs:cipher

113  * ECC cipher suite support in OpenSSL originally developed by 
322 * to the default cipher setup will also be included here.
331 /* The following cipher list is used by default.
332 * It also is substituted when an application-defined cipher list string
382 typedef int (*tls_session_secret_cb_fn)(SSL *s, void *secret, int *secret_len, STACK_OF(SSL_CIPHER) *peer_ciphers, SSL_CIPHER **cipher, void *arg);
432 int (*put_cipher_by_char)(const SSL_CIPHER *cipher,unsigned char *ptr);
448 * Cipher OCTET STRING, -- the 3 byte cipher ID
519 const SSL_CIPHER *cipher;
522 * the 'cipher' structure */
612 /* Set on servers to choose the cipher according to the server's
1828 const char * SSL_CIPHER_authentication_method(const SSL_CIPHER* cipher);