Searched refs:HASH_FINAL (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/digest/
H A Dmd32_common.h92 // |HASH_FINAL| must be defined as the name of "Final" function to generate.
127 #ifndef HASH_FINAL
128 #error "HASH_FINAL must be defined!"
231 int HASH_FINAL(uint8_t *md, HASH_CTX *c) { function
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/md4/
H A Dmd4.c93 #define HASH_FINAL MD4_Final macro
243 #undef HASH_FINAL macro
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/md5/
H A Dmd5.c99 #define HASH_FINAL MD5_Final macro
285 #undef HASH_FINAL macro
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/sha/
H A Dsha256.c172 #define HASH_FINAL SHA256_Final macro
330 #undef HASH_FINAL macro
H A Dsha1.c113 #define HASH_FINAL SHA1_Final macro
355 #undef HASH_FINAL macro

Completed in 195 milliseconds