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

  /external/chromium_org/net/cert/
signed_certificate_timestamp.cc 38 CHECK(pickle->WriteInt(signature.hash_algorithm));
50 int hash_algorithm; local
60 iter->ReadInt(&hash_algorithm) &&
70 sct->signature.hash_algorithm =
71 static_cast<DigitallySigned::HashAlgorithm>(hash_algorithm);
95 return (hash_algorithm == other_hash_algorithm) &&
ct_signed_certificate_timestamp_log_param.cc 37 // Converts a numeric |hash_algorithm| to its textual representation
39 ct::DigitallySigned::HashAlgorithm hash_algorithm) {
40 switch (hash_algorithm) {
106 out->SetString("hash_algorithm",
107 HashAlgorithmToString(sct.signature.hash_algorithm));
ct_log_response_parser_unittest.cc 72 ASSERT_EQ(tree_head.signature.hash_algorithm,
73 expected_signature.hash_algorithm);
ct_log_verifier.cc 68 << hash_algorithm_ << " vs " << signature.hash_algorithm
signed_certificate_timestamp.h 75 HashAlgorithm hash_algorithm; member in struct:net::ct::DigitallySigned
ct_serialization_unittest.cc 38 parsed.hash_algorithm);
67 digitally_signed.hash_algorithm = ct::DigitallySigned::HASH_ALGO_SHA256;
ct_objects_extractor_nss.cc 300 SECAlgorithmID hash_algorithm; member in struct:net::ct::__anon13101::CertID
308 { SEC_ASN1_INLINE | SEC_ASN1_XTRN, offsetof(CertID, hash_algorithm),
413 SECOidTag hash_alg = SECOID_FindOIDTag(&cert_id.hash_algorithm.algorithm);
ct_serialization.cc 246 WriteUint(kHashAlgorithmLength, input.hash_algorithm, output);
266 if (!ConvertHashAlgorithm(hash_algo, &result.hash_algorithm)) {
x509_util_nss.cc 156 SECOidTag hash_algorithm) {
160 hash_algorithm);
  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
racoon.conf 20 hash_algorithm sha1;
  /external/ipsec-tools/src/racoon/samples/roadwarrior/server/
racoon.conf 18 hash_algorithm sha1;
  /external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys/
enterprise_platform_keys_api.cc 93 chromeos::platform_keys::HashAlgorithm hash_algorithm;
95 hash_algorithm = chromeos::platform_keys::HASH_ALGORITHM_SHA1;
97 hash_algorithm = chromeos::platform_keys::HASH_ALGORITHM_SHA256;
99 hash_algorithm = chromeos::platform_keys::HASH_ALGORITHM_SHA384;
101 hash_algorithm = chromeos::platform_keys::HASH_ALGORITHM_SHA512;
113 hash_algorithm,
  /external/chromium_org/chrome/browser/chromeos/platform_keys/
platform_keys.h 57 // Digests |data| with |hash_algorithm| and afterwards signs the digest with the
66 HashAlgorithm hash_algorithm,
platform_keys_service.cc 52 platform_keys::HashAlgorithm hash_algorithm,
64 hash_algorithm,
102 platform_keys::HashAlgorithm hash_algorithm,
112 hash_algorithm,
platform_keys_service.h 70 // Digests |data| with |hash_algorithm| and afterwards signs the digest with
82 platform_keys::HashAlgorithm hash_algorithm,
platform_keys_nss.cc 155 HashAlgorithm hash_algorithm,
264 HashAlgorithm hash_algorithm,
268 hash_algorithm_(hash_algorithm),
520 HashAlgorithm hash_algorithm,
526 new SignState(public_key, hash_algorithm, data, callback));
  /external/chromium_org/net/test/
ct_test_util.cc 210 sct->signature.hash_algorithm = ct::DigitallySigned::HASH_ALGO_SHA256;
227 sct->signature.hash_algorithm = ct::DigitallySigned::HASH_ALGO_SHA256;
  /external/chromium_org/chrome/browser/ui/views/
signed_certificate_timestamp_info_view.cc 28 net::ct::DigitallySigned::HashAlgorithm hash_algorithm) {
29 switch (hash_algorithm) {
134 HashAlgorithmToResourceID(sct.signature.hash_algorithm)));
  /external/ipsec-tools/src/racoon/
algorithm.c 55 static struct hash_algorithm oakley_hashdef[] = {
290 static struct hash_algorithm *alg_oakley_hashdef __P((int));
298 static struct hash_algorithm *
317 struct hash_algorithm *f;
344 struct hash_algorithm *f;
357 struct hash_algorithm *f;
371 struct hash_algorithm *f;
algorithm.h 140 struct hash_algorithm { struct
cftoken.l 373 <S_RMTP>hash_algorithm { YYD; yylval.num = algclass_isakmp_hash; return(ALGORITHM_CLASS); }

Completed in 627 milliseconds