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

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/digest/
H A Dmd32_common.h94 // |HASH_BLOCK_DATA_ORDER| must be defined as the name of the "Block" function.
99 // void HASH_BLOCK_DATA_ORDER(uint32_t *state, const uint8_t *data,
131 #ifndef HASH_BLOCK_DATA_ORDER
132 #error "HASH_BLOCK_DATA_ORDER must be defined!"
196 HASH_BLOCK_DATA_ORDER(c->h, c->data, 1);
212 HASH_BLOCK_DATA_ORDER(c->h, data, n);
227 HASH_BLOCK_DATA_ORDER(c->h, data, 1);
243 HASH_BLOCK_DATA_ORDER(c->h, c->data, 1);
257 HASH_BLOCK_DATA_ORDER(c->h, c->data, 1);
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/md4/
H A Dmd4.c106 #define HASH_BLOCK_DATA_ORDER md4_block_data_order macro
245 #undef HASH_BLOCK_DATA_ORDER macro
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/md5/
H A Dmd5.c112 #define HASH_BLOCK_DATA_ORDER md5_block_data_order macro
287 #undef HASH_BLOCK_DATA_ORDER macro
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/sha/
H A Dsha256.c173 #define HASH_BLOCK_DATA_ORDER sha256_block_data_order macro
331 #undef HASH_BLOCK_DATA_ORDER macro
H A Dsha1.c114 #define HASH_BLOCK_DATA_ORDER sha1_block_data_order macro
356 #undef HASH_BLOCK_DATA_ORDER macro

Completed in 26 milliseconds