Home
last modified time | relevance | path

Searched refs:cipher_by_name (Results 1 – 6 of 6) sorted by relevance

/external/openssh/
Dcipher.h79 const struct sshcipher *cipher_by_name(const char *);
Dcipher.c217 cipher_by_name(const char *name) in cipher_by_name() function
250 c = cipher_by_name(p); in ciphers_valid()
Dkex.c475 if ((enc->cipher = cipher_by_name(name)) == NULL) in choose_enc()
Dpacket.c272 const struct sshcipher *none = cipher_by_name("none"); in ssh_packet_set_connection()
2525 cipher_by_name(enc->name) != enc->cipher) { in newkeys_from_blob()
Dsshkey.c3071 if ((cipher = cipher_by_name(ciphername)) == NULL) { in sshkey_private_to_blob2()
3280 if ((cipher = cipher_by_name(ciphername)) == NULL) { in sshkey_parse_private2()
/external/boringssl/src/crypto/pem/
Dpem_lib.c439 static const EVP_CIPHER* cipher_by_name(const char *name) { in cipher_by_name() function
486 cipher->cipher=enc=cipher_by_name(p); in PEM_get_EVP_CIPHER_INFO()