Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/ssh/
Dcipher.h91 int cipher_get_keycontext(const CipherContext *, u_char *);
Dcipher.c400 cipher_get_keycontext(const CipherContext *cc, u_char *dat) in cipher_get_keycontext() function
Dpacket.c349 return (cipher_get_keycontext(cc, dat)); in packet_get_keycontext()