Home | History | Annotate | Download | only in ssl

Lines Matching full:ciphers

736     /* Skip SSLv2 ciphers. */
772 STACK_OF(SSL_CIPHER) *ciphers = NULL;
976 ciphers = ssl_bytes_to_cipher_list(ssl, &cipher_suites);
977 if (ciphers == NULL) {
987 for (j = 0; j < sk_SSL_CIPHER_num(ciphers); j++) {
988 c = sk_SSL_CIPHER_value(ciphers, j);
1033 /* Given ciphers and SSL_get_ciphers, we must pick a cipher */
1035 if (ciphers == NULL) {
1055 c = ssl3_choose_cipher(ssl, ciphers, ssl_get_cipher_preferences(ssl));
1094 * cipher_list - our prefered list of ciphers
1095 * ciphers - the clients prefered list of ciphers
1110 sk_SSL_CIPHER_free(ciphers);
1220 /* PSK ciphers begin with an identity hint. */