Home
last modified time | relevance | path

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

12

/netbsd-src/crypto/external/bsd/openssl/dist/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 …]
/netbsd-src/crypto/external/bsd/openssl/dist/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-default.pod90 =item SEED, see L<EVP_CIPHER-SEED(7)>
233 =item SEED-SRC, see L<EVP_RAND-SEED-SRC(7)>
H A DOSSL_PROVIDER-legacy.pod80 =item SEED, see L<EVP_CIPHER-SEED(7)>
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_seed.c52 IMPLEMENT_generic_cipher(seed, SEED, ecb, ECB, 0, 128, 128, 0, block)
54 IMPLEMENT_generic_cipher(seed, SEED, cbc, CBC, 0, 128, 128, 128, block)
56 IMPLEMENT_generic_cipher(seed, SEED, ofb128, OFB, 0, 128, 8, 128, stream)
58 IMPLEMENT_generic_cipher(seed, SEED, cfb128, CFB, 0, 128, 8, 128, stream)
/netbsd-src/crypto/external/bsd/openssl/dist/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.
/netbsd-src/crypto/external/bsd/openssl.old/dist/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.
/netbsd-src/external/lgpl3/gmp/dist/tests/rand/
H A Dt-rand.c25 #define SEED 1 macro
179 gmp_randseed_ui (rstate, SEED); in main()
209 gmp_randseed_ui (rstate, SEED); in main()
244 gmp_randseed_ui (rstate, SEED); in main()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_seed.c32 IMPLEMENT_BLOCK_CIPHER(seed, ks, SEED, EVP_SEED_KEY, NID_seed,
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A De_seed.c28 IMPLEMENT_BLOCK_CIPHER(seed, ks, SEED, EVP_SEED_KEY, NID_seed,
/netbsd-src/games/adventure/
H A Dsetup.c95 srandom(SEED); in main()
H A Dhdr.h83 #define SEED 1815622 /* "Encryption" seed */ macro
H A Dio.c204 srandom(SEED); /* which is lightly encrypted. */ in rdata()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/
H A Dciphers.pod336 =item B<SEED>
338 Cipher suites using SEED.
484 =head2 SEED cipher suites from RFC4162, extending TLS v1.0
486 TLS_RSA_WITH_SEED_CBC_SHA SEED-SHA
488 TLS_DH_DSS_WITH_SEED_CBC_SHA DH-DSS-SEED-SHA
489 TLS_DH_RSA_WITH_SEED_CBC_SHA DH-RSA-SEED-SHA
491 TLS_DHE_DSS_WITH_SEED_CBC_SHA DHE-DSS-SEED-SHA
492 TLS_DHE_RSA_WITH_SEED_CBC_SHA DHE-RSA-SEED-SHA
494 TLS_DH_anon_WITH_SEED_CBC_SHA ADH-SEED-SHA
H A Denc.pod345 seed-cbc SEED cipher in CBC mode
347 seed-cfb SEED cipher in CFB mode
348 seed-ecb SEED cipher in ECB mode
349 seed-ofb SEED cipher in OFB mode
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-ciphers.pod.in340 =item B<SEED>
342 Cipher suites using SEED.
495 =head2 SEED cipher suites from RFC4162, extending TLS v1.0
497 TLS_RSA_WITH_SEED_CBC_SHA SEED-SHA
499 TLS_DH_DSS_WITH_SEED_CBC_SHA DH-DSS-SEED-SHA
500 TLS_DH_RSA_WITH_SEED_CBC_SHA DH-RSA-SEED-SHA
502 TLS_DHE_DSS_WITH_SEED_CBC_SHA DHE-DSS-SEED-SHA
503 TLS_DHE_RSA_WITH_SEED_CBC_SHA DHE-RSA-SEED-SHA
505 TLS_DH_anon_WITH_SEED_CBC_SHA ADH-SEED-SHA
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/
H A Devpciph.txt2422 Title = SEED test vectors from RFC4269
2424 Cipher = SEED-ECB
2430 Cipher = SEED-ECB
2436 Cipher = SEED-ECB
2442 Cipher = SEED-ECB
2448 Cipher = SEED-ECB
2454 Cipher = SEED-ECB
2460 Cipher = SEED-ECB
2466 Cipher = SEED-ECB
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/
H A Dman.inc175 EVP_CIPHER-SEED.7 \
287 EVP_RAND-SEED-SRC.7 \
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/
H A DDSA.pub.txt63 SEED:
H A DDSA.priv.txt67 SEED:
/netbsd-src/share/doc/papers/px/
H A Dfig2.3.raw81 SEED 2.13 Set random seed, return old seed
/netbsd-src/crypto/external/bsd/openssl/dist/
H A DREADME-PROVIDERS.md52 BF (Blowfish), IDEA, SEED, RC2, RC4, RC5 and DES (but not 3DES).
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Ddsatest.c143 # define SEED 3 macro
/netbsd-src/external/ibm-public/postfix/dist/
H A DRELEASE_NOTES108 unused ciphers (SEED, IDEA, 3DES, RC2, RC4, RC5), digest (MD5),

12