Searched refs:cipher_name (Results 1 – 9 of 9) sorted by relevance
45 def cipher_name(suite): function88 print("\t\t* %s" % cipher_name(ciphers[i:i+4]))
79 char *cipher_name(int);
635 cipher_name(ssh_cipher_default)); in ssh_kex()641 cipher_name(options.cipher)); in ssh_kex()643 debug("Encryption type: %.100s", cipher_name(options.cipher)); in ssh_kex()
278 cipher_name(int id) in cipher_name() function
2437 debug("Encryption type: %.200s", cipher_name(cipher_type));
2363 printf("Cipher %s\n", cipher_name(o->cipher)); in dump_client_config()
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()
151 CFX_ByteString cipher_name = pDefFilter->GetStringFor("CFM"); in LoadCryptInfo() local152 if (cipher_name == "AESV2" || cipher_name == "AESV3") { in LoadCryptInfo()
24 static char *cipher_name(__u32 c) in cipher_name() function302 cipher_name(ciphers[i])); in print_phy_handler()