HomeSort by: relevance | last modified time | path
    Searched refs:escrypt_init_local (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
scrypt_platform.c 97 escrypt_init_local(escrypt_local_t *local) function in typeref:typename:int
crypto_scrypt.h 64 extern int escrypt_init_local(escrypt_local_t *__local);
pwhash_scryptsalsa208sha256.c 203 if (escrypt_init_local(&escrypt_local) != 0) {
241 if (escrypt_init_local(&escrypt_local) != 0) {
crypto_scrypt-common.c 248 if (escrypt_init_local(&local)) {

Completed in 13 milliseconds