OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xof_state
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/sha/
sha3.c
25
ctx->
xof_state
= XOF_STATE_INIT;
61
if (ctx->
xof_state
== XOF_STATE_SQUEEZE
62
|| ctx->
xof_state
== XOF_STATE_FINAL)
110
if (ctx->
xof_state
== XOF_STATE_SQUEEZE
111
|| ctx->
xof_state
== XOF_STATE_FINAL)
125
ctx->
xof_state
= XOF_STATE_FINAL;
150
if (ctx->
xof_state
== XOF_STATE_FINAL)
158
if (ctx->
xof_state
!= XOF_STATE_SQUEEZE) {
168
ctx->
xof_state
= XOF_STATE_SQUEEZE;
/src/crypto/external/apache2/openssl/dist/providers/implementations/digests/
sha3_prov.c
153
if (!(ctx->
xof_state
== XOF_STATE_INIT || ctx->
xof_state
== XOF_STATE_ABSORB))
155
ctx->
xof_state
= XOF_STATE_ABSORB;
196
if (!(ctx->
xof_state
== XOF_STATE_INIT || ctx->
xof_state
== XOF_STATE_ABSORB))
200
fc |= ctx->
xof_state
== XOF_STATE_INIT ? S390X_KIMD_NIP : 0;
201
ctx->
xof_state
= XOF_STATE_ABSORB;
214
if (!(ctx->
xof_state
== XOF_STATE_INIT || ctx->
xof_state
== XOF_STATE_ABSORB))
217
fc |= ctx->
xof_state
== XOF_STATE_INIT ? S390X_KLMD_NIP : 0
[
all
...]
/src/crypto/external/apache2/openssl/dist/include/internal/
sha3.h
48
int
xof_state
;
member in struct:keccak_st
/src/crypto/external/bsd/openssh/dist/
libcrux_mlkem768_sha3.h
9790
libcrux_ml_kem_hash_functions_portable_PortableHash_58
xof_state
=
9795
&
xof_state
, randomness0);
9807
&
xof_state
, randomness);
Completed in 34 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026