Home
last modified time | relevance | path

Searched refs:EC_FLAG_COFACTOR_ECDH (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/crypto/ec/
Dec_pmeth.c253 return EC_KEY_get_flags(ec_key) & EC_FLAG_COFACTOR_ECDH ? 1 : 0; in pkey_ec_ctrl()
271 EC_KEY_set_flags(dctx->co_key, EC_FLAG_COFACTOR_ECDH); in pkey_ec_ctrl()
273 EC_KEY_clear_flags(dctx->co_key, EC_FLAG_COFACTOR_ECDH); in pkey_ec_ctrl()
Decdh_ossl.c67 if (EC_KEY_get_flags(ecdh) & EC_FLAG_COFACTOR_ECDH) { in ecdh_simple_compute_key()
/third_party/openssl/doc/man3/
DEC_KEY_new.pod114 addition there is the flag EC_FLAG_COFACTOR_ECDH which is specific to ECDH.
/third_party/openssl/include/openssl/
Dec.h822 # define EC_FLAG_COFACTOR_ECDH 0x1000 macro