Searched refs:pbkdf2 (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/usr.sbin/wpa/wpa_passphrase/
H A DMakefile8 SRCS= common.c md5-internal.c md5.c os_unix.c sha1-internal.c sha1-pbkdf2.c \
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_cryptor_private.h104 #include <nettle/pbkdf2.h>
/freebsd-12-stable/crypto/openssl/apps/
H A Denc.c79 {"pbkdf2", OPT_PBKDF2, '-', "Use password-based key derivation function 2"},
113 int pbkdf2 = 0; local
266 pbkdf2 = 1;
269 pbkdf2 = 1;
463 if (pbkdf2 == 1) {
484 "Using -iter or -pbkdf2 would be better.\n");
/freebsd-12-stable/usr.sbin/wpa/
H A DMakefile.crypto115 SRCS+= sha1-internal.c sha1-pbkdf2.c sha1.c sha1-prf.c
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dnmake.mak67 $(OBJDIR)\sha1-pbkdf2.obj \
165 $(OBJDIR)\sha1-pbkdf2.obj \
H A DAndroid.mk1294 SHA1OBJS += src/crypto/sha1-pbkdf2.c
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/
H A DMakefile.am157 crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c \
158 crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.h \
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Daes-test.c61 char *pbkdf2; member in struct:__anon7732
222 if (keys[i].pbkdf2) {
233 if (memcmp(keyout, keys[i].pbkdf2, keys[i].keylen) != 0) {
234 krb5_warnx(context, "%d: pbkdf2", i);

Completed in 84 milliseconds