Home
last modified time | relevance | path

Searched defs:SHA256_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/crypto/
H A Dsha256_i.h12 #define SHA256_BLOCK_SIZE 64 macro
/freebsd/crypto/libecc/include/libecc/hash/
H A Dsha256.h27 #define SHA256_BLOCK_SIZE 64 macro
/freebsd/crypto/libecc/src/hash/
H A Dsha256.c23 const u8 data[SHA256_BLOCK_SIZE]) in sha256_process()