Home
last modified time | relevance | path

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

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