Home
last modified time | relevance | path

Searched refs:cipher_name (Results 1 – 9 of 9) sorted by relevance

/external/libnl/python/examples/
Dwiphy.py45 def cipher_name(suite): function
88 print("\t\t* %s" % cipher_name(ciphers[i:i+4]))
/external/openssh/
Dcipher.h79 char *cipher_name(int);
Dsshconnect1.c635 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()
Dcipher.c278 cipher_name(int id) in cipher_name() function
Dsshd.c2437 debug("Encryption type: %.200s", cipher_name(cipher_type));
Dreadconf.c2363 printf("Cipher %s\n", cipher_name(o->cipher)); in dump_client_config()
/external/webrtc/webrtc/base/
Dopensslstreamadapter.cc362 char* cipher_name = SSL_CIPHER_get_rfc_name(ssl_cipher); in SslCipherSuiteToName() local
363 std::string rfc_name = std::string(cipher_name); in SslCipherSuiteToName()
364 OPENSSL_free(cipher_name); in SslCipherSuiteToName()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_security_handler.cpp151 CFX_ByteString cipher_name = pDefFilter->GetStringFor("CFM"); in LoadCryptInfo() local
152 if (cipher_name == "AESV2" || cipher_name == "AESV3") { in LoadCryptInfo()
/external/iw/
Dinfo.c24 static char *cipher_name(__u32 c) in cipher_name() function
302 cipher_name(ciphers[i])); in print_phy_handler()