Searched refs:userAuth (Results 1 – 13 of 13) sorted by relevance
/external/jetty/src/java/org/eclipse/jetty/security/ |
D | SecurityHandler.java | 506 Authentication.User userAuth = (Authentication.User)authentication; in handle() local 509 previousIdentity = _identityService.associate(userAuth.getUserIdentity()); in handle() 513 …ePermissions(pathInContext, baseRequest, base_response, constraintInfo, userAuth.getUserIdentity()… in handle() 524 authenticator.secureResponse(request, response, isAuthMandatory, userAuth); in handle() 545 Authentication.User userAuth = (Authentication.User)auth; in handle() local 546 … authenticator.secureResponse(request, response, isAuthMandatory, userAuth); in handle()
|
/external/tpm2/ |
D | CreatePrimary.c | 62 if( MemoryRemoveTrailingZeros(&in->inSensitive.t.sensitive.userAuth) in TPM2_CreatePrimary()
|
D | Create.c | 86 if( MemoryRemoveTrailingZeros(&in->inSensitive.t.sensitive.userAuth) in TPM2_Create()
|
D | tpm_types.h | 1050 TPM2B_AUTH userAuth; member
|
D | CryptUtil.c | 2899 sensitive->authValue = sensitiveCreate->userAuth; in CryptCreateObject()
|
D | tpm_generated.c | 3562 total_size += TPM2B_AUTH_Marshal(&source->userAuth, buffer, size); in TPMS_SENSITIVE_CREATE_Marshal() 3571 result = TPM2B_AUTH_Unmarshal(&target->userAuth, buffer, size); in TPMS_SENSITIVE_CREATE_Unmarshal()
|
D | part3.txt | 2645 structure (inPublic), an initial value for the object’s authValue (inSensitive.userAuth), and, if t… 2881 41 if( MemoryRemoveTrailingZeros(&in->inSensitive.t.sensitive.userAuth) 13988 33 if( MemoryRemoveTrailingZeros(&in->inSensitive.t.sensitive.userAuth)
|
D | part4.txt | 22759 2402 sensitive->authValue = sensitiveCreate->userAuth;
|
/external/tpm2/generator/ |
D | structures.txt | 1254 _NAME userAuth
|
D | raw_structures.txt | 12819 userAuth 12846 the userAuth and data values of the TPMS_SENSITIVE_CREATE may be passed as a single parameter 12866 The userAuth and data parameters in this buffer
|
D | raw_structures_fixed.txt | 12818 userAuth 12845 the userAuth and data values of the TPMS_SENSITIVE_CREATE may be passed as a single parameter 12865 The userAuth and data parameters in this buffer
|
D | raw_commands.txt | 4652 if( MemoryRemoveTrailingZeros(&in->inSensitive.t.sensitive.userAuth) 25267 if( MemoryRemoveTrailingZeros(&in->inSensitive.t.sensitive.userAuth)
|
D | raw_commands_fixed.txt | 4654 if( MemoryRemoveTrailingZeros(&in->inSensitive.t.sensitive.userAuth) 25278 if( MemoryRemoveTrailingZeros(&in->inSensitive.t.sensitive.userAuth)
|