Home
last modified time | relevance | path

Searched refs:hashes (Results 1 - 4 of 4) sorted by relevance

/base/update/packaging_tools/
H A Dbuild_pkcs7.py30 from cryptography.hazmat.primitives import hashes namespace
85 mgf=padding.MGF1(hashes.SHA256()),
91 hashes.SHA256()
112 hashes.SHA256()
H A Dcreate_update_package.py29 from cryptography.hazmat.primitives import hashes namespace
226 mgf=padding.MGF1(hashes.SHA256()),
229 signature = private_key.sign(digest, pad, hashes.SHA256())
242 signature = private_key.sign(digest, padding.PKCS1v15(), hashes.SHA256())
H A Dbuild_module_package.py47 from cryptography.hazmat.primitives import hashes namespace
251 mgf=padding.MGF1(hashes.SHA256()),
257 hashes.SHA256()
278 hashes.SHA256()
H A Dutils.py28 from cryptography.hazmat.primitives import hashes namespace
60 HASH_ALGORITHM_DICT = {'sha256': hashes.SHA256, 'sha384': hashes.SHA384}

Completed in 4 milliseconds