The crash dumps revealed that the network process was shut down because the daemon process failed to open the pairing registry reg keys. The speculation is that these keys are absent for some unknown reason. We now create those keys if they are absent at daemon process startup. This doesn't address the underlying cause of the problem but it will reduce the number of host crashes (if our theory is correct).
Before the CL: if the pairing registry keys are absent, the host will be stuck in a dead loop because the network process will keep crashing as soon as it starts up.
After the CL: the daemon process will create the registry keys, the network process won't crash, and pinless auth will work as intended.
I also swapped the variable names for the secrets and client reg keys.
BUG=379360
Review URL: https://codereview.chromium.org/
747093003
Cr-Commit-Position: refs/heads/master@{#305917}