Home
last modified time | relevance | path

Searched refs:Bin (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/
H A Dpwhash_scryptsalsa208sha256_sse.c112 blockmix_salsa8(const __m128i *Bin, __m128i *Bout, size_t r) in blockmix_salsa8() argument
118 X0 = Bin[8 * r - 4]; in blockmix_salsa8()
119 X1 = Bin[8 * r - 3]; in blockmix_salsa8()
120 X2 = Bin[8 * r - 2]; in blockmix_salsa8()
121 X3 = Bin[8 * r - 1]; in blockmix_salsa8()
126 SALSA20_8_XOR(Bin, Bout) in blockmix_salsa8()
134 SALSA20_8_XOR(&Bin[i * 8 + 4], &Bout[(r + i) * 4 + 4]) in blockmix_salsa8()
141 SALSA20_8_XOR(&Bin[i * 8], &Bout[i * 4]) in blockmix_salsa8()
147 SALSA20_8_XOR(&Bin[i * 8 + 4], &Bout[(r + i) * 4 + 4]) in blockmix_salsa8()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/
H A Dpwhash_scryptsalsa208sha256_nosse.c178 blockmix_salsa8(const uint32_t *Bin, uint32_t *Bout, uint32_t *X, size_t r) in blockmix_salsa8() argument
184 (escrypt_block_t *) &Bin[(2 * r - 1) * 16]); in blockmix_salsa8()
189 blkxor_64((escrypt_block_t *) X, (escrypt_block_t *) &Bin[i * 16]); in blockmix_salsa8()
197 blkxor_64((escrypt_block_t *) X, (escrypt_block_t *) &Bin[i * 16 + 16]); in blockmix_salsa8()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dsun8i-h3-mapleboard-mp130.dts3 * Copyright (C) 2017 Centrum Embedded Systems, Jia-Bin Huang <[email protected]>
/f-stack/freebsd/contrib/device-tree/Bindings/devfreq/
H A Drk3399_dmc.txt28 set according to "Speed Bin" in DDR3 datasheet,
29 DO NOT use a smaller "Speed Bin" than specified
/f-stack/dpdk/doc/guides/prog_guide/
H A Dhash_lib.rst304 * [partial-key] Bin Fan, David G. Andersen, and Michael Kaminsky, MemC3: compact and concurrent Mem…