HomeSort by: relevance | last modified time | path
    Searched defs:k3 (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/opencrypto/
aesxcbcmac.h 17 u_int8_t k3[AES_BLOCKSIZE]; member in struct:__anon3c94b97d0108
  /src/tests/lib/libc/gen/
t_ftok.c 65 key_t k1, k2, k3; local in function:ATF_TC_BODY
77 k3 = ftok(slnk, key);
81 ATF_REQUIRE(k3 != -1);
86 if (k1 != k3)
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_posix.cc 63 thread_key k3 = thread_key(key, &mtx, 44, &cnt); local in function:TEST
67 EXPECT_EQ(__interceptor_pthread_create(&th[2], 0, dtors_thread, &k3), 0);
  /src/sys/crypto/skipjack/
skipjack.c 86 #define g(k0, k1, k2, k3, ih, il, oh, ol) \
91 ol = k##k3 [oh] ^ ol; \
101 #define g_inv(k0, k1, k2, k3, ih, il, oh, ol) \
103 ol = k##k3 [ih] ^ il; \
144 u_int8_t * k3 = key_tables [3]; local in function:skipjack_forwards
212 u_int8_t * k3 = key_tables [3]; local in function:skipjack_backwards
  /src/sys/crypto/adiantum/
adiantum.c 225 uint64_t k0, k1, k2, k3, k4; /* 64-bit extension of h */
263 k3 = h3 + m3;
267 p0 = r0*k0 + 5*r4*k1 + 5*r3*k2 + 5*r2*k3 + 5*r1*k4;
268 p1 = r1*k0 + r0*k1 + 5*r4*k2 + 5*r3*k3 + 5*r2*k4;
269 p2 = r2*k0 + r1*k1 + r0*k2 + 5*r4*k3 + 5*r3*k4;
270 p3 = r3*k0 + r2*k1 + r1*k2 + r0*k3 + 5*r4*k4;
271 p4 = r4*k0 + r3*k1 + r2*k2 + r1*k3 + r0*k4;
223 uint64_t k0, k1, k2, k3, k4; \/* 64-bit extension of h *\/ local in function:poly1305_update_blocks

Completed in 15 milliseconds