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

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/digest/
H A Dmd32_common.h89 // |HASH_TRANSFORM| must be defined as the the name of the "Transform"
124 #ifndef HASH_TRANSFORM
125 #error "HASH_TRANSFORM must be defined!"
226 void HASH_TRANSFORM(HASH_CTX *c, const uint8_t *data) { function
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/md4/
H A Dmd4.c92 #define HASH_TRANSFORM MD4_Transform macro
242 #undef HASH_TRANSFORM macro
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/md5/
H A Dmd5.c98 #define HASH_TRANSFORM MD5_Transform macro
284 #undef HASH_TRANSFORM macro
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/sha/
H A Dsha256.c171 #define HASH_TRANSFORM SHA256_Transform macro
329 #undef HASH_TRANSFORM macro
H A Dsha1.c112 #define HASH_TRANSFORM SHA1_Transform macro
354 #undef HASH_TRANSFORM macro

Completed in 80 milliseconds