Home
last modified time | relevance | path

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

/external/openssh/
Dcipher.h91 void cipher_set_keycontext(CipherContext *, u_char *);
Dcipher.c424 cipher_set_keycontext(CipherContext *cc, u_char *dat) in cipher_set_keycontext() function
Dpacket.c358 cipher_set_keycontext(cc, dat); in packet_set_keycontext()