Searched refs:CreateKeymasterDevice (Results 1 – 7 of 7) sorted by relevance
97 IKeymasterDevice* CreateKeymasterDevice();99 IKeymasterDevice* CreateKeymasterDevice(keymaster2_device_t* km2_device);100 IKeymasterDevice* CreateKeymasterDevice(keymaster1_device_t* km1_device);101 IKeymasterDevice* CreateKeymasterDevice(keymaster0_device_t* km0_device);
116 IKeymasterDevice* CreateKeymasterDevice(SecurityLevel securityLevel);
179 IKeymasterDevice* CreateKeymasterDevice(SecurityLevel securityLevel);
37 IKeymasterDevice* CreateKeymasterDevice(SecurityLevel securityLevel) { in CreateKeymasterDevice() function
507 IKeymasterDevice* CreateKeymasterDevice() { in CreateKeymasterDevice() function511 IKeymasterDevice* CreateKeymasterDevice(keymaster2_device_t* km2_device) { in CreateKeymasterDevice() function519 IKeymasterDevice* CreateKeymasterDevice(keymaster1_device_t* km1_device) { in CreateKeymasterDevice() function
589 IKeymasterDevice* CreateKeymasterDevice(SecurityLevel securityLevel) { in CreateKeymasterDevice() function
151 mKeymaster = CreateKeymasterDevice(mFdp->PickValueInArray(kSecurityLevel)); in init()