Home
last modified time | relevance | path

Searched defs:GpgContext (Results 1 – 2 of 2) sorted by relevance

/dports/security/gpg-tui/gpg-tui-0.8.2/src/gpg/
H A Dcontext.rs15 pub struct GpgContext { struct
22 impl GpgContext { impl
/dports/security/gpg-tui/gpg-tui-0.8.2/src/app/
H A Dlauncher.rs78 pub fn new(gpgme: &'a mut GpgContext, args: &'a Args) -> Result<Self> { in new()