Lines Matching defs:cipher
565 const SSL_CIPHER *cipher;
607 cipher = sk_SSL_CIPHER_value(ciphers, i);
608 cipher_name = SSL_CIPHER_get_name(cipher);
611 rc = SSL_SESSION_set_cipher(*sess, cipher);
613 SPDK_ERRLOG("Unable to set cipher: %s\n", cipher_name);
621 SPDK_ERRLOG("No suitable cipher found\n");
654 const SSL_CIPHER *cipher;
681 cipher = sk_SSL_CIPHER_value(ciphers, i);
682 cipher_name = SSL_CIPHER_get_name(cipher);
685 rc = SSL_SESSION_set_cipher(*sess, cipher);
687 SPDK_ERRLOG("Unable to set cipher: %s\n", cipher_name);
695 SPDK_ERRLOG("No suitable cipher found\n");
785 * cipher suite list was configured, and 0 otherwise. */
788 SPDK_ERRLOG("Unable to set TLS cipher suites for SSL'\n");