Home
last modified time | relevance | path

Searched full:certutil (Results 1 – 8 of 8) sorted by relevance

/external/curl/scripts/
Dfirefox-db2pem.sh48 certutil -L -h 'Builtin Object Token' -d "$db" | \
54 eval certutil -d "$db" -L -n "$nickname" -a ; \
/external/scapy/.appveyor/
DInstallNpcap.ps110 $_chksum = $(CertUtil -hashfile $PSScriptRoot"\npcap.exe" SHA256)[1] -replace " ",""
DInstallWindump.ps119 $_chksum = $(CertUtil -hashfile $PSScriptRoot"\npcap\x64\WinDump.exe" SHA256)[1] -replace " ",""
/external/autotest/client/cros/
Downership.py18 CERTUTIL = 'certutil' variable
/external/python/cpython3/.azure-pipelines/windows-release/
Dstage-sign.yml103 $csha = (certutil -dump $cf | sls "Cert Hash\(sha256\): (.+)").Matches.Groups[1].Value
/external/python/cpython3/PC/
Dstore_info.txt19 SHA256 hash. The `certutil -dump <cert file>` command will display this
/external/freetype/
D.gitlab-ci.yml46 - certutil -generateSSTFromWU "C:\roots.sst"
/external/zstd/
Dappveyor.yml81 certUtil -hashfile zstd-src.tar.zst SHA256 > zstd-src.tar.zst.sha256.sig &&