Searched refs:input64 (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/ |
H A D | _elfwrap.h | 87 extern int input64(int, char **, const char *, const char *, ObjDesc_t *);
|
H A D | main.c | 152 if (input64(argc, argv, prog, ofile, &odesc) == 1) in main()
|
H A D | elfwrap.c | 47 #define input input64
|
/illumos-gate/usr/src/common/crypto/sha1/ |
H A D | sha1.c | 186 uint64_t X0[40], input64[8]; in SHA1Update() local 293 bcopy(&input[i], input64, 64); in SHA1Update() 295 (uint32_t *)input64, in SHA1Update()
|