/external/flatbuffers/src/ |
D | flathash.cpp | 56 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/ |
D | 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;
|
D | algorithm.h | 140 struct hash_algorithm { struct
|
/external/avb/ |
D | avbtool | 1284 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 …]
|
D | README.md | 373 [--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/ |
D | racoon.conf.sample-inherit | 24 hash_algorithm sha1; 42 hash_algorithm sha1;
|
D | racoon.conf.in | 68 hash_algorithm sha1; 90 hash_algorithm sha1;
|
D | racoon.conf.sample-plainrsa | 33 hash_algorithm sha1;
|
D | racoon.conf.sample-gssapi | 23 hash_algorithm sha1;
|
D | racoon.conf.sample | 37 hash_algorithm sha1;
|
D | racoon.conf.sample-natt | 82 hash_algorithm sha1;
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | data_utils.py | 154 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/ |
D | avb_hash_descriptor.h | 48 uint8_t hash_algorithm[32]; member
|
D | avb_hashtree_descriptor.h | 58 uint8_t hash_algorithm[32]; member
|
D | avb_slot_verify.c | 277 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/ |
D | avb_hash_descriptor.h | 67 uint8_t hash_algorithm[32]; member
|
D | avb_hashtree_descriptor.h | 77 uint8_t hash_algorithm[32]; member
|
D | avb_slot_verify.c | 389 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/ |
D | racoon.conf | 20 hash_algorithm sha1;
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/server/ |
D | racoon.conf | 18 hash_algorithm sha1;
|
D | racoon.conf-radius | 18 hash_algorithm sha1;
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.keras.utils.pbtxt | 49 …rigin\', \'untar\', \'md5_hash\', \'file_hash\', \'cache_subdir\', \'hash_algorithm\', \'extract\'…
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.keras.utils.pbtxt | 49 …rigin\', \'untar\', \'md5_hash\', \'file_hash\', \'cache_subdir\', \'hash_algorithm\', \'extract\'…
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 8856 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/ |
D | configure.ac | 2892 AC_ARG_WITH(hash_algorithm, optwith
|