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

  /external/libchrome/crypto/third_party/nss/
rsawrapr.c 79 void *hash_context; local
134 hash_context = (*hash->create)();
135 if (hash_context == NULL) {
141 (*hash->begin)(hash_context);
142 (*hash->update)(hash_context, eightZeros, 8);
143 (*hash->update)(hash_context, mHash, hash->length);
144 (*hash->update)(hash_context, &db[dbMaskLen - sLen], sLen);
145 (*hash->end)(hash_context, H_, &i, hash->length);
146 (*hash->destroy)(hash_context, PR_TRUE);
  /external/libchrome/crypto/
signature_verifier_nss.cc 46 HASHContext* hash_context,
51 unsigned int hash_len = HASH_ResultLenContext(hash_context);
53 HASH_End(hash_context, &hash[0], &hash_len, hash.size());
69 HASH_GetType(hash_context), mask_hash_alg,
  /system/update_engine/payload_consumer/
delta_performer.cc 1764 string hash_context; local
    [all...]

Completed in 123 milliseconds