| /freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evpciph_seed.txt | 9 Title = SEED CBC Test vectors (from RFC 4196) 12 Cipher = SEED-CBC 20 Cipher = SEED-CBC 27 Title = SEED ECB Test vectors (from RFC4269) 30 Cipher = SEED-ECB 37 Cipher = SEED-ECB 44 Cipher = SEED-ECB 51 Cipher = SEED-ECB 58 Cipher = SEED-ECB 65 Cipher = SEED-ECB [all …]
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | EVP_CIPHER-SEED.pod | 5 EVP_CIPHER-SEED - The SEED EVP_CIPHER implementations 9 Support for SEED symmetric encryption using the B<EVP_CIPHER> API. 17 =item "SEED-CBC" or "SEED" 19 =item "SEED-ECB" 21 =item "SEED-OFB" or "SEED-OFB128" 23 =item "SEED-CFB" or "SEED-CFB128"
|
| H A D | EVP_RAND-SEED-SRC.pod | 5 EVP_RAND-SEED-SRC - The randomness seed source EVP_RAND implementation 18 "SEED-SRC" is the name for this implementation; it can be used with the 41 EVP_RAND *rand = EVP_RAND_fetch(NULL, "SEED-SRC", NULL); 53 rand = EVP_RAND_fetch(NULL, "SEED-SRC", NULL);
|
| H A D | OSSL_PROVIDER-base.pod | 64 =item SEED-SRC, see L<EVP_RAND-SEED-SRC(7)> 70 In addition to this provider, the "SEED-SRC" and "JITTER" algorithms
|
| H A D | OSSL_PROVIDER-legacy.pod | 82 =item SEED, see L<EVP_CIPHER-SEED(7)>
|
| H A D | OSSL_PROVIDER-default.pod | 358 =item SEED-SRC, see L<EVP_RAND-SEED-SRC(7)> 366 In addition to this provider, the "SEED-SRC" and "JITTER" algorithms
|
| H A D | EVP_RAND.pod | 229 setting B<-DOPENSSL_DEFAULT_SEED_SRC=SEED-SRC>. If not set then 230 "SEED-SRC" is used. One can specify a third-party provider seed-source, 234 seed source used by "SEED-SRC" during configuration, using the
|
| H A D | provider-cipher.pod | 284 L<EVP_CIPHER-RC4(7)>, L<EVP_CIPHER-RC5(7)>, L<EVP_CIPHER-SEED(7)>,
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | msdos10.sh | 64 SEED=2016 66 ./fsx -S ${SEED} -N ${NUM_OPS} ./TEST_FILE0 & 67 ./fsx -S ${SEED} -l 5234123 -o 5156343 -N ${NUM_OPS} ./TEST_FILE1 & 68 ./fsx -S ${SEED} -l 2311244 -o 2311200 -N ${NUM_OPS} ./TEST_FILE2 & 69 ./fsx -S ${SEED} -l 8773121 -o 863672 -N ${NUM_OPS} ./TEST_FILE3 & 70 ./fsx -S ${SEED} -l 234521 -o 234521 -N ${NUM_OPS} ./TEST_FILE4 & 71 ./fsx -S ${SEED} -l 454321 -o 33 -N ${NUM_OPS} ./TEST_FILE5 & 72 ./fsx -S ${SEED} -l 7234125 -o 7876728 -N ${NUM_OPS} ./TEST_FILE6 &
|
| /freebsd/crypto/openssl/providers/implementations/ciphers/ |
| H A D | cipher_seed.c | 50 IMPLEMENT_generic_cipher(seed, SEED, ecb, ECB, 0, 128, 128, 0, block) 52 IMPLEMENT_generic_cipher(seed, SEED, cbc, CBC, 0, 128, 128, 128, block) 54 IMPLEMENT_generic_cipher(seed, SEED, ofb128, OFB, 0, 128, 8, 128, stream) 56 IMPLEMENT_generic_cipher(seed, SEED, cfb128, CFB, 0, 128, 8, 128, stream)
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | EVP_seed_cbc.pod | 10 - EVP SEED cipher 24 The SEED encryption algorithm for EVP. 36 The SEED encryption algorithm in CBC, CFB, ECB and OFB modes respectively. 44 L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-SEED(7)> instead.
|
| H A D | RAND_set_DRBG_type.pod | 45 setting B<-DOPENSSL_DEFAULT_SEED_SRC=SEED-SRC>. If not set then 46 "SEED-SRC" is used.
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | e_seed.c | 32 IMPLEMENT_BLOCK_CIPHER(seed, ks, SEED, EVP_SEED_KEY, NID_seed,
|
| /freebsd/secure/lib/libcrypto/man/man7/ |
| H A D | Makefile | 15 MAN+= EVP_CIPHER-SEED.7 80 MAN+= EVP_RAND-SEED-SRC.7
|
| /freebsd/crypto/openssl/doc/designs/ |
| H A D | slh-dsa.md | 49 /* The public key consists of a SEED and ROOT values each of size |n| */ 51 /* The private key consists of a SEED and PRF values of size |n| */
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-ciphers.pod.in | 338 =item B<SEED> 340 Cipher suites using SEED. 596 =head2 SEED cipher suites for TLS v1.2 598 TLS_DH_anon_WITH_SEED_CBC_SHA ADH-SEED-SHA 599 TLS_DHE_DSS_WITH_SEED_CBC_SHA DHE-DSS-SEED-SHA 600 TLS_DHE_RSA_WITH_SEED_CBC_SHA DHE-RSA-SEED-SHA 601 TLS_RSA_WITH_SEED_CBC_SHA SEED-SHA
|
| H A D | openssl-enc.pod.in | 410 seed-cbc SEED cipher in CBC mode 412 seed-cfb SEED cipher in CFB mode 413 seed-ecb SEED cipher in ECB mode 414 seed-ofb SEED cipher in OFB mode
|
| /freebsd/crypto/openssl/test/recipes/30-test_evp_pkey_provided/ |
| H A D | DSA.pub.txt | 63 SEED:
|
| H A D | DSA.priv.txt | 67 SEED:
|
| /freebsd/crypto/openssl/ |
| H A D | README-PROVIDERS.md | 52 BF (Blowfish), IDEA, SEED, RC2, RC4, RC5 and DES (but not 3DES).
|
| /freebsd/crypto/openssl/test/ |
| H A D | dsatest.c | 289 #define SEED 3 macro
|
| /freebsd/crypto/krb5/src/kdc/ |
| H A D | t_replay.c | 62 #define SEED 0x6F03A219 macro
|
| /freebsd/crypto/openssl/crypto/rand/ |
| H A D | rand_lib.c | 28 #define OPENSSL_DEFAULT_SEED_SRC SEED-SRC
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSystemOperands.td | 98 def SEED : SysReg<"seed", 0x015>;
|
| /freebsd/crypto/openssl/doc/ |
| H A D | build.info | 4616 DEPEND[html/man7/EVP_CIPHER-SEED.html]=man7/EVP_CIPHER-SEED.pod 4617 GENERATE[html/man7/EVP_CIPHER-SEED.html]=man7/EVP_CIPHER-SEED.pod 4618 DEPEND[man/man7/EVP_CIPHER-SEED.7]=man7/EVP_CIPHER-SEED.pod 4619 GENERATE[man/man7/EVP_CIPHER-SEED.7]=man7/EVP_CIPHER-SEED.pod 4876 DEPEND[html/man7/EVP_RAND-SEED-SRC.html]=man7/EVP_RAND-SEED-SRC.pod 4877 GENERATE[html/man7/EVP_RAND-SEED-SRC.html]=man7/EVP_RAND-SEED-SRC.pod 4878 DEPEND[man/man7/EVP_RAND-SEED-SRC.7]=man7/EVP_RAND-SEED-SRC.pod 4879 GENERATE[man/man7/EVP_RAND-SEED-SRC.7]=man7/EVP_RAND-SEED-SRC.pod 5210 html/man7/EVP_CIPHER-SEED.html \ 5275 html/man7/EVP_RAND-SEED-SRC.html \ [all …]
|