Home
last modified time | relevance | path

Searched refs:sha (Results 1 – 17 of 17) sorted by relevance

/device/google/crosshatch/fuzzy_fastboot/
Dvalidator.py34 sha = buf[0x10:0x30]
38 pretty = "".join("{:02x}".format(ord(c)) for c in sha)
39 if hash.digest() != sha:
41 assert hash.digest() == sha
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dsha.py10 from hashlib import sha1 as sha unknown
11 new = sha
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsha.py10 from hashlib import sha1 as sha unknown
11 new = sha
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_sha.py11 import sha
19 obj = sha.new(data)
Dtest_pep247.py14 import sha
65 self.check_module(sha)
Dsha256.pem2 …vados/L=CAEN/street=22 rue de Bretagne/O=TBS INTERNET/OU=0002 440443810/OU=sha-256 production/CN=s…
/device/google/contexthub/firmware/os/core/
DappSec.c58 struct Sha2state sha; member
182 BL.blSha2processBytes(&state->sha, state->dataBytes, state->haveBytes); in appSecBlockRx()
261 BL.blSha2init(&state->sha); in appSecProcessIncomingHdr()
262 BL.blSha2processBytes(&state->sha, state->dataBytes, needBytes); in appSecProcessIncomingHdr()
365 memcpy(state->lastHash, BL.blSha2finish(&state->sha), SHA2_HASH_SIZE); in appSecProcessIncomingData()
404 BL.blSha2init(&state->sha); in appSecDoSomeProcessing()
405 BL.blSha2processBytes(&state->sha, state->dataBytes, APP_SIG_SIZE); in appSecDoSomeProcessing()
406 memcpy(state->lastHash, BL.blSha2finish(&state->sha), SHA2_HASH_SIZE); in appSecDoSomeProcessing()
Dbl.c333 struct Sha2state sha; in blVerifyOsImage() local
396 sha2init(&sha); in blVerifyOsImage()
400 sha2processBytes(&sha, &cpy, sizeof(cpy)); in blVerifyOsImage()
401 sha2processBytes(&sha, (uint8_t*)(hdr + 1), hdr->size); in blVerifyOsImage()
402 ourHash = sha2finish(&sha); in blVerifyOsImage()
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/
DMakefile20 src/sha.o \
/device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
DInstall.sh18 cp crypto/sha/sha.h include/openssl
DInstall.cmd16 copy crypto\sha\sha.h include\openssl
DOpensslLib.inf57 $(OPENSSL_PATH)/crypto/sha/sha_dgst.c
58 $(OPENSSL_PATH)/crypto/sha/sha1dgst.c
59 $(OPENSSL_PATH)/crypto/sha/sha_one.c
60 $(OPENSSL_PATH)/crypto/sha/sha1_one.c
61 $(OPENSSL_PATH)/crypto/sha/sha256.c
62 $(OPENSSL_PATH)/crypto/sha/sha512.c
DEDKII_openssl-1.0.2j.patch15 @@ -1083,7 +1086,7 @@ if (defined($disabled{"md5"}) || defined($disabled{"sha"})
/device/google/bonito/json-c/
DRELEASE_CHECKLIST.txt123 openssl sha -sha256 json-c*gz
/device/google/crosshatch/json-c/
DRELEASE_CHECKLIST.txt123 openssl sha -sha256 json-c*gz
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/
DPythonReadMe.txt213 encodings genericpath.py sha.py
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DPy2710ReadMe.txt235 encodings genericpath.py sha.py