Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dblake2b-long.c27 #define TRY(statement) \ in blake2b_long() macro
37 TRY(crypto_generichash_blake2b_update(&blake_state, outlen_bytes, in blake2b_long()
39 TRY(crypto_generichash_blake2b_update( in blake2b_long()
41 TRY(crypto_generichash_blake2b_final(&blake_state, out, outlen)); in blake2b_long()
46 TRY(crypto_generichash_blake2b_init( in blake2b_long()
48 TRY(crypto_generichash_blake2b_update(&blake_state, outlen_bytes, in blake2b_long()
50 TRY(crypto_generichash_blake2b_update( in blake2b_long()
52 TRY(crypto_generichash_blake2b_final( in blake2b_long()
61 TRY(crypto_generichash_blake2b( in blake2b_long()
70 TRY(crypto_generichash_blake2b(out_buffer, toproduce, in_buffer, in blake2b_long()
[all …]