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

  /external/tpm2/
stubs_hash.c 103 TPM2B_MAX_HASH_BLOCK hmacKey;
136 &hmacKey.b) <= 0)
156 _cpri__CompleteHMAC(&hashState, &hmacKey.b, hLen, stream);
Object_spt.c 168 TPM2B_DIGEST hmacKey;
173 hmacKey.t.size = CryptGetHashDigestSize(hashAlg);
176 hmacKey.t.size * 8, hmacKey.t.buffer, NULL);
178 integrity->t.size = CryptStartHMAC2B(hashAlg, &hmacKey.b, &hmacState);
    [all...]
CpriHash.c 770 TPM2B_MAX_HASH_BLOCK hmacKey;
803 &hmacKey.b) <= 0)
823 _cpri__CompleteHMAC(&hashState, &hmacKey.b, hLen, stream);
    [all...]
Global.h 89 TPM2B_HASH_BLOCK hmacKey; // the HMAC key
    [all...]
CryptUtil.c 229 &hmacState->hmacKey.b)) > 0)
261 keySize, key, &hmacState->hmacKey.b)) > 0)
516 return _cpri__CompleteHMAC(&hashState->state, &hmacState->hmacKey.b,
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.0.CR3/
netty-handler-4.1.0.CR3.jar 

Completed in 197 milliseconds