Searched refs:crypto_generichash_final (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | generichash2.c | 32 if (crypto_generichash_final(st, out, in main() 40 if (crypto_generichash_final(st, out, in main()
|
H A D | metamorphic.c | 43 crypto_generichash_final(&st, h, hlen); in mm_generichash()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_kx/ |
H A D | crypto_kx.c | 63 crypto_generichash_final(&h, keys, sizeof keys); in crypto_kx_client_session_keys() 104 crypto_generichash_final(&h, keys, sizeof keys); in crypto_kx_server_session_keys()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/ |
H A D | crypto_generichash.c | 80 crypto_generichash_final(crypto_generichash_state *state, in crypto_generichash_final() function
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/ |
H A D | crypto_generichash.h | 69 int crypto_generichash_final(crypto_generichash_state *state,
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_box/ |
H A D | crypto_box_seal.c | 18 crypto_generichash_final(&st, nonce, crypto_box_NONCEBYTES); in _crypto_box_seal_nonce()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/ |
H A D | box_seal_curve25519xchacha20poly1305.c | 22 crypto_generichash_final(&st, nonce, in _crypto_box_curve25519xchacha20poly1305_seal_nonce()
|
/freebsd/sys/contrib/libsodium/ |
H A D | ChangeLog | 173 - crypto_generichash_final() now returns -1 if called twice.
|