Home
last modified time | relevance | path

Searched defs:SHA384_BLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/crypto/
H A Dsha384_i.h14 #define SHA384_BLOCK_SIZE SHA512_BLOCK_SIZE macro
/freebsd/crypto/krb5/src/lib/crypto/builtin/sha2/
H A Dsha2.h46 #define SHA384_BLOCK_SIZE 128 macro
/freebsd/crypto/libecc/include/libecc/hash/
H A Dsha384.h27 #define SHA384_BLOCK_SIZE 128 macro
/freebsd/crypto/libecc/src/hash/
H A Dsha384.c23 const u8 data[SHA384_BLOCK_SIZE]) in sha384_process()