Home
last modified time | relevance | path

Searched defs:BELT_HASH_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/libecc/include/libecc/hash/
H A Dbelt-hash.h103 #define BELT_HASH_BLOCK_SIZE 32 macro
/freebsd/crypto/libecc/src/hash/
H A Dbelt-hash.c269 …NUSED_RET static int belt_hash_process(belt_hash_context *ctx, const u8 data[BELT_HASH_BLOCK_SIZE]) in belt_hash_process()