Home
last modified time | relevance | path

Searched defs:GPG (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/libfido2/dist/windows/
H A Dcygwin.ps125 $GPG = $(Get-Command gpg -ErrorAction Ignore | ` variable
27 if ([string]::IsNullOrEmpty($GPG)) { variable
28 $GPG = $GPGPath variable
30 if (-Not (Test-Path $GPG)) { variable
31 throw "Unable to find GPG at $GPG" variable
35 Write-Host "GPG: $GPG" variable
51 & $GPG --list-keys variable
52 & $GPG --quiet --no-default-keyring ` variable
H A Dbuild.ps168 $GPG = $(Get-Command gpg -ErrorAction Ignore | ` variable
70 if ([string]::IsNullOrEmpty($GPG)) { variable
71 $GPG = $GPGPath variable
73 if (-Not (Test-Path $GPG)) { variable
74 throw "Unable to find GPG at $GPG" variable
91 Write-Host "GPG: $GPG" variable
120 & $GPG --list-keys variable
121 & $GPG --quiet --no-default-keyring --keyring ./libressl.gpg ` variable
/netbsd-src/external/mit/libuv/dist/tools/
H A Dmake_dist_html.py75 GPG = r''' variable
/netbsd-src/external/gpl2/dtc/dist/
H A DMakefile283 GPG = gpg2 macro
/netbsd-src/external/public-domain/tz/dist/
H A DMakefile486 GPG= gpg global() macro
/netbsd-src/lib/libc/time/
H A DMakefile486 GPG= gpg global() macro