Home
last modified time | relevance | path

Searched refs:state3 (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/procfs/
H A Dpool_state.ksh82 state3=$(</proc/spl/kstat/zfs/$pool/state)
83 log_note "Checking $expected = $state1 = $state2 = $state3"
85 "$expected" == "$state3" ]] ; then
/freebsd/bin/sh/
H A Dmain.c120 goto state3; in main()
179 state3: in main()
/freebsd/contrib/lua/src/
H A Dlmathlib.c324 Rand64 state3 = state[3] ^ state1; in nextrand() local
326 state[0] = state0 ^ state3; in nextrand()
329 state[3] = rotl(state3, 45); in nextrand()
/freebsd/crypto/openssh/
H A Dlibcrux_internal.h15897 Eurydice_arr_7c state3; member
15908 Eurydice_arr_7c state3; member
15929 Eurydice_arr_7c state3 = libcrux_sha3_portable_incremental_shake128_init(); in libcrux_ml_dsa_hash_functions_portable_init_absorb() local
15930 libcrux_sha3_portable_incremental_shake128_absorb_final(&state3, input3); in libcrux_ml_dsa_hash_functions_portable_init_absorb()
15937 .state3 = state3 in libcrux_ml_dsa_hash_functions_portable_init_absorb()
15966 Eurydice_arr_7c state3 = libcrux_sha3_portable_incremental_shake256_init(); in libcrux_ml_dsa_hash_functions_portable_init_absorb_x4() local
15967 libcrux_sha3_portable_incremental_shake256_absorb_final(&state3, input3); in libcrux_ml_dsa_hash_functions_portable_init_absorb_x4()
15974 .state3 = state3 in libcrux_ml_dsa_hash_functions_portable_init_absorb_x4()
16012 libcrux_sha3_portable_incremental_shake256_squeeze_first_block(&state->state3, in libcrux_ml_dsa_hash_functions_portable_squeeze_first_block_x4()
16033 libcrux_sha3_portable_incremental_shake128_squeeze_first_five_blocks(&state->state3, in libcrux_ml_dsa_hash_functions_portable_squeeze_first_five_blocks()
[all …]