Function bearssl::br_ssl_engine_set_default_ec [] [src]

pub unsafe extern "C" fn br_ssl_engine_set_default_ec(
    cc: *mut br_ssl_engine_context
)

\brief Set the "default" EC implementation.

This function sets the elliptic curve implementation for ECDH and ECDHE cipher suites, and for ECDSA support. It selects the fastest implementation on the current system.

\param cc SSL engine context.