Searched refs:decode_reply (Results 1 – 2 of 2) sorted by relevance
59 int decode_reply(int type);245 return decode_reply(type); in ssh_lock_agent()541 return decode_reply(type); in ssh_add_identity_constrained()585 return decode_reply(type); in ssh_remove_identity()612 return decode_reply(type); in ssh_remove_all_identities()616 decode_reply(int type) in decode_reply() function
94 static int decode_reply(uchar_t *, int, uchar_t *, int, boolean_t *);678 n = decode_reply(ibuf, sizeof (ibuf), obuf, n, &again); in getreply()2412 decode_reply(uchar_t *plain_buf, in decode_reply() function