Function bearssl::br_ssl_engine_set_default_aes_cbc [] [src]

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

\brief Set the "default" AES/CBC implementations.

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

\param cc SSL engine context.