Home
last modified time | relevance | path

Searched refs:KECCAKF (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/libecc/src/hash/
H A Dshake.c53 KECCAKF(ctx->shake_state); in _shake_update()
91 KECCAKF(ctx->shake_state); in _shake_finalize()
H A Dsha3.c66 KECCAKF(ctx->sha3_state); in _sha3_update()
100 KECCAKF(ctx->sha3_state); in _sha3_finalize()
/freebsd/crypto/libecc/include/libecc/hash/
H A Dkeccak.h105 #define KECCAKF(A) do { \ macro