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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_pwhash.h 45 #define crypto_pwhash_SALTBYTES crypto_pwhash_argon2id_SALTBYTES
47 size_t crypto_pwhash_saltbytes(void);
  /src/sys/external/isc/libsodium/dist/test/default/
pwhash_argon2i.c 82 unsigned char salt[crypto_pwhash_SALTBYTES];
134 unsigned char salt[crypto_pwhash_SALTBYTES];
237 salt = (char *) sodium_malloc(crypto_pwhash_SALTBYTES);
240 memcpy(salt, ">A 16-bytes salt", crypto_pwhash_SALTBYTES);
pwhash_argon2id.c 82 unsigned char salt[crypto_pwhash_SALTBYTES];
134 unsigned char salt[crypto_pwhash_SALTBYTES];
407 assert(crypto_pwhash_saltbytes() > 0U);
427 assert(crypto_pwhash_saltbytes() == crypto_pwhash_SALTBYTES);
451 assert(crypto_pwhash_argon2id_saltbytes() == crypto_pwhash_saltbytes());
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/
crypto_pwhash.c 51 crypto_pwhash_saltbytes(void) function in typeref:typename:size_t
53 return crypto_pwhash_SALTBYTES;

Completed in 15 milliseconds