Searched refs:cipher_set_keycontext (Results 1 – 4 of 4) sorted by relevance
102 void cipher_set_keycontext(CipherContext *, u_char *);
575 cipher_set_keycontext(CipherContext *cc, u_char *dat) function
194 #define cipher_set_keycontext ssh_cipher_set_keycontext macro
367 cipher_set_keycontext(cc, dat); in packet_set_keycontext()