Searched defs:cipher_name (Results 1 – 13 of 13) sorted by relevance
46 def cipher_name(suite): function
30 def _aead_setup(backend, cipher_name, key, nonce, tag, tag_len, operation): argument
67 const char* cipher_name = SSL_CIPHER_get_name(SSL_get_current_cipher(ssl)); in LogCertificates() local
205 const std::string cipher_name(argv[2]); in cavp_aes_test_main() local
319 const std::string cipher_name(argv[2]); in cavp_tdes_test_main() local
22 static char *cipher_name(__u32 c) in cipher_name() function
266 ByteString cipher_name = pDefFilter->GetByteStringFor("CFM"); in LoadCryptInfo() local
104 const char *cipher_name ) in mbedtls_cipher_info_from_string()
114 const char *cipher_name ) in mbedtls_cipher_info_from_string()
512 char cipher_name[CIPHER_NAME_BUF_LEN]; in bearssl_set_selected_ciphers() local
1911 const char *cipher_name, *cipher_protocol; in cipher_to_tuple() local1953 const char *cipher_name, *cipher_protocol; in cipher_to_dict() local
1534 char *cipher_name; in PySSL_cipher() local
124 pub fn cipher_name(std_name: &str) -> &'static str { in cipher_name() function