Searched refs:cipher_get_keycontext (Results 1 – 3 of 3) sorted by relevance
90 int cipher_get_keycontext(const CipherContext *, u_char *);
409 cipher_get_keycontext(const CipherContext *cc, u_char *dat) in cipher_get_keycontext() function
345 return (cipher_get_keycontext(cc, dat)); in packet_get_keycontext()