MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / OnClickedReverse

Method OnClickedReverse

cppcryptfs/ui/CreatePropertyPage.cpp:521–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519
520
521void CCreatePropertyPage::OnClickedReverse()
522{
523 // TODO: Add your control notification handler code here
524
525 CComboBox *pEncBox = (CComboBox*)GetDlgItem(IDC_DATA_ENCRYPTION);
526
527 if (!pEncBox)
528 return;
529
530 BOOL bIsChecked = IsDlgButtonChecked(IDC_REVERSE);
531
532 pEncBox->SelectString(-1, data_encryption_types[bIsChecked ? AES256_SIV_INDEX : AES256_GCM_INDEX]);
533
534}
535
536
537void CCreatePropertyPage::OnClickedSelectConfigPath()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected