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

/freebsd-12-stable/crypto/heimdal/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...]
/freebsd-12-stable/contrib/telnet/libtelnet/
H A Denc_des.c71 struct stinfo { struct in struct:fb
111 void fb64_stream_iv(Block, struct stinfo *);
117 void fb64_stream_key(Block, struct stinfo *);
492 fb64_stream_iv(Block seed, struct stinfo *stp)
504 fb64_stream_key(Block key, struct stinfo *stp)
539 struct stinfo *stp = &fb[CFB].streams[DIR_ENCRYPT-1];
562 struct stinfo *stp = &fb[CFB].streams[DIR_DECRYPT-1];
612 struct stinfo *stp = &fb[OFB].streams[DIR_ENCRYPT-1];
632 struct stinfo *stp = &fb[OFB].streams[DIR_DECRYPT-1];
/freebsd-12-stable/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c727 cd9660_susp_st(struct ISO_SUSP_ATTRIBUTES *p, cd9660node *stinfo __unused)

Completed in 173 milliseconds