Home
last modified time | relevance | path

Searched defs:b0 (Results 1 – 23 of 23) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-load-avx2.h4 #define BLAKE2B_LOAD_MSG_0_1(b0) \ argument
11 #define BLAKE2B_LOAD_MSG_0_2(b0) \ argument
18 #define BLAKE2B_LOAD_MSG_0_3(b0) \ argument
25 #define BLAKE2B_LOAD_MSG_0_4(b0) \ argument
32 #define BLAKE2B_LOAD_MSG_1_1(b0) \ argument
39 #define BLAKE2B_LOAD_MSG_1_2(b0) \ argument
53 #define BLAKE2B_LOAD_MSG_1_4(b0) \ argument
60 #define BLAKE2B_LOAD_MSG_2_1(b0) \ argument
67 #define BLAKE2B_LOAD_MSG_2_2(b0) \ argument
74 #define BLAKE2B_LOAD_MSG_2_3(b0) \ argument
[all …]
H A Dblake2b-load-sse2.h19 #define LOAD_MSG_0_1(b0, b1) \ argument
22 #define LOAD_MSG_0_2(b0, b1) \ argument
25 #define LOAD_MSG_0_3(b0, b1) \ argument
28 #define LOAD_MSG_0_4(b0, b1) \ argument
31 #define LOAD_MSG_1_1(b0, b1) \ argument
34 #define LOAD_MSG_1_2(b0, b1) \ argument
37 #define LOAD_MSG_1_3(b0, b1) \ argument
40 #define LOAD_MSG_1_4(b0, b1) \ argument
46 #define LOAD_MSG_2_2(b0, b1) \ argument
55 #define LOAD_MSG_3_1(b0, b1) \ argument
[all …]
H A Dblake2b-load-sse41.h19 #define LOAD_MSG_0_1(b0, b1) \ argument
25 #define LOAD_MSG_0_2(b0, b1) \ argument
31 #define LOAD_MSG_0_3(b0, b1) \ argument
37 #define LOAD_MSG_0_4(b0, b1) \ argument
43 #define LOAD_MSG_1_1(b0, b1) \ argument
49 #define LOAD_MSG_1_2(b0, b1) \ argument
61 #define LOAD_MSG_1_4(b0, b1) \ argument
67 #define LOAD_MSG_2_1(b0, b1) \ argument
85 #define LOAD_MSG_2_4(b0, b1) \ argument
91 #define LOAD_MSG_3_1(b0, b1) \ argument
[all …]
H A Dblake2b-compress-sse41.h21 #define G1(row1l, row2l, row3l, row4l, row1h, row2h, row3h, row4h, b0, b1) \ argument
40 #define G2(row1l, row2l, row3l, row4l, row1h, row2h, row3h, row4h, b0, b1) \ argument
H A Dblake2b-compress-ssse3.h21 #define G1(row1l, row2l, row3l, row4l, row1h, row2h, row3h, row4h, b0, b1) \ argument
40 #define G2(row1l, row2l, row3l, row4l, row1h, row2h, row3h, row4h, b0, b1) \ argument
H A Dblake2b-compress-sse41.c42 __m128i b0, b1; in blake2b_compress_sse41() local
H A Dblake2b-compress-ssse3.c36 __m128i b0, b1; in blake2b_compress_ssse3() local
/f-stack/freebsd/contrib/libb2/
H A Dblake2b-load-sse2.h17 #define LOAD_MSG_0_1(b0, b1) b0 = _mm_set_epi64x(m2, m0); b1 = _mm_set_epi64x(m6, m4) argument
18 #define LOAD_MSG_0_2(b0, b1) b0 = _mm_set_epi64x(m3, m1); b1 = _mm_set_epi64x(m7, m5) argument
19 #define LOAD_MSG_0_3(b0, b1) b0 = _mm_set_epi64x(m10, m8); b1 = _mm_set_epi64x(m14, m12) argument
20 #define LOAD_MSG_0_4(b0, b1) b0 = _mm_set_epi64x(m11, m9); b1 = _mm_set_epi64x(m15, m13) argument
21 #define LOAD_MSG_1_1(b0, b1) b0 = _mm_set_epi64x(m4, m14); b1 = _mm_set_epi64x(m13, m9) argument
22 #define LOAD_MSG_1_2(b0, b1) b0 = _mm_set_epi64x(m8, m10); b1 = _mm_set_epi64x(m6, m15) argument
23 #define LOAD_MSG_1_3(b0, b1) b0 = _mm_set_epi64x(m0, m1); b1 = _mm_set_epi64x(m5, m11) argument
24 #define LOAD_MSG_1_4(b0, b1) b0 = _mm_set_epi64x(m2, m12); b1 = _mm_set_epi64x(m3, m7) argument
26 #define LOAD_MSG_2_2(b0, b1) b0 = _mm_set_epi64x(m0, m8); b1 = _mm_set_epi64x(m13, m2) argument
27 #define LOAD_MSG_2_3(b0, b1) b0 = _mm_set_epi64x(m3, m10); b1 = _mm_set_epi64x(m9, m7) argument
[all …]
H A Dblake2b-load-sse41.h17 #define LOAD_MSG_0_1(b0, b1) \ argument
25 #define LOAD_MSG_0_2(b0, b1) \ argument
33 #define LOAD_MSG_0_3(b0, b1) \ argument
41 #define LOAD_MSG_0_4(b0, b1) \ argument
49 #define LOAD_MSG_1_1(b0, b1) \ argument
57 #define LOAD_MSG_1_2(b0, b1) \ argument
65 #define LOAD_MSG_1_3(b0, b1) \ argument
73 #define LOAD_MSG_1_4(b0, b1) \ argument
81 #define LOAD_MSG_2_1(b0, b1) \ argument
89 #define LOAD_MSG_2_2(b0, b1) \ argument
[all …]
H A Dblake2b-round.h47 #define G1(row1l,row2l,row3l,row4l,row1h,row2h,row3h,row4h,b0,b1) \ argument
66 #define G2(row1l,row2l,row3l,row4l,row1h,row2h,row3h,row4h,b0,b1) \ argument
H A Dblake2b.c293 __m128i b0, b1; in blake2b_compress() local
/f-stack/freebsd/net80211/
H A Dieee80211_crypto_ccmp.c222 READ_6(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3, uint8_t b4, uint8_t b5) in READ_6()
456 uint8_t aad[2 * AES_BLOCK_LEN], b0[AES_BLOCK_LEN], b[AES_BLOCK_LEN], in ccmp_encrypt() local
601 uint8_t b0[AES_BLOCK_LEN], b[AES_BLOCK_LEN], a[AES_BLOCK_LEN]; in ccmp_decrypt() local
H A Dieee80211_crypto_tkip.c276 READ_6(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3, uint8_t b4, uint8_t b5) in READ_6()
819 static __inline u32 get_le32_split(u8 b0, u8 b1, u8 b2, u8 b3) in get_le32_split()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Du0.h7 __m128i b0, b1, b2, b3, b4, b5, b6, b7; variable
H A Du1.h7 __m128i b0, b1, b2, b3, b4, b5, b6, b7; variable
/f-stack/freebsd/opencrypto/
H A Dcbc_mac.c88 uint8_t b0[CCM_CBC_BLOCK_LEN]; in AES_CBC_MAC_Reinit() local
/f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daesopt.h552 #define bytes2word(b0, b1, b2, b3) \ argument
562 #define bytes2word(b0, b1, b2, b3) \ argument
/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher.c243 uint64_t a0, b0, a1, b1; in fletcher_2_incremental_native() local
277 uint64_t a0, b0, a1, b1; in fletcher_2_incremental_byteswap() local
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dbase.c13 static base_t *b0; variable
/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dccm.c639 ulong_t authDataSize, uint8_t *b0, ccm_ctx_t *aes_ctx) in ccm_format_initial_blocks()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file.c852 #define fchange(f0, f1, b0, b1) (!((f0) & (b0)) != !((f1) & (b1))) argument
/f-stack/freebsd/netinet6/
H A Dicmp6.c1595 const char *a0, *b0; in ni6_dnsmatch() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c1086 int64_t b0 = 2097151 & load_3(b); in sc25519_muladd() local