Searched refs:keyId (Results 1 – 3 of 3) sorted by relevance
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 ECDSA67 * @param keyId the key identifier associated with the credential.74 sign(string keyId, vec<uint8_t> dataToSign)
33 const hidl_string& keyId, getPublicKey_cb _hidl_cb) override;35 const hidl_string& keyId, const hidl_vec<uint8_t>& dataToSign,
350 Return<void> Keystore::getPublicKey(const hidl_string& keyId, getPublicKey_cb _hidl_cb) { in getPublicKey() argument351 if (auto ks2_pubkey = keyStore2GetPubKey(keyId)) { in getPublicKey()360 Return<void> Keystore::sign(const hidl_string& keyId, const hidl_vec<uint8_t>& dataToSign, in sign() argument362 if (auto ks2_result = keyStore2Sign(keyId, dataToSign)) { in sign()