Home | History | Annotate | Download | only in keystore

Lines Matching refs:KeystoreClientImpl

70 KeystoreClientImpl::KeystoreClientImpl() {
76 bool KeystoreClientImpl::encryptWithAuthentication(const std::string& key_name,
131 bool KeystoreClientImpl::decryptWithAuthentication(const std::string& key_name,
165 bool KeystoreClientImpl::oneShotOperation(keymaster_purpose_t purpose, const std::string& key_name,
196 int32_t KeystoreClientImpl::addRandomNumberGeneratorEntropy(const std::string& entropy) {
200 int32_t KeystoreClientImpl::generateKey(const std::string& key_name,
217 KeystoreClientImpl::getKeyCharacteristics(const std::string& key_name,
231 int32_t KeystoreClientImpl::importKey(const std::string& key_name,
249 int32_t KeystoreClientImpl::exportKey(keymaster_key_format_t export_format,
261 int32_t KeystoreClientImpl::deleteKey(const std::string& key_name) {
266 int32_t KeystoreClientImpl::deleteAllKeys() {
270 int32_t KeystoreClientImpl::beginOperation(keymaster_purpose_t purpose, const std::string& key_name,
293 int32_t KeystoreClientImpl::updateOperation(keymaster_operation_handle_t handle,
319 int32_t KeystoreClientImpl::finishOperation(keymaster_operation_handle_t handle,
345 int32_t KeystoreClientImpl::abortOperation(keymaster_operation_handle_t handle) {
356 bool KeystoreClientImpl::doesKeyExist(const std::string& key_name) {
362 bool KeystoreClientImpl::listKeys(const std::string& prefix,
377 keymaster_operation_handle_t KeystoreClientImpl::getNextVirtualHandle() {
381 int32_t KeystoreClientImpl::mapKeystoreError(int32_t keystore_error) {
389 bool KeystoreClientImpl::createOrVerifyEncryptionKey(const std::string& key_name) {
427 bool KeystoreClientImpl::createOrVerifyAuthenticationKey(const std::string& key_name) {
465 bool KeystoreClientImpl::verifyEncryptionKeyAttributes(const std::string& key_name,
510 bool KeystoreClientImpl::verifyAuthenticationKeyAttributes(const std::string& key_name,