Home
last modified time | relevance | path

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

/trueos/crypto/openssh/
HDcipher.h101 int cipher_get_keycontext(const CipherContext *, u_char *);
HDcipher.c560 cipher_get_keycontext(const CipherContext *cc, u_char *dat) function
HDssh_namespace.h180 #define cipher_get_keycontext ssh_cipher_get_keycontext macro
HDpacket.c354 return (cipher_get_keycontext(cc, dat)); in packet_get_keycontext()