Home
last modified time | relevance | path

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

/freebsd/contrib/libfido2/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 variable
121 & $GPG --quiet --no-default-keyring --keyring ./libressl.gpg ` global() variable
[all...]
/freebsd/contrib/tzdata/
H A DMakefile491 GPG= gpg global() macro
/freebsd/contrib/tzcode/
H A DMakefile486 GPG= gpg global() macro