Home
last modified time | relevance | path

Searched refs:cipher_get_keycontext (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dcipher.h90 int cipher_get_keycontext(const CipherContext *, u_char *);
Dcipher.c409 cipher_get_keycontext(const CipherContext *cc, u_char *dat) in cipher_get_keycontext() function
Dpacket.c345 return (cipher_get_keycontext(cc, dat)); in packet_get_keycontext()