/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/ |
H A D | evppkey_kdf_scrypt.txt | 14 Title = id-scrypt tests (from draft-josefsson-id-scrypt-kdf-03 and others) 16 PKEYKDF = scrypt 24 PKEYKDF = scrypt 32 PKEYKDF = scrypt 40 PKEYKDF = scrypt 48 PKEYKDF = scrypt 57 PKEYKDF = scrypt
|
H A D | evppbe_scrypt.txt | 14 Title = scrypt tests (from draft-josefsson-scrypt-kdf-03 and others) Using PBE 16 PBE = scrypt 24 PBE = scrypt 32 PBE = scrypt 41 # scrypt memory limit and return an error. To run this test without error 44 PBE = scrypt
|
H A D | evpkdf_scrypt.txt | 14 Title = Scrypt tests (from draft-josefsson-id-scrypt-kdf-03 and others) 16 KDF = id-scrypt 24 KDF = id-scrypt 32 KDF = id-scrypt 40 KDF = id-scrypt 48 KDF = id-scrypt 57 KDF = id-scrypt
|
/netbsd-src/crypto/external/bsd/openssl/dist/demos/kdf/ |
H A D | Makefile | 10 all: hkdf pbkdf2 scrypt 17 scrypt: scrypt.o target 22 $(RM) *.o hkdf pbkdf2 scrypt
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | EVP_PKEY_CTX_set_scrypt_N.pod | 10 - EVP_PKEY scrypt KDF support functions 31 scrypt KDF. 32 For more information on scrypt, see L<scrypt(7)>. 47 scrypt also supports string based control operations via 57 The scrypt KDF also uses EVP_PKEY_CTX_set1_pbe_pass() as well as 72 L<scrypt(7)>,
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/ |
H A D | scrypt.pod | 5 scrypt - EVP_PKEY scrypt KDF support 9 The EVP_PKEY_SCRYPT algorithm implements the scrypt password based key 16 scrypt provides three work factors that can be customized: N, r and p. N, which 20 greater than zero. The amount of RAM that scrypt requires for its computation 30 may be used by scrypt defaults to 1025 MiB. 34 A context for scrypt can be obtained by calling: 38 The output length of an scrypt key derivation is specified via the 43 This example derives a 64-byte long test vector using scrypt using the password
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
H A D | EVP_KDF-SCRYPT.pod | 5 EVP_KDF-SCRYPT - The scrypt EVP_KDF implementation 9 Support for computing the B<scrypt> password-based KDF through the B<EVP_KDF> 12 The EVP_KDF-SCRYPT algorithm implements the scrypt password-based key 19 scrypt provides three work factors that can be customized: N, r and p. N, which 23 greater than zero. The amount of RAM that scrypt requires for its computation 33 may be used by scrypt defaults to 1025 MiB. 60 These parameters configure the scrypt work factors N, r, maxmem and p. 73 A context for scrypt can be obtained by calling: 78 The output length of an scrypt key derivation is specified via the 83 This example derives a 64-byte long test vector using scrypt with the password
|
H A D | provider-kdf.pod | 228 Sets the scrypt work factor parameter N in the associated KDF ctx. 232 Sets the scrypt work factor parameter r in the associated KDF ctx. 236 Sets the scrypt work factor parameter p in the associated KDF ctx. 240 Sets the scrypt work factor parameter maxmem in the associated KDF ctx.
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/ |
H A D | evppbe.txt | 15 Title = scrypt tests (from draft-josefsson-scrypt-kdf-03 and others) 17 PBE = scrypt 25 PBE = scrypt 33 PBE = scrypt 42 # scrypt memory limit and return an error. To run this test without error 45 PBE = scrypt
|
H A D | evpkdf.txt | 255 Title = id-scrypt tests (from draft-josefsson-id-scrypt-kdf-03 and others) 257 KDF = scrypt 265 KDF = scrypt 273 KDF = scrypt 281 KDF = scrypt 289 KDF = scrypt 299 #KDF = scrypt
|
/netbsd-src/external/bsd/file/dist/magic/magdir/ |
H A D | crypto | 33 # http://www.tarsnap.com/scrypt.html 35 0 string scrypt\0 scrypt encrypted file 45 >>25 string scrypt
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | EVP_PKEY_CTX_set_scrypt_N.pod | 10 - EVP_PKEY scrypt KDF support functions 31 scrypt KDF. 32 For more information on scrypt, see L<EVP_KDF-SCRYPT(7)>. 47 scrypt also supports string based control operations via 60 The scrypt KDF also uses EVP_PKEY_CTX_set1_pbe_pass() as well as
|
/netbsd-src/sys/external/isc/libsodium/dist/test/default/ |
H A D | pwhash_scrypt_ll.exp | 1 scrypt('', '', 16, 1, 1, 64) = 6 scrypt('password', 'NaCl', 1024, 8, 16, 64) = 11 scrypt('pleaseletmein', 'SodiumChloride', 16384, 8, 1, 64) =
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/exchange/ |
H A D | kdf_exch.c | 82 KDF_NEWCTX(scrypt, "SCRYPT") 209 KDF_SETTABLE_CTX_PARAMS(scrypt, "SCRYPT") 237 KDF_GETTABLE_CTX_PARAMS(scrypt, "SCRYPT") 257 KDF_KEYEXCH_FUNCTIONS(scrypt)
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/kdf/ |
H A D | build.info | 3 tls1_prf.c kdf_err.c hkdf.c scrypt.c
|
/netbsd-src/crypto/external/bsd/openssl/lib/libdefault/ |
H A D | providers_implementations_kdfs.inc | 12 scrypt.c \
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/ |
H A D | openssl-pkcs8.pod.in | 26 [B<-scrypt>] 140 =item B<-scrypt> 142 Uses the B<scrypt> algorithm for private key encryption using default 149 Sets the scrypt I<N>, I<r> or I<p> parameters.
|
H A D | openssl-kdf.pod.in | 90 The password must be specified for PBKDF2 and scrypt. 191 Use scrypt to create a hex-encoded derived key from a password and salt:
|
H A D | openssl-pkeyutl.pod.in | 379 Derive a key using B<scrypt> where the password is read from command line: 381 openssl pkeyutl -kdf scrypt -kdflen 16 -pkeyopt_passin pass \ 386 openssl pkeyutl -kdf scrypt -kdflen 16 -pkeyopt_passin pass:env:MYPASS \
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/kdfs/ |
H A D | build.info | 35 SOURCE[$SCRYPT_GOAL]=scrypt.c
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/ |
H A D | pkcs8.pod | 29 [B<-scrypt>] 150 =item B<-scrypt> 152 Uses the B<scrypt> algorithm for private key encryption using default 159 Sets the scrypt B<N>, B<r> or B<p> parameters.
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/ |
H A D | evp.inc | 73 scrypt.c
|
H A D | man.inc | 537 scrypt.7 \
|
/netbsd-src/crypto/external/bsd/openssl/dist/demos/ |
H A D | README.txt | 26 scrypt.c Demonstration of SCRYPT password based key derivation
|
/netbsd-src/sys/external/isc/libsodium/dist/ |
H A D | AUTHORS | 33 scrypt Colin Percival
|