Home
last modified time | relevance | path

Searched refs:escrypt_init_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.c203 if (escrypt_init_local(&escrypt_local) != 0) { in crypto_pwhash_scryptsalsa208sha256_str()
241 if (escrypt_init_local(&escrypt_local) != 0) { in crypto_pwhash_scryptsalsa208sha256_str_verify()
H A Dscrypt_platform.c97 escrypt_init_local(escrypt_local_t *local) in escrypt_init_local() function
H A Dcrypto_scrypt.h64 extern int escrypt_init_local(escrypt_local_t *__local);
H A Dcrypto_scrypt-common.c248 if (escrypt_init_local(&local)) { in crypto_pwhash_scryptsalsa208sha256_ll()