Home
last modified time | relevance | path

Searched refs:sha256 (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/identity/support/tests/
DIdentityCredentialSupportTest.cpp163 support::checkEcDsaSignature(support::sha256(data), signature.value(), pubKey.value())); in TEST()
169 support::checkEcDsaSignature(support::sha256(data), modifiedSignature, pubKey.value())); in TEST()
172 vector<uint8_t> modifiedDigest = support::sha256(data); in TEST()
/hardware/interfaces/identity/support/include/android/hardware/identity/support/
DIdentityCredentialSupport.h92 vector<uint8_t> sha256(const vector<uint8_t>& data);
/hardware/interfaces/broadcastradio/1.1/
DIBroadcastRadio.hal38 * The identifier may be any arbitrary number - sequential, sha256 prefix,
/hardware/qcom/msm8998/json-c/
DRELEASE_CHECKLIST.txt123 openssl sha -sha256 json-c*gz
/hardware/interfaces/broadcastradio/2.0/
DIBroadcastRadio.hal80 * The identifier may be any arbitrary number (i.e. sha256 prefix) selected
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp763 vector<uint8_t> sha256(const vector<uint8_t>& data) { in sha256() function
786 auto digest = sha256(data); in signEcDsa()
1705 if (!checkEcDsaSignature(support::sha256(toBeSigned), derSignature, publicKey)) { in coseCheckEcDsaSignature()