Searched refs:keyId (Results 1 – 3 of 3) sorted by relevance
/system/hardware/interfaces/wifi/keystore/1.0/default/ |
D | keystore.cpp | 35 const hidl_string& keyId, getPublicKey_cb _hidl_cb) { in getPublicKey() argument 44 auto ret = service->get_pubkey(String16(keyId.c_str()), &pubkey); in getPublicKey() 54 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/ |
D | IKeystore.hal | 49 * |keyId|. 51 * @param keyId the key identifier associated with the credential. 58 getPublicKey(string keyId) 63 * the credential identified by |keyId|. This is a raw RSA or ECDSA 67 * @param keyId the key identifier associated with the credential. 74 sign(string keyId, vec<uint8_t> dataToSign)
|
/system/hardware/interfaces/wifi/keystore/1.0/default/include/wifikeystorehal/ |
D | keystore.h | 34 const hidl_string& keyId, getPublicKey_cb _hidl_cb) override; 36 const hidl_string& keyId, const hidl_vec<uint8_t>& dataToSign,
|