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

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/digest/
H A Dmd32_common.h69 // |HASH_CBLOCK| must be defined as the integer block size, in bytes.
77 // uint8_t data[HASH_CBLOCK];
103 // where each block is |HASH_CBLOCK| bytes; i.e. |data| points to a array of
104 // |HASH_CBLOCK * num| bytes. |state| points to the |h| member of a |HASH_CTX|,
114 #ifndef HASH_CBLOCK
115 #error "HASH_CBLOCK must be defined!"
194 if (len >= HASH_CBLOCK || len + n >= HASH_CBLOCK) {
195 OPENSSL_memcpy(c->data + n, data, HASH_CBLOCK - n);
197 n = HASH_CBLOCK
[all...]
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/md4/
H A Dmd4.c90 #define HASH_CBLOCK 64 macro
240 #undef HASH_CBLOCK macro
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/md5/
H A Dmd5.c96 #define HASH_CBLOCK 64 macro
282 #undef HASH_CBLOCK macro
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/sha/
H A Dsha256.c129 #define HASH_CBLOCK 64 macro
326 #undef HASH_CBLOCK macro
H A Dsha1.c95 #define HASH_CBLOCK 64 macro
351 #undef HASH_CBLOCK macro

Completed in 26 milliseconds