Home
last modified time | relevance | path

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

/trueos/crypto/openssh/
HDcipher.h102 void cipher_set_keycontext(CipherContext *, u_char *);
HDcipher.c575 cipher_set_keycontext(CipherContext *cc, u_char *dat) function
HDssh_namespace.h194 #define cipher_set_keycontext ssh_cipher_set_keycontext macro
HDpacket.c367 cipher_set_keycontext(cc, dat); in packet_set_keycontext()