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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
pwhash_argon2id.c 24 crypto_pwhash_argon2id_bytes_min(void) function in typeref:typename:size_t
26 COMPILER_ASSERT(crypto_pwhash_argon2id_BYTES_MIN >= ARGON2_MIN_OUTLEN);
27 return crypto_pwhash_argon2id_BYTES_MIN;
146 if (outlen < crypto_pwhash_argon2id_BYTES_MIN) {
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_pwhash.h 29 #define crypto_pwhash_BYTES_MIN crypto_pwhash_argon2id_BYTES_MIN
crypto_pwhash_argon2id.h 21 #define crypto_pwhash_argon2id_BYTES_MIN 16U
23 size_t crypto_pwhash_argon2id_bytes_min(void);

Completed in 12 milliseconds