Home
last modified time | relevance | path

Searched refs:squeeze (Results 1 – 7 of 7) sorted by relevance

/openssl/doc/designs/
H A Dxof.md17 out1 = xof.squeeze(10);
18 out2 = xof.squeeze(1000);
27 - finalize may be done as part of the first squeeze operation
28 - squeeze can be called multiple times.
43 an error if a newer core is used that supports multiple squeeze operations.
78 the multi squeeze case e.g.
88 needs to run for the multi squeeze case.
121 the terms absorb and squeeze).
162 The finalize is just done as part of the squeeze operation.
180 Low Level squeeze changes
[all …]
/openssl/include/internal/
H A Dsha3.h33 sha3_squeeze_fn *squeeze; member
/openssl/providers/implementations/digests/
H A Dsha3_prov.c135 if (ctx->meth.squeeze == NULL) in shake_squeeze()
138 ret = ctx->meth.squeeze(ctx, out, outlen); in shake_squeeze()
/openssl/crypto/sha/
H A Dbuild.info176 # These are not yet used and do not support multi-squeeze
/openssl/doc/man3/
H A DEVP_DigestInit.pod306 squeeze variable length output data.
/openssl/
H A DNEWS.md75 * Added a new EVP_DigestSqueeze() API. This allows SHAKE to squeeze multiple
H A DCHANGES.md326 * Added a new EVP_DigestSqueeze() API. This allows SHAKE to squeeze multiple

Completed in 68 milliseconds