Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/test/default/
H A Dgenerichash2.c32 if (crypto_generichash_final(st, out, in main()
40 if (crypto_generichash_final(st, out, in main()
H A Dmetamorphic.c43 crypto_generichash_final(&st, h, hlen); in mm_generichash()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_kx/
H A Dcrypto_kx.c63 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 Dcrypto_generichash.c80 crypto_generichash_final(crypto_generichash_state *state, in crypto_generichash_final() function
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_generichash.h69 int crypto_generichash_final(crypto_generichash_state *state,
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_box/
H A Dcrypto_box_seal.c18 crypto_generichash_final(&st, nonce, crypto_box_NONCEBYTES); in _crypto_box_seal_nonce()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/
H A Dbox_seal_curve25519xchacha20poly1305.c22 crypto_generichash_final(&st, nonce, in _crypto_box_curve25519xchacha20poly1305_seal_nonce()
/freebsd/sys/contrib/libsodium/
H A DChangeLog173 - crypto_generichash_final() now returns -1 if called twice.