Searched refs:keyId (Results 1 – 3 of 3) sorted by relevance
/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,
|
/system/hardware/interfaces/wifi/keystore/1.0/default/ |
D | keystore.cpp | 82 Return<void> Keystore::getPublicKey(const hidl_string& keyId, getPublicKey_cb _hidl_cb) { in getPublicKey() argument 97 promise, String16(keyId.c_str()), static_cast<int32_t>(KeyFormat::X509), in getPublicKey() 136 Return<void> Keystore::sign(const hidl_string& keyId, const hidl_vec<uint8_t>& dataToSign, in sign() argument 148 String16 key_name16(keyId.c_str()); in sign()
|