pub unsafe extern "C" fn mbedtls_des3_set3key_enc(
    ctx: *mut mbedtls_des3_context,
    key: *const [u8; 24]
) -> i32
Expand description

\brief Triple-DES key schedule (168-bit, encryption)

\param ctx 3DES context to be initialized \param key 24-byte secret key

\return 0