HomeSort by: relevance | last modified time | path
    Searched defs:blockhash_bytes (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
argon2-core.c 206 uint8_t blockhash_bytes[ARGON2_BLOCK_SIZE]; local in function:finalize
207 store_block(blockhash_bytes, &blockhash);
208 blake2b_long(context->out, context->outlen, blockhash_bytes,
212 sodium_memzero(blockhash_bytes,
213 ARGON2_BLOCK_SIZE); /* clear blockhash_bytes */
373 uint8_t blockhash_bytes[ARGON2_BLOCK_SIZE]; local in function:fill_first_blocks
377 blake2b_long(blockhash_bytes, ARGON2_BLOCK_SIZE, blockhash,
380 blockhash_bytes);
383 blake2b_long(blockhash_bytes, ARGON2_BLOCK_SIZE, blockhash,
386 blockhash_bytes);
    [all...]
argon2-core.c 206 uint8_t blockhash_bytes[ARGON2_BLOCK_SIZE]; local in function:finalize
207 store_block(blockhash_bytes, &blockhash);
208 blake2b_long(context->out, context->outlen, blockhash_bytes,
212 sodium_memzero(blockhash_bytes,
213 ARGON2_BLOCK_SIZE); /* clear blockhash_bytes */
373 uint8_t blockhash_bytes[ARGON2_BLOCK_SIZE]; local in function:fill_first_blocks
377 blake2b_long(blockhash_bytes, ARGON2_BLOCK_SIZE, blockhash,
380 blockhash_bytes);
383 blake2b_long(blockhash_bytes, ARGON2_BLOCK_SIZE, blockhash,
386 blockhash_bytes);
    [all...]

Completed in 65 milliseconds