Home
last modified time | relevance | path

Searched defs:cipher_name (Results 1 – 13 of 13) sorted by relevance

/external/libnl/python/examples/
Dwiphy.py46 def cipher_name(suite): function
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Daead.py30 def _aead_setup(backend, cipher_name, key, nonce, tag, tag_len, operation): argument
/external/webrtc/rtc_base/
Dopenssl_utility.cc67 const char* cipher_name = SSL_CIPHER_get_name(SSL_get_current_cipher(ssl)); in LogCertificates() local
/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/cavp/
Dcavp_aes_test.cc205 const std::string cipher_name(argv[2]); in cavp_aes_test_main() local
Dcavp_tdes_test.cc319 const std::string cipher_name(argv[2]); in cavp_tdes_test_main() local
/external/iw/
Dinfo.c22 static char *cipher_name(__u32 c) in cipher_name() function
/external/pdfium/core/fpdfapi/parser/
Dcpdf_security_handler.cpp266 ByteString cipher_name = pDefFilter->GetByteStringFor("CFM"); in LoadCryptInfo() local
/external/mbedtls/library/
Dcipher.c104 const char *cipher_name ) in mbedtls_cipher_info_from_string()
/external/openthread/third_party/mbedtls/repo/library/
Dcipher.c114 const char *cipher_name ) in mbedtls_cipher_info_from_string()
/external/curl/lib/vtls/
Dbearssl.c512 char cipher_name[CIPHER_NAME_BUF_LEN]; in bearssl_set_selected_ciphers() local
/external/python/cpython3/Modules/
D_ssl.c1911 const char *cipher_name, *cipher_protocol; in cipher_to_tuple() local
1953 const char *cipher_name, *cipher_protocol; in cipher_to_dict() local
/external/python/cpython2/Modules/
D_ssl.c1534 char *cipher_name; in PySSL_cipher() local
/external/rust/crates/openssl/src/ssl/
Dmod.rs124 pub fn cipher_name(std_name: &str) -> &'static str { in cipher_name() function