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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_pwhash.h 81 #define crypto_pwhash_OPSLIMIT_MODERATE crypto_pwhash_argon2id_OPSLIMIT_MODERATE
crypto_pwhash_argon2id.h 74 #define crypto_pwhash_argon2id_OPSLIMIT_MODERATE 3U
76 size_t crypto_pwhash_argon2id_opslimit_moderate(void);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
pwhash_argon2id.c 112 crypto_pwhash_argon2id_opslimit_moderate(void) function in typeref:typename:size_t
114 return crypto_pwhash_argon2id_OPSLIMIT_MODERATE;

Completed in 12 milliseconds