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

  /src/crypto/external/apache2/openssl/dist/demos/kdf/
build.info 10 argon2
24 INCLUDE[argon2]=../../include
25 SOURCE[argon2]=argon2.c
26 DEPEND[argon2]=../../libcrypto
Makefile 10 argon2
21 argon2: argon2.o
  /src/external/apache2/argon2/lib/libargon2/
Makefile 7 LIB= argon2
  /src/lib/libcrypt/
Makefile 21 ARGON2DIR= ${NETBSDSRCDIR}/external/apache2/argon2
22 .PATH: ${ARGON2DIR}/dist/phc-winner-argon2/src \
23 ${ARGON2DIR}/dist/phc-winner-argon2/src/blake2 \
24 ${ARGON2DIR}/dist/phc-winner-argon2/include
26 CPPFLAGS+= -I${ARGON2DIR}/dist/phc-winner-argon2/include
27 SRCS+= crypt-argon2.c
29 . for src in argon2.c core.c blake2b.c encoding.c ref.c
pw_gensalt.c 54 #include <argon2.h>
55 #define ARGON2_ARGON2_STR "argon2"
75 /* argon2 default to argon2id */
76 { "argon2", __gensalt_argon2id},
267 /* argon2 variant-specific hooks to generic */
crypt-argon2.c 1 /* $NetBSD: crypt-argon2.c,v 1.22 2024/07/23 22:37:11 riastradh Exp $ */
30 __RCSID("$NetBSD: crypt-argon2.c,v 1.22 2024/07/23 22:37:11 riastradh Exp $");
45 #include <argon2.h>
69 #define ARGON2_ARGON2_STR "argon2"
162 /* low values from argon2 test suite... */
163 uint32_t memory = 256; /* 256k; argon2 wants kilobytes */
249 /* process params to argon2 */
251 /* but we do provide the expected order to argon2 api */
306 /* parse labelled argon2 params */
384 /* argon2 variable, default to id *
    [all...]
  /src/external/apache2/argon2/dist/phc-winner-argon2/src/blake2/
blake2.h 2 * Argon2 reference source code package - reference C implementations
21 #include <argon2.h>
81 /* Argon2 Team - Begin Code */
83 /* Argon2 Team - End Code */
  /src/sbin/cgdconfig/
argon2_utils.c 33 #include <argon2.h>
101 /* 1kb to argon2 per 100kb of user memory */
104 /* 256k: reasonable lower bound from the argon2 test suite */
176 " failed to calculate Argon2 hash, error code %d", ret);
params.c 52 #include <argon2.h>
cgdconfig.c 40 #include <argon2.h>
  /src/external/bsd/openldap/dist/servers/slapd/pwmods/
argon2.c 1 /* $NetBSD: argon2.c,v 1.3 2025/09/05 21:16:32 christos Exp $ */
3 /* argon2.c - Password module for argon2 */
20 __RCSID("$NetBSD: argon2.c,v 1.3 2025/09/05 21:16:32 christos Exp $");
34 #include <argon2.h>
64 const struct berval slapd_argon2_scheme = BER_BVC("{ARGON2}");
230 Debug( LDAP_DEBUG_ANY, "pw-argon2: "
  /src/external/bsd/openldap/dist/tests/scripts/
test083-argon2 19 if test $ARGON2 = argon2no; then
20 echo "argon2 overlay not available, test skipped"
24 USERDN="cn=argon2,$BASEDN"
58 if [ "$ARGON2" = argon2yes ]; then
65 olcModuleLoad: argon2.la
75 olcPasswordHash: {ARGON2}
  /src/external/bsd/openldap/dist/tests/
run.in 47 AC_argon2=argon2@BUILD_PW_ARGON2@
  /src/lib/
Makefile 71 SUBDIR+= ../external/apache2/argon2/lib/libargon2
  /src/external/bsd/openldap/dist/
configure 1646 --enable-argon2 Argon2 password hashing module no|yes [no]
1673 --with-argon2 with argon2 support library auto|libsodium|libargon2 [auto]
4237 Pwmods="argon2"
4848 # OpenLDAP --enable-argon2
4850 # Check whether --enable-argon2 was given.
4861 as_fn_error $? "bad value $enableval for --enable-argon2" "$LINENO" 5
4869 # end --enable-argon2
4871 # OpenLDAP --with-argon2
    [all...]

Completed in 77 milliseconds