Home | History | Annotate | Download | only in keystore

Lines Matching refs:sid

93      * @param boundToSpecificSecureUserId if non-zero, specify which SID the key will be bound to,
95 * SID of the current user, or the fingerprint SID if explicit fingerprint authorization
137 long sid;
139 sid = spec.getBoundToSpecificSecureUserId();
141 // The fingerprint-only SID will change on fingerprint enrollment or removal of all,
143 sid = fingerprintOnlySid;
145 // The root SID will *not* change on fingerprint enrollment, or removal of all
147 sid = getRootSid();
151 KeymasterDefs.KM_TAG_USER_SECURE_ID, KeymasterArguments.toUint64(sid));
158 long sid;
160 sid = spec.getBoundToSpecificSecureUserId();
164 sid = getRootSid();
167 KeymasterArguments.toUint64(sid));