Searched refs:cipher_name (Results 1 – 13 of 13) sorted by relevance
207 const std::string cipher_name(argv[2]); in cavp_aes_test_main() local214 (cipher_name != "aes-128-ecb" && in cavp_aes_test_main()215 cipher_name != "aes-192-ecb" && in cavp_aes_test_main()216 cipher_name != "aes-256-ecb"); in cavp_aes_test_main()
325 const std::string cipher_name(argv[2]); in cavp_tdes_test_main() local331 bool has_iv = cipher_name != "des-ede" && cipher_name != "des-ede3"; in cavp_tdes_test_main()
48 cipher_name = s[:-(len(hash_name) + 1)]50 cipher_name += "_TLS13"51 cipher_alg = _tls_cipher_algs.get(cipher_name)61 cipher_name, hash_name = s.split("_WITH_")62 cipher_alg = _tls_cipher_algs.get(cipher_name.rstrip("_EXPORT40"))63 kx_alg.export = cipher_name.endswith("_EXPORT40")
45 def cipher_name(suite): function88 print("\t\t* %s" % cipher_name(ciphers[i:i+4]))
72 char *cipher_name(int);
638 cipher_name(ssh_cipher_default)); in ssh_kex()644 cipher_name(options.cipher)); in ssh_kex()646 debug("Encryption type: %.100s", cipher_name(options.cipher)); in ssh_kex()
307 cipher_name(int id) in cipher_name() function
2636 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()
157 ByteString cipher_name = pDefFilter->GetStringFor("CFM"); in LoadCryptInfo() local158 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()
1839 const char *cipher_name, *cipher_protocol; in cipher_to_tuple() local1844 cipher_name = SSL_CIPHER_get_name(cipher); in cipher_to_tuple()1845 if (cipher_name == NULL) { in cipher_to_tuple()1849 v = PyUnicode_FromString(cipher_name); in cipher_to_tuple()1882 const char *cipher_name, *cipher_protocol; in cipher_to_dict() local1893 cipher_name = SSL_CIPHER_get_name(cipher); in cipher_to_dict()1922 "name", cipher_name, in cipher_to_dict()
1534 char *cipher_name; in PySSL_cipher() local1547 cipher_name = (char *) SSL_CIPHER_get_name(current); in PySSL_cipher()1548 if (cipher_name == NULL) { in PySSL_cipher()1552 v = PyString_FromString(cipher_name); in PySSL_cipher()