/titanic_50/usr/src/lib/libsum/common/ |
H A D | sum-lmd.c | 52 Lmd_t* lmd = (Lmd_t*)p; in lmd_init() local 54 (*lmd->initf)(&lmd->context); in lmd_init() 61 Lmd_t* lmd = (Lmd_t*)p; in lmd_block() local 63 (*lmd->updatef)(&lmd->context, s, n); in lmd_block() 70 register Lmd_t* lmd = (Lmd_t*)p; in lmd_done() local 73 (*lmd->finalf)(lmd->data, &lmd->context); in lmd_done() 74 for (i = 0; i < lmd->datasize; i++) in lmd_done() 75 lmd->total[i] ^= lmd->data[i]; in lmd_done() 82 register Lmd_t* lmd = (Lmd_t*)p; in lmd_print() local 86 d = (flags & SUM_TOTAL) ? lmd->total : lmd->data; in lmd_print() [all …]
|
H A D | RELEASE | 2 08-06-05 sum-lmd.c: align context to largest int 3 08-05-01 sumlib.c: add some -lmd verification checks 4 08-02-11 sum-lmd.c,features/sum: add wrapper for solaris -lmd
|
/titanic_50/usr/src/lib/libsum/common/features/ |
H A D | sum | 1 lib MD4Init md4.h -lmd 2 lib MD5Init md5.h -lmd 3 lib SHA1Init sha1.h -lmd 4 lib SHA2Init sha2.h -lmd
|
/titanic_50/usr/src/lib/libkmf/libkmf/ |
H A D | Makefile.com | 59 LDLIBS += $(BERDERLIB) $(CRYPTOUTILLIB) -lmd -lpkcs11 -lnsl -lsocket -lc 60 LDLIBS6 += $(BERDERLIB64) $(CRYPTOUTILLIB64) -lmd -lpkcs11 -lnsl -lsocket -lc
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | Makefile | 25 LDLIBS += -lpam -lmd -lsocket -lnsl -ldlpi 59 $(LINK.c) -o mschap_test mschap_test.o chap_ms.o $(LDFLAGS) -lmd
|
/titanic_50/usr/src/lib/crypt_modules/bsdmd5/ |
H A D | Makefile.com | 33 LDLIBS += -lc -lmd
|
/titanic_50/usr/src/lib/crypt_modules/sunmd5/ |
H A D | Makefile.com | 33 LDLIBS += -lc -lmd
|
/titanic_50/usr/src/lib/crypt_modules/sha256/ |
H A D | Makefile.com | 33 LDLIBS += -lc -lmd
|
/titanic_50/usr/src/lib/crypt_modules/sha512/ |
H A D | Makefile.com | 34 LDLIBS += -lc -lmd
|
/titanic_50/usr/src/lib/libelfsign/ |
H A D | Makefile.com | 39 LDLIBS += -lmd -lelf -lkmf -lcryptoutil -lc
|
/titanic_50/usr/src/lib/libinetsvc/ |
H A D | Makefile.com | 33 LDLIBS += -lscf -lc -lsocket -lnsl -lmd -luutil
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/checksum/ |
H A D | Makefile.subdirs | 31 LDLIBS += -lmd
|
/titanic_50/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/ |
H A D | execargs | 9 #define _LIB_md 1 /* -lmd is a library */
|
H A D | pstat | 9 #define _LIB_md 1 /* -lmd is a library */
|
H A D | acct | 9 #define _LIB_md 1 /* -lmd is a library */
|
/titanic_50/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/ |
H A D | execargs | 9 #define _LIB_md 1 /* -lmd is a library */
|
H A D | pstat | 9 #define _LIB_md 1 /* -lmd is a library */
|
H A D | acct | 9 #define _LIB_md 1 /* -lmd is a library */
|
/titanic_50/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/ |
H A D | execargs | 9 #define _LIB_md 1 /* -lmd is a library */
|
H A D | pstat | 9 #define _LIB_md 1 /* -lmd is a library */
|
H A D | acct | 9 #define _LIB_md 1 /* -lmd is a library */
|
/titanic_50/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/ |
H A D | execargs | 9 #define _LIB_md 1 /* -lmd is a library */
|
H A D | pstat | 9 #define _LIB_md 1 /* -lmd is a library */
|
/titanic_50/usr/src/lib/libsasl/ |
H A D | Makefile.com | 44 LDLIBS += -lsocket -lc -lmd
|
/titanic_50/usr/src/lib/libsum/ |
H A D | Makefile.com | 50 -lmd \
|