Searched refs:cipher_get_keycontext (Results 1 – 4 of 4) sorted by relevance
101 int cipher_get_keycontext(const CipherContext *, u_char *);
560 cipher_get_keycontext(const CipherContext *cc, u_char *dat) function
180 #define cipher_get_keycontext ssh_cipher_get_keycontext macro
354 return (cipher_get_keycontext(cc, dat)); in packet_get_keycontext()