Searched refs:stinfo (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/libtelnet/
H A Denc_des.c68 struct stinfo { struct
86 struct stinfo streams[2];
118 void fb64_stream_iv (DES_cblock, struct stinfo *);
124 void fb64_stream_key (DES_cblock, struct stinfo *);
497 void fb64_stream_iv(DES_cblock seed, struct stinfo *stp)
508 void fb64_stream_key(DES_cblock key, struct stinfo *stp)
542 struct stinfo *stp = &fb[CFB].streams[DIR_ENCRYPT-1];
564 struct stinfo *stp = &fb[CFB].streams[DIR_DECRYPT-1];
614 struct stinfo *stp = &fb[OFB].streams[DIR_ENCRYPT-1];
633 struct stinfo *st
[all...]
/macosx-10.10.1/libtelnet-13/
H A Denc_des.c84 struct stinfo { struct in struct:fb
124 void fb64_stream_iv(Block, struct stinfo *);
130 void fb64_stream_key(Block, struct stinfo *);
509 fb64_stream_iv(Block seed, struct stinfo *stp)
521 fb64_stream_key(Block key, struct stinfo *stp)
556 struct stinfo *stp = &fb[CFB].streams[DIR_ENCRYPT-1];
579 struct stinfo *stp = &fb[CFB].streams[DIR_DECRYPT-1];
629 struct stinfo *stp = &fb[OFB].streams[DIR_ENCRYPT-1];
649 struct stinfo *stp = &fb[OFB].streams[DIR_DECRYPT-1];

Completed in 203 milliseconds