Home | History | Annotate | Download | only in keystore

Lines Matching refs:KeyFormat

465     auto rc = importKey(name, params.hidl_data(), KeyFormat::PKCS8, data, targetUid, flags,
505 exportKey(name, KeyFormat::X509, hidl_vec<uint8_t>(), hidl_vec<uint8_t>(), UID_SELF, &result);
873 KeyFormat format, const hidl_vec<uint8_t>& keyData, int uid, int flags,
957 void KeyStoreService::exportKey(const String16& name, KeyFormat format,