Searched refs:CREDENTIAL_LEN (Results 1 – 2 of 2) sorted by relevance
43 #define CREDENTIAL_LEN 20 macro50 CHAR8 Password[CREDENTIAL_LEN];
322 CHAR16 PasswordMask[CREDENTIAL_LEN + 1]; in GetPassword()323 CHAR16 Password[CREDENTIAL_LEN]; in GetPassword()367 if (PasswordLen == CREDENTIAL_LEN) { in GetPassword()401 if (CompareMem (Pwd, Password, CREDENTIAL_LEN) == 0) { in CheckPassword()548 CHAR8 Password[CREDENTIAL_LEN]; in CredentialDriverCallback()746 CHAR8 Password[CREDENTIAL_LEN]; in CredentialEnroll()789 if (CompareMem (PwdInfo.Password, Password, CREDENTIAL_LEN) == 0) { in CredentialEnroll()1034 if (CompareMem (Pwd, NewPwd, CREDENTIAL_LEN) == 0) { in CredentialUser()