Home
last modified time | relevance | path

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

/openssl/doc/designs/
H A Dxof.md14 xof.absorb(bytes1);
15 xof.absorb(bytes2);
23 - absorb can be called multiple times
24 - finalize ends the absorb process (by adding padding bytes and doing a final
25 absorb). absorb must not be called once the finalize is done unless a reset
121 the terms absorb and squeeze).
/openssl/include/internal/
H A Dsha3.h30 sha3_absorb_fn *absorb; member
/openssl/providers/implementations/digests/
H A Dsha3_prov.c97 ctx->meth.absorb(ctx, ctx->buf, bsz); in keccak_update()
101 rem = ctx->meth.absorb(ctx, inp, len); in keccak_update()

Completed in 12 milliseconds