HomeSort by relevance Sort by last modified time
    Searched full:authhash (Results 1 - 14 of 14) sorted by null

  /external/tpm2/
PolicyAuthorize.c 26 TPM2B_DIGEST authHash;
62 authHash.t.size = CryptStartHash(hashAlg, &hashState);
71 CryptCompleteHash2B(&hashState, &authHash.b);
74 TicketComputeVerified(in->checkTicket.hierarchy, &authHash,
StartAuthSession.c 23 // produced by authHash
45 || in->nonceCaller.t.size > CryptGetHashDigestSize(in->authHash))
104 result = SessionCreate(in->sessionType, in->authHash,
PolicySigned.c 36 TPM2B_DIGEST authHash;
81 authHash.t.size = CryptStartHash(CryptGetSignHashAlg(&in->auth),
97 CryptCompleteHash2B(&hashState, &authHash.b);
101 result = CryptVerifySignature(in->authObject, &authHash, &in->auth);
StartAuthSession_fp.h 19 TPMI_ALG_HASH authHash;
Session_fp.h 34 TPMI_ALG_HASH authHash, // IN: the hash algorithm
Marshal_StartAuthSession.c 66 result = TPMI_ALG_HASH_Unmarshal(&target->authHash, buffer, size, FALSE);
Session.c 306 TPMI_ALG_HASH authHash, // IN: the hash algorithm
347 session->authHashAlg = authHash;
    [all...]
CryptUtil.c     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Session.c 32 TPMI_ALG_HASH AuthHash;
53 @param[in] AuthHash Hash algorithm to use for the session.
69 IN TPMI_ALG_HASH AuthHash,
137 WriteUnaligned16 ((UINT16 *)Buffer, SwapBytes16 (AuthHash));
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
Tpm2CommandLib.h 808 @param[in] AuthHash Hash algorithm to use for the session.
824 IN TPMI_ALG_HASH AuthHash,
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h     [all...]
mDNS.c 159 mDNSlocal void ReleaseAuthEntity(AuthHash *r, AuthEntity *e)
170 mDNSlocal void ReleaseAuthGroup(AuthHash *r, AuthGroup **cp)
182 mDNSlocal AuthEntity *GetAuthEntity(AuthHash *r, const AuthGroup *const PreserveAG)
193 // AuthHash where we add the "new" entries and discard (free) the already added
238 mDNSexport AuthGroup *AuthGroupForName(AuthHash *r, const mDNSu32 slot, const mDNSu32 namehash, const domainname *const name)
247 mDNSexport AuthGroup *AuthGroupForRecord(AuthHash *r, const mDNSu32 slot, const ResourceRecord *const rr)
252 mDNSlocal AuthGroup *GetAuthGroup(AuthHash *r, const mDNSu32 slot, const ResourceRecord *const rr)
280 mDNSexport AuthGroup *InsertAuthRecord(mDNS *const m, AuthHash *r, AuthRecord *rr)
295 mDNSexport AuthGroup *RemoveAuthRecord(mDNS *const m, AuthHash *r, AuthRecord *rr)
    [all...]
  /system/tpm/trunks/generator/
raw_commands.txt     [all...]
raw_commands_fixed.txt     [all...]

Completed in 481 milliseconds