| /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/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/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...] |