Home
last modified time | relevance | path

Searched refs:enroll (Results 1 – 10 of 10) sorted by relevance

/device/generic/goldfish/gatekeeper/
Dmodule.cpp38 static int enroll(const struct gatekeeper_device *dev __unused, uint32_t uid, in enroll() function
51 return s_gatekeeper->enroll(uid, in enroll()
100 s_device.device.enroll = enroll; in goldfish_gatekeeper_open()
DSoftGateKeeperDevice.h47 int enroll(uint32_t uid,
DSoftGateKeeperDevice.cpp21 int SoftGateKeeperDevice::enroll(uint32_t uid, in enroll() function in goldfish::SoftGateKeeperDevice
/device/google/cuttlefish_common/guest/hals/gatekeeper/
Dmodule.cpp38 static int enroll(const struct gatekeeper_device *dev __unused, uint32_t uid, in enroll() function
51 return s_gatekeeper->enroll(uid, in enroll()
100 s_device.device.enroll = enroll; in cuttlefish_gatekeeper_open()
DSoftGateKeeperDevice.h47 int enroll(uint32_t uid,
DSoftGateKeeperDevice.cpp21 int SoftGateKeeperDevice::enroll(uint32_t uid, in enroll() function in cuttlefish::SoftGateKeeperDevice
/device/linaro/bootloader/edk2/NetworkPkg/TlsAuthConfigDxe/
DTlsAuthConfigDxeStrings.uni26 #string STR_TLS_AUTH_CONFIG_ENROLL_CERT_HELP #language en-US "Press <Enter> to enroll cert."
/device/generic/goldfish/fingerprint/
Dfingerprint.c643 msg.data.enroll.finger.fid = fid; in send_enroll_notice()
644 msg.data.enroll.samples_remaining = samples_remaining > 0 ? samples_remaining : 0; in send_enroll_notice()
847 qdev->device.enroll = fingerprint_enroll; in fingerprint_open()
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigStrings.uni37 …TE_FORMAT_HELP #language en-US "Select the certificate format used to enroll certificate into d…
/device/linaro/bootloader/edk2/SecurityPkg/
DSecurityPkg.dec109 # Can enroll or delete PK without existing PK's private key.
110 # Can enroll or delete KEK without existing PK's private key.
111 # Can enroll or delete signature from DB/DBX without KEK's private key.