Home
last modified time | relevance | path

Searched refs:evp_aes_128_ctr (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dcipher-ctr.c30 const EVP_CIPHER *evp_aes_128_ctr(void);
151 evp_aes_128_ctr(void) in evp_aes_128_ctr() function
H A Dcipher.c56 extern const EVP_CIPHER *evp_aes_128_ctr(void);
87 { "aes128-ctr", SSH_CIPHER_SSH2, 16, 16, 0, evp_aes_128_ctr },
487 if (c->evptype == evp_aes_128_ctr) { in cipher_get_keyiv()
528 if (c->evptype == evp_aes_128_ctr) { in cipher_set_keyiv()