Searched refs:sha (Results 1 – 17 of 17) sorted by relevance
/device/google/crosshatch/fuzzy_fastboot/ |
D | validator.py | 34 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/ |
D | sha.py | 10 from hashlib import sha1 as sha unknown 11 new = sha
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | sha.py | 10 from hashlib import sha1 as sha unknown 11 new = sha
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_sha.py | 11 import sha 19 obj = sha.new(data)
|
D | test_pep247.py | 14 import sha 65 self.check_module(sha)
|
D | sha256.pem | 2 …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/ |
D | appSec.c | 58 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()
|
D | bl.c | 333 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/ |
D | Makefile | 20 src/sha.o \
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/ |
D | Install.sh | 18 cp crypto/sha/sha.h include/openssl
|
D | Install.cmd | 16 copy crypto\sha\sha.h include\openssl
|
D | OpensslLib.inf | 57 $(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
|
D | EDKII_openssl-1.0.2j.patch | 15 @@ -1083,7 +1086,7 @@ if (defined($disabled{"md5"}) || defined($disabled{"sha"})
|
/device/google/bonito/json-c/ |
D | RELEASE_CHECKLIST.txt | 123 openssl sha -sha256 json-c*gz
|
/device/google/crosshatch/json-c/ |
D | RELEASE_CHECKLIST.txt | 123 openssl sha -sha256 json-c*gz
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/ |
D | PythonReadMe.txt | 213 encodings genericpath.py sha.py
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/ |
D | Py2710ReadMe.txt | 235 encodings genericpath.py sha.py
|