Home
last modified time | relevance | path

Searched refs:input64 (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/sgs/elfwrap/common/
H A Dlintsup.c46 return (input64(argc, argv, prog, ofile, odp)); in input32()
57 input64(int argc, char **argv, const char *prog, const char *ofile, in input64() function
H A D_elfwrap.h89 extern int input64(int, char **, const char *, const char *, ObjDesc_t *);
H A Dmain.c153 if (input64(argc, argv, prog, ofile, &odesc) == 1) in main()
H A Delfwrap.c48 #define input input64
/titanic_41/usr/src/common/crypto/sha1/
H A Dsha1.c189 uint64_t X0[40], input64[8]; in SHA1Update() local
286 bcopy(&input[i], input64, 64); in SHA1Update()
288 (uint32_t *)input64, in SHA1Update()