| /src/crypto/external/bsd/openssl/dist/demos/kdf/ |
| Makefile | 10 all: hkdf pbkdf2 scrypt 16 pbkdf2: pbkdf2.o 22 $(RM) *.o hkdf pbkdf2 scrypt
|
| /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/ |
| evppbe_pbkdf2.txt | 14 Title = PBKDF2 tests (using PBE) 16 PBE = pbkdf2 23 PBE = pbkdf2 30 PBE = pbkdf2 37 PBE = pbkdf2 44 PBE = pbkdf2 51 PBE = pbkdf2 58 PBE = pbkdf2 65 PBE = pbkdf2 72 PBE = pbkdf2 [all...] |
| /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/ |
| evppbe_pbkdf2.txt | 14 Title = PBKDF2 tests (using PBE) 16 PBE = pbkdf2 23 PBE = pbkdf2 30 PBE = pbkdf2 37 PBE = pbkdf2 44 PBE = pbkdf2 51 PBE = pbkdf2 58 PBE = pbkdf2 65 PBE = pbkdf2 72 PBE = pbkdf2 [all...] |
| /src/crypto/external/apache2/openssl/dist/demos/kdf/ |
| build.info | 8 pbkdf2 \ 16 INCLUDE[pbkdf2]=../../include 17 SOURCE[pbkdf2]=pbkdf2.c 18 DEPEND[pbkdf2]=../../libcrypto
|
| Makefile | 8 pbkdf2 \ 19 pbkdf2: pbkdf2.o
|
| /src/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/ |
| evppbe.txt | 105 Title = PBKDF2 tests 107 PBE = pbkdf2 114 PBE = pbkdf2 121 PBE = pbkdf2 128 PBE = pbkdf2 135 PBE = pbkdf2 142 PBE = pbkdf2 149 PBE = pbkdf2 156 PBE = pbkdf2 163 PBE = pbkdf2 [all...] |
| /src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/pbkdf2/ |
| Makefile | 27 PROGRAMS = pw-pbkdf2.la 28 MANPAGES = slapd-pw-pbkdf2.5 48 pw-pbkdf2.la: pw-pbkdf2.lo
|
| pw-pbkdf2.c | 1 /* $NetBSD: pw-pbkdf2.c,v 1.4 2025/09/05 21:16:17 christos Exp $ */ 24 __RCSID("$NetBSD: pw-pbkdf2.c,v 1.4 2025/09/05 21:16:17 christos Exp $"); 36 #include <nettle/pbkdf2.h> 51 const struct berval pbkdf2_scheme = BER_BVC("{PBKDF2}"); 52 const struct berval pbkdf2_sha1_scheme = BER_BVC("{PBKDF2-SHA1}"); 53 const struct berval pbkdf2_sha256_scheme = BER_BVC("{PBKDF2-SHA256}"); 54 const struct berval pbkdf2_sha512_scheme = BER_BVC("{PBKDF2-SHA512}"); 229 PBKDF2(current_ctx, current_hmac_update, current_hmac_digest, 398 PBKDF2(current_ctx, current_hmac_update, current_hmac_digest,
|
| /src/external/bsd/wpa/bin/wpa_passphrase/ |
| Makefile | 23 SRCS+= sha1-pbkdf2.c sha1.c md5.c
|
| /src/external/bsd/wpa/dist/src/crypto/ |
| Makefile | 35 sha1-pbkdf2.o \
|
| /src/crypto/external/apache2/openssl/dist/util/ |
| mk-fipsmodule-cnf.pl | 85 pbkdf2-lower-bound-check = $pbkdf2_lower_bound_check
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| enc.c | 123 "Specify the iteration count and force the use of PBKDF2" }, 125 { "pbkdf2", OPT_PBKDF2, '-', 126 "Use password-based key derivation function 2 (PBKDF2)" }, 130 { "saltlen", OPT_SALTLEN, 'p', "Specify the PBKDF2 salt length (in bytes)" }, 168 int pbkdf2 = 0; local 332 pbkdf2 = 1; 341 pbkdf2 = 1; 373 if (saltlen == 0 || pbkdf2 == 0) 602 if (pbkdf2 == 1) { 625 "Using -iter or -pbkdf2 would be better.\n") [all...] |
| /src/crypto/external/bsd/openssl/dist/apps/ |
| enc.c | 96 "Specify the iteration count and force the use of PBKDF2"}, 98 {"pbkdf2", OPT_PBKDF2, '-', 99 "Use password-based key derivation function 2 (PBKDF2)"}, 136 int pbkdf2 = 0; local 279 pbkdf2 = 1; 282 pbkdf2 = 1; 490 if (pbkdf2 == 1) { 511 "Using -iter or -pbkdf2 would be better.\n");
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| enc.c | 78 {"iter", OPT_ITER, 'p', "Specify the iteration count and force use of PBKDF2"}, 79 {"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");
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_cryptor_private.h | 106 #include <nettle/pbkdf2.h> 188 /* PKCS5 PBKDF2 HMAC-SHA1 */
|
| /src/external/bsd/wpa/bin/wpa_supplicant/ |
| Makefile | 186 SRCS+= sha1-pbkdf2.c sha1.c md5.c
|
| /src/external/bsd/wpa/bin/hostapd/ |
| Makefile | 260 SRCS+= sha1-pbkdf2.c sha1.c md5.c
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| nmake.mak | 67 $(OBJDIR)\sha1-pbkdf2.obj \ 165 $(OBJDIR)\sha1-pbkdf2.obj \
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| aes-test.c | 59 char *pbkdf2; member in struct:__anon874 242 if (keys[i].pbkdf2) { 253 if (memcmp(keyout, keys[i].pbkdf2, keys[i].keylen) != 0) { 254 krb5_warnx(context, "%d: pbkdf2", i); 261 printf("PBKDF2:\n");
|
| /src/external/bsd/wpa/dist/hostapd/ |
| Android.mk | 888 SHA1OBJS += src/crypto/sha1-pbkdf2.c
|
| /src/crypto/external/apache2/openssl/dist/providers/fips/ |
| self_test_data.inc | 432 * https://github.com/brycx/Test-Vector-Generation/blob/master/PBKDF2/pbkdf2-hmac-sha2-test-vectors.md,
|