Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dpwhash_scryptsalsa208sha256.c221 escrypt_free_local(&escrypt_local); in crypto_pwhash_scryptsalsa208sha256_str()
226 escrypt_free_local(&escrypt_local); in crypto_pwhash_scryptsalsa208sha256_str()
259 escrypt_free_local(&escrypt_local); in crypto_pwhash_scryptsalsa208sha256_str_verify()
262 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()