| /external/fsverity-utils/programs/ |
| D | test_compute_digest.c | 49 u32 hash_algorithm; member 56 .hash_algorithm = FS_VERITY_HASH_ALG_SHA256, 64 .hash_algorithm = FS_VERITY_HASH_ALG_SHA256, 72 .hash_algorithm = FS_VERITY_HASH_ALG_SHA256, 80 .hash_algorithm = FS_VERITY_HASH_ALG_SHA256, 88 .hash_algorithm = FS_VERITY_HASH_ALG_SHA256, 96 .hash_algorithm = FS_VERITY_HASH_ALG_SHA256, 105 .hash_algorithm = FS_VERITY_HASH_ALG_SHA256, 114 .hash_algorithm = FS_VERITY_HASH_ALG_SHA256, 122 .hash_algorithm = FS_VERITY_HASH_ALG_SHA256, [all …]
|
| /external/cronet/net/cert/ |
| D | signed_certificate_timestamp.cc | 38 pickle->WriteInt(signature.hash_algorithm); in Persist() 50 int hash_algorithm; in CreateFromPickle() local 59 iter->ReadInt(&hash_algorithm) && in CreateFromPickle() 69 sct->signature.hash_algorithm = in CreateFromPickle() 70 static_cast<DigitallySigned::HashAlgorithm>(hash_algorithm); in CreateFromPickle() 94 return (hash_algorithm == other_hash_algorithm) && in SignatureParametersMatch()
|
| D | ct_log_response_parser_unittest.cc | 44 ASSERT_EQ(tree_head.signature.hash_algorithm, in TEST() 45 expected_signature.hash_algorithm); in TEST()
|
| D | ct_objects_extractor.cc | 209 CBS hash_algorithm, hash, serial_number, issuer_name_hash, issuer_key_hash; in FindMatchingSingleResponse() local 210 if (!CBS_get_asn1(&cert_id, &hash_algorithm, CBS_ASN1_SEQUENCE) || in FindMatchingSingleResponse() 211 !CBS_get_asn1(&hash_algorithm, &hash, CBS_ASN1_OBJECT) || in FindMatchingSingleResponse()
|
| /external/flatbuffers/src/ |
| D | flathash.cpp | 58 const char *hash_algorithm = argv[1]; in main() local 61 flatbuffers::FindHashFunction16(hash_algorithm); in main() 63 flatbuffers::FindHashFunction32(hash_algorithm); in main() 65 flatbuffers::FindHashFunction64(hash_algorithm); in main() 68 printf("\"%s\" is not a known hash algorithm.\n", hash_algorithm); in main()
|
| /external/openthread/third_party/mbedtls/repo/tests/suites/ |
| D | test_suite_psa_crypto_metadata.data | 3 hash_algorithm:PSA_ALG_MD2:16 7 hash_algorithm:PSA_ALG_MD4:16 11 hash_algorithm:PSA_ALG_MD5:16 15 hash_algorithm:PSA_ALG_RIPEMD160:20 19 hash_algorithm:PSA_ALG_SHA_1:20 23 hash_algorithm:PSA_ALG_SHA_224:28 27 hash_algorithm:PSA_ALG_SHA_256:32 31 hash_algorithm:PSA_ALG_SHA_384:48 35 hash_algorithm:PSA_ALG_SHA_512:64
|
| /external/python/cryptography/src/cryptography/hazmat/primitives/serialization/ |
| D | pkcs7.py | 39 def add_signer(self, certificate, private_key, hash_algorithm): argument 41 hash_algorithm, 64 self._signers + [(certificate, private_key, hash_algorithm)],
|
| /external/fsverity-utils/lib/ |
| D | enable.c | 41 arg.hash_algorithm = in libfsverity_enable_with_sig() 42 params->hash_algorithm ?: FS_VERITY_HASH_ALG_DEFAULT; in libfsverity_enable_with_sig()
|
| /external/fsverity-utils/common/ |
| D | fsverity_uapi.h | 23 __u32 hash_algorithm; member 51 __u8 hash_algorithm; /* Merkle tree hash algorithm */ member
|
| /external/kernel-headers/original/uapi/linux/ |
| D | fsverity.h | 21 __u32 hash_algorithm; member 49 __u8 hash_algorithm; /* Merkle tree hash algorithm */ member
|
| /external/mbedtls/tests/suites/ |
| D | test_suite_psa_crypto_metadata.data | 3 hash_algorithm:PSA_ALG_MD5:16 7 hash_algorithm:PSA_ALG_RIPEMD160:20 11 hash_algorithm:PSA_ALG_SHA_1:20 15 hash_algorithm:PSA_ALG_SHA_224:28 19 hash_algorithm:PSA_ALG_SHA_256:32 23 hash_algorithm:PSA_ALG_SHA_384:48 27 hash_algorithm:PSA_ALG_SHA_512:64
|
| /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;
|
| /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;
|
| /external/python/cryptography/src/cryptography/hazmat/primitives/asymmetric/ |
| D | padding.py | 73 def calculate_max_pss_salt_length(key, hash_algorithm): argument 78 salt_length = emlen - hash_algorithm.digest_size - 2
|
| /external/avb/ |
| D | avbtool.py | 1405 self.hash_algorithm, partition_name_len, salt_len, 1414 self.hash_algorithm = self.hash_algorithm.rstrip(b'\0').decode('ascii') 1442 self.hash_algorithm = '' 1449 return len(create_avb_hashtree_hasher(self.hash_algorithm, b'').digest()) 1469 o.write(' Hash Algorithm: {}\n'.format(self.hash_algorithm)) 1481 hash_algorithm_encoded = self.hash_algorithm.encode('ascii') 1527 self.hash_algorithm, self.salt, 1550 .format(self.partition_name, self.hash_algorithm, image.filename, 1598 (tag, num_bytes_following, self.image_size, self.hash_algorithm, 1607 self.hash_algorithm = self.hash_algorithm.rstrip(b'\0').decode('ascii') [all …]
|
| /external/ltp/include/lapi/ |
| D | fsverity.h | 24 uint32_t hash_algorithm; member
|
| /external/avb/libavb/ |
| D | avb_hash_descriptor.h | 67 uint8_t hash_algorithm[32]; member
|
| D | avb_hashtree_descriptor.h | 80 uint8_t hash_algorithm[32]; member
|
| /external/ipsec-tools/src/racoon/samples/roadwarrior/client/ |
| D | racoon.conf | 20 hash_algorithm sha1;
|
| /external/tensorflow/tensorflow/python/keras/utils/ |
| D | data_utils.py | 155 hash_algorithm='auto', argument 211 hash_algorithm = 'md5' 230 if not validate_file(fpath, file_hash, algorithm=hash_algorithm): 232 'incomplete or outdated because the ' + hash_algorithm +
|
| /external/ipsec-tools/src/racoon/samples/roadwarrior/server/ |
| D | racoon.conf | 18 hash_algorithm sha1;
|
| D | racoon.conf-radius | 18 hash_algorithm sha1;
|
| /external/openscreen/cast/receiver/channel/ |
| D | device_auth_namespace_handler_unittest.cc | 119 EXPECT_EQ(expected_auth_response.hash_algorithm(), in TEST_F() 120 auth_response.hash_algorithm()); in TEST_F()
|
| /external/fsverity-utils/include/ |
| D | libfsverity.h | 44 uint32_t hash_algorithm; member
|