Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Dflathash.cpp53 const char* hash_algorithm = argv[1]; in main() local
56 flatbuffers::FindHashFunction32(hash_algorithm); in main()
58 flatbuffers::FindHashFunction64(hash_algorithm); in main()
61 printf("\"%s\" is not a known hash algorithm.\n", hash_algorithm); in main()
/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/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/
Davbtool1073 self.hash_algorithm, partition_name_len, salt_len,
1082 self.hash_algorithm = self.hash_algorithm.split('\0', 1)[0]
1092 if root_digest_len != len(hashlib.new(name=self.hash_algorithm).digest()):
1105 self.hash_algorithm = ''
1128 o.write(' Hash Algorithm: {}\n'.format(self.hash_algorithm))
1150 self.fec_offset, self.fec_size, self.hash_algorithm,
1195 (tag, num_bytes_following, self.image_size, self.hash_algorithm,
1203 self.hash_algorithm = self.hash_algorithm.split('\0', 1)[0]
1213 if digest_len != len(hashlib.new(name=self.hash_algorithm).digest()):
1218 self.hash_algorithm = ''
[all …]
DREADME.md222 [--hash_algorithm HASH_ALG] [--salt HEX] \
238 [--hash_algorithm HASH_ALG] [--salt HEX] [--block_size SIZE] \
331 `boot.img`. Typical options to be used here include `--hash_algorithm`
337 include `--hash_algorithm`, `--salt`, `--block_size`, and
/external/avb/libavb/
Davb_hash_descriptor.h53 uint8_t hash_algorithm[32]; member
Davb_hashtree_descriptor.h63 uint8_t hash_algorithm[32]; member
Davb_slot_verify.c145 if (avb_strcmp((const char*)hash_desc.hash_algorithm, "sha256") == 0) { in load_and_verify_hash_partition()
152 } else if (avb_strcmp((const char*)hash_desc.hash_algorithm, "sha512") == 0) { in load_and_verify_hash_partition()
/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/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp8034 CBS hash_algorithm, hash; in ocsp_cert_id_matches_certificate() local
8035 if (!CBS_get_asn1(cert_id, &hash_algorithm, CBS_ASN1_SEQUENCE) || in ocsp_cert_id_matches_certificate()
8036 !CBS_get_asn1(&hash_algorithm, &hash, CBS_ASN1_OBJECT)) { in ocsp_cert_id_matches_certificate()