pub unsafe extern "C" fn esp_transport_ssl_set_client_key_password(
    t: *mut esp_transport_item_t,
    password: *const i8,
    password_len: i32
)
Expand description

@brief Set SSL client key password if the key is password protected. The configured password is passed to the underlying TLS stack to decrypt the client key

@param t ssl transport @param[in] password Pointer to the password @param[in] password_len Password length