Home
last modified time | relevance | path

Searched refs:hash_algorithm (Results 1 – 25 of 25) sorted by relevance

/external/flatbuffers/src/
Dflathash.cpp56 const char *hash_algorithm = argv[1]; in main() local
59 flatbuffers::FindHashFunction16(hash_algorithm); in main()
61 flatbuffers::FindHashFunction32(hash_algorithm); in main()
63 flatbuffers::FindHashFunction64(hash_algorithm); in main()
66 printf("\"%s\" is not a known hash algorithm.\n", hash_algorithm); in main()
/external/ipsec-tools/src/racoon/
Dalgorithm.c55 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;
Dalgorithm.h140 struct hash_algorithm { struct
/external/avb/
Davbtool1284 self.hash_algorithm, partition_name_len, salt_len,
1293 self.hash_algorithm = self.hash_algorithm.split('\0', 1)[0]
1303 if root_digest_len != len(hashlib.new(name=self.hash_algorithm).digest()):
1317 self.hash_algorithm = ''
1341 o.write(' Hash Algorithm: {}\n'.format(self.hash_algorithm))
1364 self.fec_offset, self.fec_size, self.hash_algorithm,
1391 digest_size = len(hashlib.new(name=self.hash_algorithm).digest())
1397 self.hash_algorithm, self.salt,
1418 .format(self.partition_name, self.hash_algorithm, image.filename,
1462 (tag, num_bytes_following, self.image_size, self.hash_algorithm,
[all …]
DREADME.md373 [--hash_algorithm HASH_ALG] [--salt HEX] \
394 [--hash_algorithm HASH_ALG] [--salt HEX] [--block_size SIZE] \
545 --hash_algorithm sha256 \
554 given by the `--hash_algorithm` option) and printed out.
630 `boot.img`. Typical options to be used here include `--hash_algorithm`
636 `--hash_algorithm`, `--salt`, `--block_size`, and
642 `--hash_algorithm`, `--salt`, `--block_size`, and
647 `dtbo.img`. Typical options to be used here include `--hash_algorithm`
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.sample-inherit24 hash_algorithm sha1;
42 hash_algorithm sha1;
Dracoon.conf.in68 hash_algorithm sha1;
90 hash_algorithm sha1;
Dracoon.conf.sample-plainrsa33 hash_algorithm sha1;
Dracoon.conf.sample-gssapi23 hash_algorithm sha1;
Dracoon.conf.sample37 hash_algorithm sha1;
Dracoon.conf.sample-natt82 hash_algorithm sha1;
/external/tensorflow/tensorflow/python/keras/utils/
Ddata_utils.py154 hash_algorithm='auto', argument
202 hash_algorithm = 'md5'
220 if not validate_file(fpath, file_hash, algorithm=hash_algorithm):
222 'incomplete or outdated because the ' + hash_algorithm +
/external/u-boot/lib/libavb/
Davb_hash_descriptor.h48 uint8_t hash_algorithm[32]; member
Davb_hashtree_descriptor.h58 uint8_t hash_algorithm[32]; member
Davb_slot_verify.c277 if (avb_strcmp((const char*)hash_desc.hash_algorithm, "sha256") == 0) { in load_and_verify_hash_partition()
284 } else if (avb_strcmp((const char*)hash_desc.hash_algorithm, "sha512") == 0) { in load_and_verify_hash_partition()
1007 if (avb_strcmp((const char*)hashtree_desc.hash_algorithm, "sha1") == in load_and_verify_vbmeta()
1010 } else if (avb_strcmp((const char*)hashtree_desc.hash_algorithm, in load_and_verify_vbmeta()
1013 } else if (avb_strcmp((const char*)hashtree_desc.hash_algorithm, in load_and_verify_vbmeta()
/external/avb/libavb/
Davb_hash_descriptor.h67 uint8_t hash_algorithm[32]; member
Davb_hashtree_descriptor.h77 uint8_t hash_algorithm[32]; member
Davb_slot_verify.c389 if (avb_strcmp((const char*)hash_desc.hash_algorithm, "sha256") == 0) { in load_and_verify_hash_partition()
396 } else if (avb_strcmp((const char*)hash_desc.hash_algorithm, "sha512") == 0) { in load_and_verify_hash_partition()
1120 if (avb_strcmp((const char*)hashtree_desc.hash_algorithm, "sha1") == in load_and_verify_vbmeta()
1123 } else if (avb_strcmp((const char*)hashtree_desc.hash_algorithm, in load_and_verify_vbmeta()
1126 } else if (avb_strcmp((const char*)hashtree_desc.hash_algorithm, in load_and_verify_vbmeta()
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/
Dracoon.conf20 hash_algorithm sha1;
/external/ipsec-tools/src/racoon/samples/roadwarrior/server/
Dracoon.conf18 hash_algorithm sha1;
Dracoon.conf-radius18 hash_algorithm sha1;
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.utils.pbtxt49 …rigin\', \'untar\', \'md5_hash\', \'file_hash\', \'cache_subdir\', \'hash_algorithm\', \'extract\'…
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.utils.pbtxt49 …rigin\', \'untar\', \'md5_hash\', \'file_hash\', \'cache_subdir\', \'hash_algorithm\', \'extract\'…
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc8856 CBS hash_algorithm, hash; in ocsp_cert_id_matches_certificate() local
8857 if (!CBS_get_asn1(cert_id, &hash_algorithm, CBS_ASN1_SEQUENCE) || in ocsp_cert_id_matches_certificate()
8858 !CBS_get_asn1(&hash_algorithm, &hash, CBS_ASN1_OBJECT)) { in ocsp_cert_id_matches_certificate()
/external/python/cpython3/
Dconfigure.ac2892 AC_ARG_WITH(hash_algorithm, optwith