Home
last modified time | relevance | path

Searched refs:H4 (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/
H A Dpoly1305_sse2.c234 H4 = _mm_or_si128(H4, HIBIT); in poly1305_blocks()
309 T0 = H4; in poly1305_blocks()
314 T1 = H4; in poly1305_blocks()
528 H4 = T4; in poly1305_blocks()
545 T0 = H4; in poly1305_blocks()
550 T1 = H4; in poly1305_blocks()
554 T2 = H4; in poly1305_blocks()
560 T3 = H4; in poly1305_blocks()
574 T4 = H4; in poly1305_blocks()
670 H4 = T4; in poly1305_blocks()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dnokia-bluetooth.txt5 vendors and modified device API. Those devices speak a protocol named H4+
6 (also known as h4p) by Nokia, which is similar to the H4 protocol from the
7 Bluetooth standard. In addition to the H4 protocol it specifies two more
/f-stack/freebsd/crypto/aesni/
H A Daesni_ghash.c163 reduce4(__m128i H1, __m128i H2, __m128i H3, __m128i H4, in reduce4() argument
176 H4_X4_lo = _mm_clmulepi64_si128(H4, X4, 0x00); in reduce4()
185 H4_X4_hi = _mm_clmulepi64_si128(H4, X4, 0x11); in reduce4()
203 tmp3 = _mm_shuffle_epi32(H4, 78); in reduce4()
205 tmp3 = _mm_xor_si128(tmp3, H4); in reduce4()
279 __m128i H, H2, H3, H4, Y, T; in AES_GCM_encrypt() local
349 gfmul(H,H3,&H4); in AES_GCM_encrypt()
363 reduce4(H, H2, H3, H4, tmp4, tmp3, tmp2, tmp1, &X); in AES_GCM_encrypt()
475 reduce4(H, H2, H3, H4, tmp4, tmp3, tmp2, tmp1, &X); in AES_GCM_encrypt()
539 __m128i H, H2, H3, H4, Y, T; in AES_GCM_decrypt() local
[all …]
/f-stack/freebsd/netgraph/bluetooth/drivers/h4/
H A DTODO6 This is a list of open issues for H4 node
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Domap2420-h4.dts10 model = "TI OMAP2420 H4 board";
/f-stack/freebsd/crypto/openssl/arm/
H A Dpoly1305-armv4.S467 @ H0>>+H1>>+H2>>+H3>>+H4
468 @ H3>>+H4>>*5+H0>>+H1
481 @ H0, H2, H3 are guaranteed to be 26 bits wide, while H1 and H4
488 @ H4 = H4*R0 + H3*R1 + H2*R2 + H1*R3 + H0 * R4,
/f-stack/freebsd/opencrypto/
H A Drmd160.c60 #define H4 0xC3D2E1F0U macro
105 ctx->state[4] = H4; in RMD160Init()