Searched refs:ecdh (Results 1 – 11 of 11) sorted by relevance
/openssl-master/crypto/ec/ |
A D | ecdh_ossl.c | 29 const EC_POINT *pub_key, const EC_KEY *ecdh) in ossl_ecdh_compute_key() argument 31 if (ecdh->group->meth->ecdh_compute_key == NULL) { in ossl_ecdh_compute_key() 36 return ecdh->group->meth->ecdh_compute_key(psec, pseclen, pub_key, ecdh); in ossl_ecdh_compute_key() 50 const EC_POINT *pub_key, const EC_KEY *ecdh) in ossl_ecdh_simple_compute_key() argument 61 if ((ctx = BN_CTX_new_ex(ecdh->libctx)) == NULL) in ossl_ecdh_simple_compute_key() 70 priv_key = EC_KEY_get0_private_key(ecdh); in ossl_ecdh_simple_compute_key() 76 group = EC_KEY_get0_group(ecdh); in ossl_ecdh_simple_compute_key() 82 if (EC_KEY_get_flags(ecdh) & EC_FLAG_COFACTOR_ECDH) { in ossl_ecdh_simple_compute_key()
|
A D | ec_kmeth.c | 228 const EC_KEY *ecdh)) in EC_KEY_METHOD_set_compute_key() argument 302 const EC_KEY *ecdh)) in EC_KEY_METHOD_get_compute_key() argument
|
A D | ec_local.h | 177 const EC_POINT *pub_key, const EC_KEY *ecdh); 647 const EC_POINT *pub_key, const EC_KEY *ecdh); 670 const EC_POINT *pub_key, const EC_KEY *ecdh); 672 const EC_POINT *pub_key, const EC_KEY *ecdh);
|
/openssl-master/doc/man3/ |
A D | SSL_CTX_set_tmp_ecdh.pod | 12 long SSL_CTX_set_tmp_ecdh(SSL_CTX *ctx, const EC_KEY *ecdh); 13 long SSL_set_tmp_ecdh(SSL *ssl, const EC_KEY *ecdh); 20 SSL_CTX_set_tmp_ecdh() sets ECDH parameters to be used to be B<ecdh>.
|
/openssl-master/include/openssl/ |
A D | ec.h | 1296 const EC_KEY *ecdh, 1476 const EC_POINT *pub_key, const EC_KEY *ecdh)); 1520 const EC_KEY *ecdh));
|
A D | ssl.h.in | 1337 # define SSL_CTX_set_tmp_ecdh(ctx,ecdh) \ argument 1338 SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TMP_ECDH,0,(char *)(ecdh)) 1339 # define SSL_set_tmp_ecdh(ssl,ecdh) \ argument 1340 SSL_ctrl(ssl,SSL_CTRL_SET_TMP_ECDH,0,(char *)(ecdh))
|
/openssl-master/doc/man7/ |
A D | EVP_KEYEXCH-ECDH.pod | 15 =item "ecdh-cofactor-mode" (B<OSSL_EXCHANGE_PARAM_EC_ECDH_COFACTOR_MODE>) <integer>
|
/openssl-master/crypto/err/ |
A D | openssl.txt | 533 EC_R_CURVE_DOES_NOT_SUPPORT_ECDH:160:curve does not support ecdh 1322 SSL_R_ECDH_REQUIRED_FOR_SUITEB_MODE:374:ecdh required for suiteb mode 1382 SSL_R_MISSING_TMP_ECDH_KEY:311:missing tmp ecdh key 1487 SSL_R_UNABLE_TO_FIND_ECDH_PARAMETERS:314:unable to find ecdh parameters
|
/openssl-master/apps/ |
A D | speed.c | 92 int ecdh; member 1601 = seconds.ecdh = seconds.eddsa in speed_main() 2652 ec_curves[testnum].bits, seconds.ecdh); in speed_main()
|
/openssl-master/ |
A D | INSTALL.md | 986 des|dh|dsa|ecdh|ecdsa|idea|md4|mdc2|ocb|
|
A D | CHANGES.md | 3687 Note: the ecdsa.h and ecdh.h headers are now no longer needed and just 10842 * Add ECDH in new directory crypto/ecdh/.
|
Completed in 55 milliseconds