Home
last modified time | relevance | path

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

/netbsd/src/lib/libtelnet/
Denc_des.c74 struct stinfo { struct
114 void fb64_stream_iv(Block, struct stinfo *);
120 void fb64_stream_key(Block *, struct stinfo *);
498 fb64_stream_iv(Block seed, struct stinfo *stp) in fb64_stream_iv()
510 fb64_stream_key(Block *key, struct stinfo *stp) in fb64_stream_key()
545 register struct stinfo *stp = &fb[CFB].streams[DIR_ENCRYPT-1]; in cfb64_encrypt()
568 register struct stinfo *stp = &fb[CFB].streams[DIR_DECRYPT-1]; in cfb64_decrypt()
618 register struct stinfo *stp = &fb[OFB].streams[DIR_ENCRYPT-1]; in ofb64_encrypt()
638 register struct stinfo *stp = &fb[OFB].streams[DIR_DECRYPT-1]; in ofb64_decrypt()
/netbsd/src/usr.sbin/makefs/cd9660/
Diso9660_rrip.c711 cd9660_susp_st(struct ISO_SUSP_ATTRIBUTES *p, cd9660node *stinfo __unused) in cd9660_susp_st()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-mips.c6660 fix_24k_record_store_info (struct fix_24k_store_info *stinfo, in fix_24k_record_store_info() argument
6667 stinfo->off = (insn->insn_opcode >> OP_SH_IMMEDIATE) & OP_MASK_IMMEDIATE; in fix_24k_record_store_info()
6668 stinfo->align_to = fix_24k_align_to (insn->insn_mo); in fix_24k_record_store_info()