| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/ |
| H A D | blake2b-load-avx2.h | 4 #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 D | blake2b-load-sse2.h | 19 #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 D | blake2b-load-sse41.h | 19 #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 D | blake2b-compress-sse41.h | 21 #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 D | blake2b-compress-ssse3.h | 21 #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 D | blake2b-compress-sse41.c | 42 __m128i b0, b1; in blake2b_compress_sse41() local
|
| H A D | blake2b-compress-ssse3.c | 36 __m128i b0, b1; in blake2b_compress_ssse3() local
|
| /f-stack/freebsd/contrib/libb2/ |
| H A D | blake2b-load-sse2.h | 17 #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 D | blake2b-load-sse41.h | 17 #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 D | blake2b-round.h | 47 #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 D | blake2b.c | 293 __m128i b0, b1; in blake2b_compress() local
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_crypto_ccmp.c | 222 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 D | ieee80211_crypto_tkip.c | 276 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 D | u0.h | 7 __m128i b0, b1, b2, b3, b4, b5, b6, b7; variable
|
| H A D | u1.h | 7 __m128i b0, b1, b2, b3, b4, b5, b6, b7; variable
|
| /f-stack/freebsd/opencrypto/ |
| H A D | cbc_mac.c | 88 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 D | aesopt.h | 552 #define bytes2word(b0, b1, b2, b3) \ argument 562 #define bytes2word(b0, b1, b2, b3) \ argument
|
| /f-stack/freebsd/contrib/openzfs/module/zcommon/ |
| H A D | zfs_fletcher.c | 243 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 D | base.c | 13 static base_t *b0; variable
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/ |
| H A D | ccm.c | 639 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 D | zpl_file.c | 852 #define fchange(f0, f1, b0, b1) (!((f0) & (b0)) != !((f1) & (b1))) argument
|
| /f-stack/freebsd/netinet6/ |
| H A D | icmp6.c | 1595 const char *a0, *b0; in ni6_dnsmatch() local
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/ |
| H A D | ed25519_ref10.c | 1086 int64_t b0 = 2097151 & load_3(b); in sc25519_muladd() local
|