| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/ | 
| pwhash_scryptsalsa208sha256_nosse.c | 219  * smix(B, r, N, V, XY): 227 smix(uint8_t *B, size_t r, uint64_t N, uint32_t *V, uint32_t *XY)  function in typeref:typename:void
 367         smix(&B[(size_t) 128 * i * r], r, N, V, XY);
 
 | 
| pwhash_scryptsalsa208sha256_nosse.c | 219  * smix(B, r, N, V, XY): 227 smix(uint8_t *B, size_t r, uint64_t N, uint32_t *V, uint32_t *XY)  function in typeref:typename:void
 367         smix(&B[(size_t) 128 * i * r], r, N, V, XY);
 
 | 
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/ | 
| pwhash_scryptsalsa208sha256_sse.c | 223  * smix(B, r, N, V, XY): 231 smix(uint8_t *B, size_t r, uint32_t N, void *V, void *XY)  function in typeref:typename:void
 391         smix(&B[(size_t) 128 * i * r], r, (uint32_t) N, V, XY);
 
 | 
| pwhash_scryptsalsa208sha256_sse.c | 223  * smix(B, r, N, V, XY): 231 smix(uint8_t *B, size_t r, uint32_t N, void *V, void *XY)  function in typeref:typename:void
 391         smix(&B[(size_t) 128 * i * r], r, (uint32_t) N, V, XY);
 
 |