Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/inline/
H A Dtst.InlineKinds.d42 int s_x; member
46 s_x = T + 1;
51 inline int i5[int x] = (xlate < struct s > (x)).s_x; /* array by xlate */
59 printf("i3.s_x = %d\n", i3.s_x);
H A Dtst.InlineKinds.d.out4 i3.s_x = 124
/freebsd/sys/crypto/aesni/
H A Daesni_ccm.c199 __m128i s0, rolling_mac, s_x, staging_block; in AES_CCM_encrypt() local
230 bcopy(&s0, &s_x, sizeof(s0)); in AES_CCM_encrypt()
247 append_int(counter++, &s_x, L+1); in AES_CCM_encrypt()
249 __m128i X = AESNI_ENC(s_x, key, nr); in AES_CCM_encrypt()
264 explicit_bzero(&s_x, sizeof(s_x)); in AES_CCM_encrypt()
296 __m128i s_x = s0, mac_block; in decrypt_loop() local
320 append_int(counter++, &s_x, L+1); in decrypt_loop()
324 pad_block = AESNI_ENC(s_x, key, nr); in decrypt_loop()
/freebsd/sbin/ipfw/
H A Dipfw2.c93 #define GET_UINT_ARG(arg, min, max, tok, s_x) do { \ argument
95 errx(EX_USAGE, "%s: missing argument", match_value(s_x, tok)); \
109 match_value(s_x, tok), *av); \
113 match_value(s_x, tok), min, max, *av); \
117 match_value(s_x, tok), *av); \