Home
last modified time | relevance | path

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

12

/openssl/test/recipes/30-test_evp_data/
H A Devpciph_seed.txt12 Cipher = SEED-CBC
20 Cipher = SEED-CBC
30 Cipher = SEED-ECB
37 Cipher = SEED-ECB
44 Cipher = SEED-ECB
51 Cipher = SEED-ECB
58 Cipher = SEED-ECB
65 Cipher = SEED-ECB
72 Cipher = SEED-ECB
79 Cipher = SEED-ECB
[all …]
/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.pod280 =item SEED-SRC, see L<EVP_RAND-SEED-SRC(7)>
288 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.pod234 L<EVP_CIPHER-RC4(7)>, L<EVP_CIPHER-RC5(7)>, L<EVP_CIPHER-SEED(7)>,
/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)
/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.
/openssl/crypto/evp/
H A De_seed.c32 IMPLEMENT_BLOCK_CIPHER(seed, ks, SEED, EVP_SEED_KEY, NID_seed,
/openssl/doc/man1/
H A Dopenssl-ciphers.pod.in344 =item B<SEED>
346 Cipher suites using SEED.
502 =head2 SEED cipher suites from RFC4162, extending TLS v1.0
504 TLS_RSA_WITH_SEED_CBC_SHA SEED-SHA
506 TLS_DH_DSS_WITH_SEED_CBC_SHA DH-DSS-SEED-SHA
507 TLS_DH_RSA_WITH_SEED_CBC_SHA DH-RSA-SEED-SHA
509 TLS_DHE_DSS_WITH_SEED_CBC_SHA DHE-DSS-SEED-SHA
510 TLS_DHE_RSA_WITH_SEED_CBC_SHA DHE-RSA-SEED-SHA
512 TLS_DH_anon_WITH_SEED_CBC_SHA ADH-SEED-SHA
H A Dopenssl-enc.pod.in390 seed-cbc SEED cipher in CBC mode
392 seed-cfb SEED cipher in CFB mode
393 seed-ecb SEED cipher in ECB mode
394 seed-ofb SEED cipher in OFB mode
H A Dopenssl.pod491 SEED Cipher
/openssl/test/recipes/30-test_evp_pkey_provided/
H A DDSA.pub.txt63 SEED:
H A DDSA.priv.txt67 SEED:
/openssl/
H A DREADME-PROVIDERS.md52 BF (Blowfish), IDEA, SEED, RC2, RC4, RC5 and DES (but not 3DES).
H A DNEWS.md505 * Moved all variations of the EVP ciphers CAST5, BF, IDEA, SEED, RC2,
565 RC4, RC5 and SEED cipher functions have been deprecated.
/openssl/test/
H A Ddsatest.c143 # define SEED 3 macro
/openssl/crypto/rand/
H A Drand_lib.c24 # define OPENSSL_DEFAULT_SEED_SRC SEED-SRC
/openssl/doc/
H A Dbuild.info4530 DEPEND[html/man7/EVP_CIPHER-SEED.html]=man7/EVP_CIPHER-SEED.pod
4531 GENERATE[html/man7/EVP_CIPHER-SEED.html]=man7/EVP_CIPHER-SEED.pod
4532 DEPEND[man/man7/EVP_CIPHER-SEED.7]=man7/EVP_CIPHER-SEED.pod
4533 GENERATE[man/man7/EVP_CIPHER-SEED.7]=man7/EVP_CIPHER-SEED.pod
4774 DEPEND[html/man7/EVP_RAND-SEED-SRC.html]=man7/EVP_RAND-SEED-SRC.pod
4775 GENERATE[html/man7/EVP_RAND-SEED-SRC.html]=man7/EVP_RAND-SEED-SRC.pod
4776 DEPEND[man/man7/EVP_RAND-SEED-SRC.7]=man7/EVP_RAND-SEED-SRC.pod
4777 GENERATE[man/man7/EVP_RAND-SEED-SRC.7]=man7/EVP_RAND-SEED-SRC.pod
5084 html/man7/EVP_CIPHER-SEED.html \
5231 man/man7/EVP_CIPHER-SEED.7 \
[all …]
/openssl/crypto/objects/
H A Dobjects.txt1652 # Definitions for SEED cipher - ECB, CBC, OFB mode
1655 kisa 1 3 : SEED-ECB : seed-ecb
1656 kisa 1 4 : SEED-CBC : seed-cbc
1658 kisa 1 5 : SEED-CFB : seed-cfb
1660 kisa 1 6 : SEED-OFB : seed-ofb
/openssl/util/
H A Dlibcrypto.num198 EVP_seed_cfb128 202 3_0_0 EXIST::FUNCTION:SEED
236 SEED_set_key 241 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SEED
261 EVP_seed_ecb 267 3_0_0 EXIST::FUNCTION:SEED
363 SEED_ecb_encrypt 370 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SEED
973 SEED_cfb128_encrypt 999 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SEED
1901 EVP_seed_cbc 1948 3_0_0 EXIST::FUNCTION:SEED
2096 SEED_cbc_encrypt 2143 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SEED
2560 SEED_encrypt 2617 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SEED
2664 SEED_decrypt 2723 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SEED
2938 SEED_ofb128_encrypt 3003 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SEED
[all …]
/openssl/doc/man5/
H A Dconfig.pod473 This sets the randomness source that should be used. By default B<SEED-SRC>

Completed in 75 milliseconds

12