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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
crypto_scrypt.h 62 typedef escrypt_region_t escrypt_local_t; typedef in typeref:typename:escrypt_region_t
64 extern int escrypt_init_local(escrypt_local_t *__local);
66 extern int escrypt_free_local(escrypt_local_t *__local);
71 typedef int (*escrypt_kdf_t)(escrypt_local_t *__local, const uint8_t *__passwd,
76 extern int escrypt_kdf_nosse(escrypt_local_t *__local, const uint8_t *__passwd,
81 extern int escrypt_kdf_sse(escrypt_local_t *__local, const uint8_t *__passwd,
86 extern uint8_t *escrypt_r(escrypt_local_t *__local, const uint8_t *__passwd,
scrypt_platform.c 97 escrypt_init_local(escrypt_local_t *local)
105 escrypt_free_local(escrypt_local_t *local)
crypto_scrypt-common.c 137 escrypt_r(escrypt_local_t *local, const uint8_t *passwd, size_t passwdlen,
245 escrypt_local_t local;
pwhash_scryptsalsa208sha256.c 182 escrypt_local_t escrypt_local;
234 escrypt_local_t escrypt_local;
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/
pwhash_scryptsalsa208sha256_nosse.c 292 escrypt_kdf_nosse(escrypt_local_t *local, const uint8_t *passwd,
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/
pwhash_scryptsalsa208sha256_sse.c 309 escrypt_kdf_sse(escrypt_local_t *local, const uint8_t *passwd, size_t passwdlen,

Completed in 14 milliseconds