OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Auth
(Results
1 - 4
of
4
) sorted by null
/external/grpc-grpc/src/csharp/Grpc.Auth/
GoogleGrpcCredentials.cs
23
using Google.Apis.
Auth
.OAuth2;
27
namespace Grpc.
Auth
31
/// based on credential objects originating from Google
auth
library.
GoogleAuthInterceptors.cs
23
using Google.Apis.
Auth
.OAuth2;
27
namespace Grpc.
Auth
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Sequences.c
26
TPM2B_AUTH
Auth
;
120
Buffer = (UINT8 *)&Cmd.
Auth
;
122
//
auth
= nullAuth
211
// Add in
Auth
session
316
// Add in pcrHandle
Auth
session
437
// Add in
Auth
session
Tpm2NVStorage.c
59
TPM2B_AUTH
Auth
;
269
@param[in] AuthSession
Auth
Session context
270
@param[in]
Auth
The authorization data.
282
IN TPM2B_AUTH *
Auth
,
304
// Add in
Auth
session
316
WriteUnaligned16 ((UINT16 *)Buffer, SwapBytes16(
Auth
->size));
318
CopyMem(Buffer,
Auth
->buffer,
Auth
->size);
319
Buffer +=
Auth
->size;
407
@param[in] AuthSession
Auth
Session context
[
all
...]
Completed in 121 milliseconds