Home
last modified time | relevance | path

Searched refs:gpgSecOut (Results 1 – 3 of 3) sorted by relevance

/dports/security/monkeysphere/monkeysphere-0.42/src/
H A Dmonkeysphere77 local gpgSecOut
81 gpgSecOut=$(gpg_user --list-secret-keys --with-colons 2>/dev/null | egrep '^sec:')
84 gpgSecOut=$(gpg_user --list-secret-keys --with-colons "$1" | egrep '^sec:') || failure
92 case $(echo "$gpgSecOut" | grep -c '^sec:') in
98 echo "$gpgSecOut" | cut -d: -f5
101 local seckeys=$(echo "$gpgSecOut" | cut -d: -f5)
/dports/security/monkeysphere/monkeysphere-0.42/src/share/m/
H A Dimport_subkey24 local gpgSecOut
H A Dgen_subkey18 local gpgSecOut