Home
last modified time | relevance | path

Searched refs:DH_generate_key (Results 1 – 25 of 38) sorted by relevance

12

/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DDH_generate_key.pod5 DH_generate_key, DH_compute_key, DH_compute_key_padded - perform
12 int DH_generate_key(DH *dh);
20 DH_generate_key() performs the first step of a Diffie-Hellman key
25 DH_generate_key() expects B<dh> to contain the shared parameters
45 DH_generate_key() returns 1 on success, 0 otherwise.
H A DDH_meth_new.pod95 be called in response to the application calling DH_generate_key(). The
96 parameter for the function has the same meaning as for DH_generate_key().
109 DH_generate_key(). The result is stored in the B<r> parameter. This function
151 L<DH_new(3)>, L<DH_new(3)>, L<DH_generate_parameters(3)>, L<DH_generate_key(3)>,
H A DDH_new.pod35 L<DH_generate_key(3)>
H A DDH_size.pod41 L<DH_new(3)>, L<DH_generate_key(3)>,
H A DDH_get0_pqg.pod112 L<DH_new(3)>, L<DH_new(3)>, L<DH_generate_parameters(3)>, L<DH_generate_key(3)>,
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DDH_generate_key.pod5 DH_generate_key, DH_compute_key, DH_compute_key_padded - perform
16 int DH_generate_key(DH *dh);
28 DH_generate_key() performs the first step of a Diffie-Hellman key
33 DH_generate_key() expects B<dh> to contain the shared parameters
53 DH_generate_key() returns 1 on success, 0 otherwise.
H A DDH_new.pod39 L<DH_generate_key(3)>,
H A DDH_size.pod53 L<DH_new(3)>, L<DH_generate_key(3)>,
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Ddhtest.c107 if (!DH_generate_key(dh)) in dh_test()
165 if (!DH_generate_key(a)) in dh_test()
169 if (!DH_generate_key(b)) in dh_test()
588 if (!DH_generate_key(dhA)) in rfc5114_test()
647 if (!DH_generate_key(a)) in rfc7919_test()
655 if (!DH_generate_key(b)) in rfc7919_test()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Ddh.h62 #define DH_generate_key hc_DH_generate_key macro
144 int DH_generate_key(DH *);
H A Dtest_dh.c352 ret = DH_generate_key(dh1); in check_prime()
357 ret = DH_generate_key(dh2); in check_prime()
H A Dtest_engine_dso.c290 if (!DH_generate_key(server)) in main()
292 if (!DH_generate_key(client)) in main()
H A Ddh.c342 DH_generate_key(DH *dh) in DH_generate_key() function
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Ddhtest.c121 if (!TEST_false(DH_generate_key(dh))) in dh_test()
194 if (!DH_generate_key(a)) in dh_test()
198 if (!DH_generate_key(b)) in dh_test()
683 if (!DH_generate_key(a)) in rfc7919_test()
691 if (!DH_generate_key(b)) in rfc7919_test()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dh/
H A Ddh_backend.c236 if (!DH_generate_key(dh)) in ossl_dh_key_from_pkcs8()
H A Ddh_pmeth.c395 return DH_generate_key((DH *)EVP_PKEY_get0_DH(pkey)); in pkey_dh_keygen()
H A Ddh_key.c216 int DH_generate_key(DH *dh) in DH_generate_key() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dh/
H A Ddh_key.c23 int DH_generate_key(DH *dh) in DH_generate_key() function
H A Ddh_pmeth.c417 return DH_generate_key(pkey->pkey.dh); in pkey_dh_keygen()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Ddh.c304 if (DH_generate_key(dh) == 0) in dh_gen_key()
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dman.inc95 DH_generate_key.3 \
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Ddh.h151 int DH_generate_key(DH *dh);
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/
H A Dmanpages10 hcrypto/man/man3/DH_generate_key.3
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Ddh.h227 OSSL_DEPRECATEDIN_3_0 int DH_generate_key(DH *dh);
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/
H A Dman.inc114 DH_generate_key.3 \

12