HomeSort by: relevance | last modified time | path
    Searched defs:escrypt_local_t (Results 1 - 1 of 1) 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,

Completed in 10 milliseconds