Searched refs:softKeyMintDevice_ (Results 1 – 2 of 2) sorted by relevance
453 softKeyMintDevice_->generateKey(inKeyParams, in_attestationKey, out_creationResult); in generateKey()539 return softKeyMintDevice_->importWrappedKey( in importWrappedKey()585 return softKeyMintDevice_->deleteKey(keyBlob); in deleteKey()622 return softKeyMintDevice_->begin(in_inPurpose, in_inKeyBlob, in_inParams, in_inAuthToken, in begin()718 return softKeyMintDevice_->getKeyCharacteristics(strippedKeyBlob, appId, appData, in getKeyCharacteristics()1371 softKeyMintDevice_.reset(CreateKeyMintDevice(KeyMintSecurityLevel::SOFTWARE)); in KeyMintDevice()
139 std::shared_ptr<IKeyMintDevice> softKeyMintDevice_; variable