Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dpwhash_scryptsalsa208sha256.c210 escrypt_free_local(&escrypt_local); in crypto_pwhash_scryptsalsa208sha256_str()
215 escrypt_free_local(&escrypt_local); in crypto_pwhash_scryptsalsa208sha256_str()
248 escrypt_free_local(&escrypt_local); in crypto_pwhash_scryptsalsa208sha256_str_verify()
251 escrypt_free_local(&escrypt_local); in crypto_pwhash_scryptsalsa208sha256_str_verify()
H A Dscrypt_platform.c105 escrypt_free_local(escrypt_local_t *local) in escrypt_free_local() function
H A Dcrypto_scrypt.h66 extern int escrypt_free_local(escrypt_local_t *__local);
H A Dcrypto_scrypt-common.c259 if (escrypt_free_local(&local)) { in crypto_pwhash_scryptsalsa208sha256_ll()