Lines Matching defs:cipher_name
566 const char *cipher_name;
608 cipher_name = SSL_CIPHER_get_name(cipher);
610 if (strcmp(user_cipher, cipher_name) == 0) {
613 SPDK_ERRLOG("Unable to set cipher: %s\n", cipher_name);
625 SPDK_DEBUGLOG(sock_posix, "Cipher selected: %s\n", cipher_name);
655 const char *cipher_name;
682 cipher_name = SSL_CIPHER_get_name(cipher);
684 if (strcmp(impl_opts->tls_cipher_suites, cipher_name) == 0) {
687 SPDK_ERRLOG("Unable to set cipher: %s\n", cipher_name);
699 SPDK_DEBUGLOG(sock_posix, "Cipher selected: %s\n", cipher_name);