Lines Matching refs:as
7 An extendable output function (XOF) is defined as a variable-length hash
27 - finalize may be done as part of the first squeeze operation
34 The assumption exists in both the high level call to EVP_DigestFinalXOF() as
35 well as in the lower level SHA3_squeeze() operation (Of which there is a generic
36 c version, as well as assembler code for different platforms).
38 A decision has to be made as to whether a new API is required, as well as
52 a reset, but that code was removed as it was deemed to be incorrect.
63 Possibly have EVP_DigestSqueeze() just as an alias method?
77 Keep EVP_DigestFinalXOF() as a one shot function and create a new API to handle
122 There will be other XOF's that do not use the sponge construction such as Blake2.
134 The digest can be initialized as normal using:
162 The finalize is just done as part of the squeeze operation.
195 Unless you are using a multiple of B<r> as the B<outlen>, the function has no
221 Leave SHA3_squeeze() as it is and buffer calls to the SHA3_squeeze() function
260 - The state data remains as an opaque blob.