Searched refs:MD4 (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/uboringssl/include/openssl/
H A Dmd4.h67 // MD4.
69 // MD4_CBLOCK is the block size of MD4.
72 // MD4_DIGEST_LENGTH is the length of an MD4 digest.
86 // MD4 writes the digest of |len| bytes from |data| to |out| and returns |out|.
88 OPENSSL_EXPORT uint8_t *MD4(const uint8_t *data, size_t len, uint8_t *out);
90 // MD4_Transform is a low-level function that performs a single, MD4 block
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/md4/
H A Dmd4.c65 uint8_t *MD4(const uint8_t *data, size_t len, uint8_t *out) { function
74 // Implemented from RFC1186 The MD4 Message-Digest Algorithm.

Completed in 80 milliseconds