Home
last modified time | relevance | path

Searched refs:ROUNDS (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/libcbor/test/
H A Dfuzz_test.c13 #define ROUNDS 65536ULL macro
16 #define ROUNDS 256ULL macro
60 printf("Fuzzing %llu rounds of up to %llu bytes with seed %u\n", ROUNDS, in fuzz()
64 for (size_t i = 0; i < ROUNDS; i++) run_round(); in fuzz()
67 (ROUNDS * MAXLEN) / 1024); in fuzz()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/
H A Dcore_hsalsa20_ref2.c13 #define ROUNDS 20 macro
50 for (i = ROUNDS; i > 0; i -= 2) { in crypto_core_hsalsa20()
/freebsd/crypto/openssl/crypto/whrlpool/
H A Dwp_block.c58 #define ROUNDS 10 macro
225 u8 c[(256 * N + ROUNDS) * sizeof(u64)];
226 u64 q[(256 * N + ROUNDS)];
518 for (r = 0; r < ROUNDS; r++) { in whirlpool_block()
565 for (r = 0; r < ROUNDS; r++) { in whirlpool_block()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Dsalsa20_xmm6int-sse2.c21 # define ROUNDS 20 macro
H A Dsalsa20_xmm6int-avx2.c29 # define ROUNDS 20 macro
H A Du0.h13 for (i = 0; i < ROUNDS; i += 4) {
H A Du1.h14 for (i = 0; i < ROUNDS; i += 4) {
H A Du8.h99 for (i = 0; i < ROUNDS; i += 2) {
H A Du4.h99 for (i = 0; i < ROUNDS; i += 2) {
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Du0.h17 for (i = 0; i < ROUNDS; i += 2) {
H A Du1.h18 for (i = 0; i < ROUNDS; i += 2) {
H A Dchacha20_dolbeau-avx2.c30 # define ROUNDS 20 macro
H A Dchacha20_dolbeau-ssse3.c25 # define ROUNDS 20 macro
H A Du4.h112 for (i = 0; i < ROUNDS; i += 2) {
H A Du8.h226 for (i = 0; i < ROUNDS; i += 2) {
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IntrinsicsInfo.h75 ROUNDS, enumerator
1592 X86_INTRINSIC_DATA(sse41_round_sd, ROUNDS, X86ISD::VRNDSCALES, 0),
1593 X86_INTRINSIC_DATA(sse41_round_ss, ROUNDS, X86ISD::VRNDSCALES, 0),
H A DX86SchedSapphireRapids.td2294 def : InstRW<[SPRWriteResGroup218, ReadAfterVecXLd], (instregex "^(V?)ROUNDS(D|S)mi((_Int)?)$",
2308 "^(V?)ROUNDS(D|S)ri_Int$",
H A DX86ISelLowering.cpp26060 case ROUNDS: { in LowerINTRINSIC_WO_CHAIN()