Searched refs:ROUNDS (Results 1 – 18 of 18) sorted by relevance
/freebsd/contrib/libcbor/test/ |
H A D | fuzz_test.c | 13 #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 D | core_hsalsa20_ref2.c | 13 #define ROUNDS 20 macro 50 for (i = ROUNDS; i > 0; i -= 2) { in crypto_core_hsalsa20()
|
/freebsd/crypto/openssl/crypto/whrlpool/ |
H A D | wp_block.c | 58 #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 D | salsa20_xmm6int-sse2.c | 21 # define ROUNDS 20 macro
|
H A D | salsa20_xmm6int-avx2.c | 29 # define ROUNDS 20 macro
|
H A D | u0.h | 13 for (i = 0; i < ROUNDS; i += 4) {
|
H A D | u1.h | 14 for (i = 0; i < ROUNDS; i += 4) {
|
H A D | u8.h | 99 for (i = 0; i < ROUNDS; i += 2) {
|
H A D | u4.h | 99 for (i = 0; i < ROUNDS; i += 2) {
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/ |
H A D | u0.h | 17 for (i = 0; i < ROUNDS; i += 2) {
|
H A D | u1.h | 18 for (i = 0; i < ROUNDS; i += 2) {
|
H A D | chacha20_dolbeau-avx2.c | 30 # define ROUNDS 20 macro
|
H A D | chacha20_dolbeau-ssse3.c | 25 # define ROUNDS 20 macro
|
H A D | u4.h | 112 for (i = 0; i < ROUNDS; i += 2) {
|
H A D | u8.h | 226 for (i = 0; i < ROUNDS; i += 2) {
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86IntrinsicsInfo.h | 75 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 D | X86SchedSapphireRapids.td | 2294 def : InstRW<[SPRWriteResGroup218, ReadAfterVecXLd], (instregex "^(V?)ROUNDS(D|S)mi((_Int)?)$", 2308 "^(V?)ROUNDS(D|S)ri_Int$",
|
H A D | X86ISelLowering.cpp | 26060 case ROUNDS: { in LowerINTRINSIC_WO_CHAIN()
|