Home
last modified time | relevance | path

Searched refs:signEcDsa (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/identity/support/include/android/hardware/identity/support/
DIdentityCredentialSupport.h156 optional<vector<uint8_t>> signEcDsa(const vector<uint8_t>& key, const vector<uint8_t>& data);
/hardware/interfaces/identity/support/tests/
DIdentityCredentialSupportTest.cpp161 optional<vector<uint8_t>> signature = support::signEcDsa(privKey.value(), data); in TEST()
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp773 optional<vector<uint8_t>> signEcDsa(const vector<uint8_t>& key, const vector<uint8_t>& data) { in signEcDsa() function
1611 optional<vector<uint8_t>> derSignature = signEcDsa(key, toBeSigned); in coseSignEcDsa()