Searched refs:cipher_name (Results 1 – 3 of 3) sorted by relevance
362 char* cipher_name = SSL_CIPHER_get_rfc_name(ssl_cipher); in SslCipherSuiteToName() local363 std::string rfc_name = std::string(cipher_name); in SslCipherSuiteToName()364 OPENSSL_free(cipher_name); in SslCipherSuiteToName()
24 static char *cipher_name(__u32 c) in cipher_name() function302 cipher_name(ciphers[i])); in print_phy_handler()
141 CFX_ByteString cipher_name = pDefFilter->GetString("CFM"); in _LoadCryptInfo() local142 if (cipher_name == "AESV2" || cipher_name == "AESV3") { in _LoadCryptInfo()