Home
last modified time | relevance | path

Searched refs:lmd (Results 1 – 25 of 101) sorted by relevance

12345

/titanic_50/usr/src/lib/libsum/common/
H A Dsum-lmd.c52 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 DRELEASE2 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 Dsum1 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 DMakefile.com59 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 DMakefile25 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 DMakefile.com33 LDLIBS += -lc -lmd
/titanic_50/usr/src/lib/crypt_modules/sunmd5/
H A DMakefile.com33 LDLIBS += -lc -lmd
/titanic_50/usr/src/lib/crypt_modules/sha256/
H A DMakefile.com33 LDLIBS += -lc -lmd
/titanic_50/usr/src/lib/crypt_modules/sha512/
H A DMakefile.com34 LDLIBS += -lc -lmd
/titanic_50/usr/src/lib/libelfsign/
H A DMakefile.com39 LDLIBS += -lmd -lelf -lkmf -lcryptoutil -lc
/titanic_50/usr/src/lib/libinetsvc/
H A DMakefile.com33 LDLIBS += -lscf -lc -lsocket -lnsl -lmd -luutil
/titanic_50/usr/src/test/zfs-tests/tests/functional/checksum/
H A DMakefile.subdirs31 LDLIBS += -lmd
/titanic_50/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/
H A Dexecargs9 #define _LIB_md 1 /* -lmd is a library */
H A Dpstat9 #define _LIB_md 1 /* -lmd is a library */
H A Dacct9 #define _LIB_md 1 /* -lmd is a library */
/titanic_50/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/
H A Dexecargs9 #define _LIB_md 1 /* -lmd is a library */
H A Dpstat9 #define _LIB_md 1 /* -lmd is a library */
H A Dacct9 #define _LIB_md 1 /* -lmd is a library */
/titanic_50/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/
H A Dexecargs9 #define _LIB_md 1 /* -lmd is a library */
H A Dpstat9 #define _LIB_md 1 /* -lmd is a library */
H A Dacct9 #define _LIB_md 1 /* -lmd is a library */
/titanic_50/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/
H A Dexecargs9 #define _LIB_md 1 /* -lmd is a library */
H A Dpstat9 #define _LIB_md 1 /* -lmd is a library */
/titanic_50/usr/src/lib/libsasl/
H A DMakefile.com44 LDLIBS += -lsocket -lc -lmd
/titanic_50/usr/src/lib/libsum/
H A DMakefile.com50 -lmd \

12345