HomeSort by relevance Sort by last modified time
    Searched refs:userAuth (Results 1 - 6 of 6) sorted by null

  /external/tpm2/
CreatePrimary.c 62 if( MemoryRemoveTrailingZeros(&in->inSensitive.t.sensitive.userAuth)
Create.c 86 if( MemoryRemoveTrailingZeros(&in->inSensitive.t.sensitive.userAuth)
tpm_types.h     [all...]
CryptUtil.c     [all...]
tpm_generated.c     [all...]
  /external/jetty/src/java/org/eclipse/jetty/security/
SecurityHandler.java 506 Authentication.User userAuth = (Authentication.User)authentication;
509 previousIdentity = _identityService.associate(userAuth.getUserIdentity());
513 boolean authorized=checkWebResourcePermissions(pathInContext, baseRequest, base_response, constraintInfo, userAuth.getUserIdentity());
524 authenticator.secureResponse(request, response, isAuthMandatory, userAuth);
545 Authentication.User userAuth = (Authentication.User)auth;
546 authenticator.secureResponse(request, response, isAuthMandatory, userAuth);

Completed in 78 milliseconds