Searched refs:EC_FLAG_COFACTOR_ECDH (Results 1 – 4 of 4) sorted by relevance
253 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()
67 if (EC_KEY_get_flags(ecdh) & EC_FLAG_COFACTOR_ECDH) { in ecdh_simple_compute_key()
114 addition there is the flag EC_FLAG_COFACTOR_ECDH which is specific to ECDH.
822 # define EC_FLAG_COFACTOR_ECDH 0x1000 macro