| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_write_format_mtree_preset_digests.c | 33 unsigned char rmd160[20]; member 64 assertEqualInt(ARCHIVE_OK, archive_rmd160_final(&expectedRmd160Ctx, ed.rmd160)); in DEFINE_TEST() 116 …mcmp(archive_entry_digest(entry, ARCHIVE_ENTRY_DIGEST_RMD160), ed.rmd160, sizeof(ed.rmd160)) == 0); in DEFINE_TEST() 154 assertEqualInt(ARCHIVE_OK, archive_rmd160_final(&expectedRmd160Ctx, ed.rmd160)); in DEFINE_TEST() 207 …mcmp(archive_entry_digest(entry, ARCHIVE_ENTRY_DIGEST_RMD160), ed.rmd160, sizeof(ed.rmd160)) == 0); in DEFINE_TEST() 246 assertEqualInt(ARCHIVE_OK, archive_rmd160_final(&expectedRmd160Ctx, ed.rmd160)); in DEFINE_TEST() 299 …mcmp(archive_entry_digest(entry, ARCHIVE_ENTRY_DIGEST_RMD160), ed.rmd160, sizeof(ed.rmd160)) == 0); in DEFINE_TEST() 337 assertEqualInt(ARCHIVE_OK, archive_rmd160_final(&expectedRmd160Ctx, ed.rmd160)); in DEFINE_TEST() 388 …mcmp(archive_entry_digest(entry, ARCHIVE_ENTRY_DIGEST_RMD160), ed.rmd160, sizeof(ed.rmd160)) == 0); in DEFINE_TEST() 430 assertEqualInt(ARCHIVE_OK, archive_rmd160_final(&expectedRmd160Ctx, ed.rmd160)); in DEFINE_TEST() [all …]
|
| /freebsd/sbin/md5/ |
| H A D | Makefile | 5 ${BINDIR}/md5 ${BINDIR}/rmd160 \ 29 md5.1 rmd160.1 \
|
| /freebsd/lib/libmd/ |
| H A D | Makefile | 80 rmd160.ref rmd160hl.c rmddriver \ 134 .if exists(${MACHINE_ARCH}/rmd160.S) 135 SRCS+= rmd160.S 148 .if exists(${MACHINE_ARCH}/rmd160.S) || exists(${MACHINE_ARCH}/skein_block_asm.S)
|
| /freebsd/lib/libmd/tests/ |
| H A D | Makefile | 10 MDTESTS_rmd= rmd160 199 rmd160.ref:
|
| /freebsd/sbin/md5/tests/ |
| H A D | algorithms.txt | 2 rmd160
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_entry_private.h | 53 unsigned char rmd160[20]; member
|
| H A D | archive_write_set_format_mtree.c | 881 memcpy(®->digest.rmd160, entry->digest.rmd160, in mtree_copy_ae_digests() 882 sizeof(reg->digest.rmd160)); in mtree_copy_ae_digests() 1632 archive_rmd160_final(&mtree->rmd160ctx, reg->digest.rmd160); in sum_final() 1699 append_digest(str, reg, rmd160); in sum_write()
|
| H A D | archive_entry.c | 214 copy_digest(entry2, entry, rmd160); in archive_entry_clone() 1586 return entry->digest.rmd160; in archive_entry_digest() 1613 copy_digest(entry, rmd160, digest); in archive_entry_set_digest()
|
| H A D | archive_read_support_format_mtree.c | 1556 len = sizeof(entry->digest.rmd160); in parse_digest()
|
| /freebsd/crypto/openssl/providers/implementations/digests/ |
| H A D | build.info | 60 IF[{- !$disabled{rmd160} -}]
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | build.info | 53 IF[{- !$disabled{rmd160} -}]
|
| /freebsd/sys/modules/crypto/ |
| H A D | Makefile | 31 SRCS += cryptodeflate.c rmd160.c rijndael-alg-fst.c rijndael-api.c rijndael-api-fst.c
|
| /freebsd/usr.bin/xinstall/tests/ |
| H A D | install_test.sh | 549 for alg in md5 rmd160 sha1 sha256 sha512 ; do
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl.pod | 331 =item B<rmd160>
|
| /freebsd/crypto/openssl/ |
| H A D | INSTALL.md | 1225 ml-kem|ocb|poly1305|rc2|rc4|rmd160|scrypt| 1230 The `ripemd` algorithm is deprecated and if used is synonymous with `rmd160`.
|
| H A D | CHANGES.md | 21659 * Added RIPE MD160 (rmd160) message digest.
|
| /freebsd/ |
| H A D | ObsoleteFiles.inc | 3117 OLD_FILES+=usr/tests/sbin/md5/rmd160.digest 3121 OLD_FILES+=usr/tests/sbin/md5/self-test.rmd160.chk 8876 OLD_FILES+=usr/include/crypto/rmd160.h
|
| /freebsd/sys/conf/ |
| H A D | files | 5155 opencrypto/rmd160.c optional crypto
|
| /freebsd/crypto/openssh/ |
| H A D | ChangeLog | 3894 upstream: Remove unused rmd160.h header. ripemd160 support was
|