Function bearssl::br_ssl_engine_set_default_aes_gcm [] [src]

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

\brief Set the "default" implementations for AES/GCM (AES/CTR + GHASH).

This function configures in the engine the AES/CTR and GHASH implementation that should provide best runtime performance on the local system, while still being safe (in particular, constant-time). It also sets the handlers for GCM records.

\param cc SSL engine context.