Home
last modified time | relevance | path

Searched refs:SEED (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpciph_seed.txt9 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 DEVP_CIPHER-SEED.pod5 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 DEVP_RAND-SEED-SRC.pod5 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 DOSSL_PROVIDER-base.pod64 =item SEED-SRC, see L<EVP_RAND-SEED-SRC(7)>
70 In addition to this provider, the "SEED-SRC" and "JITTER" algorithms
H A DOSSL_PROVIDER-legacy.pod82 =item SEED, see L<EVP_CIPHER-SEED(7)>
H A DOSSL_PROVIDER-default.pod358 =item SEED-SRC, see L<EVP_RAND-SEED-SRC(7)>
366 In addition to this provider, the "SEED-SRC" and "JITTER" algorithms
H A DEVP_RAND.pod229 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 Dprovider-cipher.pod284 L<EVP_CIPHER-RC4(7)>, L<EVP_CIPHER-RC5(7)>, L<EVP_CIPHER-SEED(7)>,
/freebsd/tools/test/stress2/misc/
H A Dmsdos10.sh64 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 Dcipher_seed.c50 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 DEVP_seed_cbc.pod10 - 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 DRAND_set_DRBG_type.pod45 setting B<-DOPENSSL_DEFAULT_SEED_SRC=SEED-SRC>. If not set then
46 "SEED-SRC" is used.
/freebsd/crypto/openssl/crypto/evp/
H A De_seed.c32 IMPLEMENT_BLOCK_CIPHER(seed, ks, SEED, EVP_SEED_KEY, NID_seed,
/freebsd/secure/lib/libcrypto/man/man7/
H A DMakefile15 MAN+= EVP_CIPHER-SEED.7
80 MAN+= EVP_RAND-SEED-SRC.7
/freebsd/crypto/openssl/doc/designs/
H A Dslh-dsa.md49 /* 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 Dopenssl-ciphers.pod.in338 =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 Dopenssl-enc.pod.in410 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 DDSA.pub.txt63 SEED:
H A DDSA.priv.txt67 SEED:
/freebsd/crypto/openssl/
H A DREADME-PROVIDERS.md52 BF (Blowfish), IDEA, SEED, RC2, RC4, RC5 and DES (but not 3DES).
/freebsd/crypto/openssl/test/
H A Ddsatest.c289 #define SEED 3 macro
/freebsd/crypto/krb5/src/kdc/
H A Dt_replay.c62 #define SEED 0x6F03A219 macro
/freebsd/crypto/openssl/crypto/rand/
H A Drand_lib.c28 #define OPENSSL_DEFAULT_SEED_SRC SEED-SRC
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSystemOperands.td98 def SEED : SysReg<"seed", 0x015>;
/freebsd/crypto/openssl/doc/
H A Dbuild.info4616 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 …]

12