/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpmd_md.txt | 46 Title = MD4 tests 49 Digest = MD4 54 Digest = MD4 59 Digest = MD4 64 Digest = MD4 69 Digest = MD4 74 Digest = MD4 79 Digest = MD4
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_MD-MD4.pod | 5 EVP_MD-MD4 - The MD4 EVP_MD implementation 9 Support for computing MD4 digests through the B<EVP_MD> API. 14 identified with the name "MD4".
|
H A D | OSSL_PROVIDER-legacy.pod | 45 =item MD4, see L<EVP_MD-MD4(7)>
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | MD5.pod | 5 MD2, MD4, MD5, MD2_Init, MD2_Update, MD2_Final, MD4_Init, MD4_Update, 6 MD4_Final, MD5_Init, MD5_Update, MD5_Final - MD2, MD4, and MD5 hash functions 29 unsigned char *MD4(const unsigned char *d, unsigned long n, unsigned char *md); 53 MD2, MD4, and MD5 are cryptographic hash functions with a 128 bit output. 55 MD2(), MD4(), and MD5() compute the MD2, MD4, and MD5 message digest 81 MD2, MD4, and MD5 are recommended only for compatibility with existing 87 MD2(), MD4(), and MD5() return pointers to the hash value.
|
H A D | EVP_md4.pod | 6 - MD4 For EVP 16 MD4 is a cryptographic hash function standardized in RFC 1320 and designed by 24 The MD4 algorithm which produces a 128-bit output from a given input. 32 L<EVP_MD_fetch(3)> with L<EVP_MD-MD4(7)> instead.
|
/freebsd/lib/libmd/ |
H A D | md4.copyright | 5 is identified as the "RSA Data Security, Inc. MD4 Message-Digest 10 Security, Inc. MD4 Message-Digest Algorithm" in all material
|
/freebsd/contrib/ntp/tests/libntp/data/ |
H A D | ntp.keys | 16 2 MD4 oV'8?f+J5`_EOvW!B,R` 27 52 MD4 7080bc47eea6b379b2ff841805a144fb4a241a16
|
/freebsd/sys/arm64/freescale/imx/clk/ |
H A D | imx_clk_gate.c | 43 #define MD4(_clk, off, clr, set ) \ macro 85 rv = MD4(clk, sc->offset, sc->mask << sc->shift, in imx_clk_gate_set_gate()
|
H A D | imx_clk_mux.c | 47 #define MD4(_clk, off, clr, set ) \ macro 103 rv = MD4(clk, sc->offset, sc->mask << sc->shift, in imx_clk_mux_set_mux()
|
/freebsd/sys/dev/clk/ |
H A D | clk_mux.c | 43 #define MD4(_clk, off, clr, set ) \ macro 100 rv = MD4(clk, sc->offset, sc->mask << sc->shift, in clknode_mux_set_mux()
|
H A D | clk_gate.c | 43 #define MD4(_clk, off, clr, set ) \ macro 89 rv = MD4(clk, sc->offset, sc->mask << sc->shift, in clknode_gate_set_gate()
|
H A D | clk_div.c | 43 #define MD4(_clk, off, clr, set ) \ macro 222 rv = MD4(clk, sc->offset, in clknode_div_set_freq()
|
/freebsd/sys/dev/hwpmc/ |
H A D | pmu_dmc620.c | 71 #define MD4(sc, r, c, s) WR4((sc), (r), (RD4((sc), (r)) & ~(c)) | (s)) macro 73 #define CD2MD4(sc, u, r, c, s) MD4((sc), DMC620_CLKDIV2_REG((u), (r)), (c), (s)) 74 #define CMD4(sc, u, r, c, s) MD4((sc), DMC620_CLK_REG((u), (r)), (c), (s))
|
/freebsd/sys/dev/clk/rockchip/ |
H A D | rk_clk_gate.c | 43 #define MD4(_clk, off, clr, set ) \ macro 100 rv = MD4(clk, sc->offset, sc->mask << sc->shift, in rk_clk_gate_set_gate()
|
H A D | rk_clk_mux.c | 50 #define MD4(_clk, off, clr, set ) \ macro 151 rv = MD4(clk, sc->offset, sc->mask << sc->shift, in rk_clk_mux_set_mux()
|
H A D | rk_clk_fract.c | 42 #define MD4(_clk, off, clr, set ) \ macro
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | legacy_md4.c | 20 IMPLEMENT_LEGACY_EVP_MD_METH(md4, MD4)
|
/freebsd/crypto/openssl/crypto/md4/ |
H A D | build.info | 6 # MD4 functions, so we must include them directly in liblegacy.a
|
H A D | md4_one.c | 25 unsigned char *MD4(const unsigned char *d, size_t n, unsigned char *md) in MD4() function
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | md4.h | 53 OSSL_DEPRECATEDIN_3_0 unsigned char *MD4(const unsigned char *d, size_t n,
|
/freebsd/sys/arm/nvidia/tegra124/ |
H A D | tegra124_clk_per.c | 554 MD4(sc, sc->base_reg, PERLCK_ENA_MASK, PERLCK_ENA_MASK); in periph_init() 661 MD4(sc, sc->base_reg, sc->div_mask, in periph_set_freq() 765 MD4(sc, base_reg, mask, enable ? mask : 0); in pgate_set_gate()
|
H A D | tegra124_car.h | 34 #define MD4(sc, reg, mask, set) CLKDEV_MODIFY_4((sc)->clkdev, reg, mask, set) macro
|
/freebsd/sys/arm64/nvidia/tegra210/ |
H A D | tegra210_clk_per.c | 667 MD4(sc, sc->base_reg, PERLCK_ENA_MASK, PERLCK_ENA_MASK); in periph_init() 775 MD4(sc, sc->base_reg, sc->div_mask, in periph_set_freq() 879 MD4(sc, base_reg, mask, enable ? mask : 0); in pgate_set_gate()
|
H A D | tegra210_car.h | 35 #define MD4(sc, reg, mask, set) CLKDEV_MODIFY_4((sc)->clkdev, reg, mask, set) macro
|
/freebsd/crypto/heimdal/doc/ |
H A D | win2k.texi | 199 @samp{des-cbc-md5}) and its own proprietary encryption that is based on MD4 and 202 MD4 and DES keys. Users that are converted from a NT4 database, will 203 only have MD4 passwords and will need a password change to get a DES
|