Home
last modified time | relevance | path

Searched refs:crypto_pwhash_STRBYTES (Results 1 – 25 of 63) sorted by relevance

123

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash.h49 #define crypto_pwhash_STRBYTES crypto_pwhash_argon2id_STRBYTES macro
116 int crypto_pwhash_str(char out[crypto_pwhash_STRBYTES],
122 int crypto_pwhash_str_alg(char out[crypto_pwhash_STRBYTES],
128 int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
134 int crypto_pwhash_str_needs_rehash(const char str[crypto_pwhash_STRBYTES],
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c59 return crypto_pwhash_STRBYTES; in crypto_pwhash_strbytes()
148 crypto_pwhash_str(char out[crypto_pwhash_STRBYTES], in crypto_pwhash_str() argument
157 crypto_pwhash_str_alg(char out[crypto_pwhash_STRBYTES], in crypto_pwhash_str_alg() argument
175 crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES], in crypto_pwhash_str_verify() argument
193 crypto_pwhash_str_needs_rehash(const char str[crypto_pwhash_STRBYTES], in crypto_pwhash_str_needs_rehash() argument
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c59 return crypto_pwhash_STRBYTES; in crypto_pwhash_strbytes()
148 crypto_pwhash_str(char out[crypto_pwhash_STRBYTES], in crypto_pwhash_str() argument
157 crypto_pwhash_str_alg(char out[crypto_pwhash_STRBYTES], in crypto_pwhash_str_alg() argument
175 crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES], in crypto_pwhash_str_verify() argument
193 crypto_pwhash_str_needs_rehash(const char str[crypto_pwhash_STRBYTES], in crypto_pwhash_str_needs_rehash() argument
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/include/sodium/
H A Dcrypto_pwhash.h49 #define crypto_pwhash_STRBYTES crypto_pwhash_argon2id_STRBYTES macro
116 int crypto_pwhash_str(char out[crypto_pwhash_STRBYTES],
122 int crypto_pwhash_str_alg(char out[crypto_pwhash_STRBYTES],
128 int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
134 int crypto_pwhash_str_needs_rehash(const char str[crypto_pwhash_STRBYTES],
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash.h49 #define crypto_pwhash_STRBYTES crypto_pwhash_argon2id_STRBYTES macro
116 int crypto_pwhash_str(char out[crypto_pwhash_STRBYTES],
122 int crypto_pwhash_str_alg(char out[crypto_pwhash_STRBYTES],
128 int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
134 int crypto_pwhash_str_needs_rehash(const char str[crypto_pwhash_STRBYTES],
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c59 return crypto_pwhash_STRBYTES; in crypto_pwhash_strbytes()
148 crypto_pwhash_str(char out[crypto_pwhash_STRBYTES], in crypto_pwhash_str() argument
157 crypto_pwhash_str_alg(char out[crypto_pwhash_STRBYTES], in crypto_pwhash_str_alg() argument
175 crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES], in crypto_pwhash_str_verify() argument
193 crypto_pwhash_str_needs_rehash(const char str[crypto_pwhash_STRBYTES], in crypto_pwhash_str_needs_rehash() argument
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c59 return crypto_pwhash_STRBYTES; in crypto_pwhash_strbytes()
148 crypto_pwhash_str(char out[crypto_pwhash_STRBYTES], in crypto_pwhash_str() argument
157 crypto_pwhash_str_alg(char out[crypto_pwhash_STRBYTES], in crypto_pwhash_str_alg() argument
175 crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES], in crypto_pwhash_str_verify() argument
193 crypto_pwhash_str_needs_rehash(const char str[crypto_pwhash_STRBYTES], in crypto_pwhash_str_needs_rehash() argument
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash.h49 #define crypto_pwhash_STRBYTES crypto_pwhash_argon2id_STRBYTES macro
116 int crypto_pwhash_str(char out[crypto_pwhash_STRBYTES],
122 int crypto_pwhash_str_alg(char out[crypto_pwhash_STRBYTES],
128 int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
134 int crypto_pwhash_str_needs_rehash(const char str[crypto_pwhash_STRBYTES],
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Dpwhash_argon2i.c239 str_out = (char *) sodium_malloc(crypto_pwhash_STRBYTES); in str_tests()
240 str_out2 = (char *) sodium_malloc(crypto_pwhash_STRBYTES); in str_tests()
270 crypto_pwhash_STRBYTES - strlen(str_out)) != 1 || in str_tests()
272 crypto_pwhash_STRBYTES - strlen(str_out2)) != 1) { in str_tests()
283 assert(str_out[crypto_pwhash_STRBYTES - 1U] == 0); in str_tests()
H A Dpwhash_argon2id.c279 crypto_pwhash_STRBYTES - strlen(str_out)) != 1 || in str_tests()
281 crypto_pwhash_STRBYTES - strlen(str_out2)) != 1) { in str_tests()
428 assert(crypto_pwhash_strbytes() == crypto_pwhash_STRBYTES); in main()
/dports/security/libsodium/libsodium-1.0.18/test/default/
H A Dpwhash_argon2i.c239 str_out = (char *) sodium_malloc(crypto_pwhash_STRBYTES); in str_tests()
240 str_out2 = (char *) sodium_malloc(crypto_pwhash_STRBYTES); in str_tests()
270 crypto_pwhash_STRBYTES - strlen(str_out)) != 1 || in str_tests()
272 crypto_pwhash_STRBYTES - strlen(str_out2)) != 1) { in str_tests()
283 assert(str_out[crypto_pwhash_STRBYTES - 1U] == 0); in str_tests()
H A Dpwhash_argon2id.c279 crypto_pwhash_STRBYTES - strlen(str_out)) != 1 || in str_tests()
281 crypto_pwhash_STRBYTES - strlen(str_out2)) != 1) { in str_tests()
428 assert(crypto_pwhash_strbytes() == crypto_pwhash_STRBYTES); in main()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/test/default/
H A Dpwhash_argon2i.c239 str_out = (char *) sodium_malloc(crypto_pwhash_STRBYTES); in str_tests()
240 str_out2 = (char *) sodium_malloc(crypto_pwhash_STRBYTES); in str_tests()
270 crypto_pwhash_STRBYTES - strlen(str_out)) != 1 || in str_tests()
272 crypto_pwhash_STRBYTES - strlen(str_out2)) != 1) { in str_tests()
283 assert(str_out[crypto_pwhash_STRBYTES - 1U] == 0); in str_tests()
H A Dpwhash_argon2id.c279 crypto_pwhash_STRBYTES - strlen(str_out)) != 1 || in str_tests()
281 crypto_pwhash_STRBYTES - strlen(str_out2)) != 1) { in str_tests()
428 assert(crypto_pwhash_strbytes() == crypto_pwhash_STRBYTES); in main()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Dpwhash_argon2i.c239 str_out = (char *) sodium_malloc(crypto_pwhash_STRBYTES); in str_tests()
240 str_out2 = (char *) sodium_malloc(crypto_pwhash_STRBYTES); in str_tests()
270 crypto_pwhash_STRBYTES - strlen(str_out)) != 1 || in str_tests()
272 crypto_pwhash_STRBYTES - strlen(str_out2)) != 1) { in str_tests()
283 assert(str_out[crypto_pwhash_STRBYTES - 1U] == 0); in str_tests()
H A Dpwhash_argon2id.c279 crypto_pwhash_STRBYTES - strlen(str_out)) != 1 || in str_tests()
281 crypto_pwhash_STRBYTES - strlen(str_out2)) != 1) { in str_tests()
428 assert(crypto_pwhash_strbytes() == crypto_pwhash_STRBYTES); in main()
/dports/graphics/drawpile/Drawpile-2.1.20/src/libshared/util/
H A Dpasswordhash.cpp78 return hash.length() > 7 && (unsigned int)hash.length() < 7+crypto_pwhash_STRBYTES; in isValidHash()
165 QByteArray hashed(crypto_pwhash_STRBYTES, 0); in hash()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/nacl/pwhash/
H A D_argon2.py19 _argon2_strbytes_plus_one = nacl.bindings.crypto_pwhash_STRBYTES
/dports/net/remmina/Remmina-0ef1621b3e16b3168213147a2bfca39da2c2668f/src/
H A Dremmina_sodium.c104 char key[crypto_pwhash_STRBYTES]; in remmina_sodium_pwhash_str()
/dports/mail/dovecot/dovecot-2.3.17/src/auth/
H A Dpassword-scheme-sodium.c15 char result[crypto_pwhash_STRBYTES]; in generate_argon2i()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/nacl/bindings/
H A D__init__.py92 crypto_pwhash_STRBYTES,
/dports/net/openldap24-server/openldap-2.4.59/contrib/slapd-modules/passwd/argon2/
H A Dpw-argon2.c123 p = hash->bv_val = ber_memalloc( scheme->bv_len + crypto_pwhash_STRBYTES ); in slapd_argon2_hash()
/dports/net/openldap24-client/openldap-2.4.59/contrib/slapd-modules/passwd/argon2/
H A Dpw-argon2.c123 p = hash->bv_val = ber_memalloc( scheme->bv_len + crypto_pwhash_STRBYTES ); in slapd_argon2_hash()
/dports/lang/php80/php-8.0.15/ext/sodium/
H A Dsodium_pwhash.c85 ret = zend_string_alloc(crypto_pwhash_STRBYTES - 1, 0); in php_sodium_argon2_hash()
/dports/lang/php81/php-8.1.1/ext/sodium/
H A Dsodium_pwhash.c85 ret = zend_string_alloc(crypto_pwhash_STRBYTES - 1, 0); in php_sodium_argon2_hash()

123