Home
last modified time | relevance | path

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

/system/hardware/interfaces/wifi/keystore/1.0/default/
Dkeystore.cpp54 const hidl_string& keyId, const hidl_vec<uint8_t>& dataToSign, in sign() argument
64 auto ret = service->sign(String16(keyId.c_str()), dataToSign, &signedData); in sign()
/system/hardware/interfaces/wifi/keystore/1.0/
DIKeystore.hal62 * Signs the digest in |dataToSign| with the private key associated with
64 * operation that assumes |dataToSign| is already propertly digested and
74 sign(string keyId, vec<uint8_t> dataToSign)
/system/hardware/interfaces/wifi/keystore/1.0/default/include/wifikeystorehal/
Dkeystore.h36 const hidl_string& keyId, const hidl_vec<uint8_t>& dataToSign,