Searched refs:hash_algorithm (Results 1 - 11 of 11) sorted by relevance

/external/avb/libavb/
H A Davb_hash_descriptor.h53 uint8_t hash_algorithm[32]; member in struct:AvbHashDescriptor
H A Davb_hashtree_descriptor.h63 uint8_t hash_algorithm[32]; member in struct:AvbHashtreeDescriptor
H A Davb_slot_verify.c184 if (avb_strcmp((const char*)hash_desc.hash_algorithm, "sha256") == 0) {
191 } else if (avb_strcmp((const char*)hash_desc.hash_algorithm, "sha512") == 0) {
/external/flatbuffers/src/
H A Dflathash.cpp53 const char* hash_algorithm = argv[1]; local
56 flatbuffers::FindHashFunction32(hash_algorithm);
58 flatbuffers::FindHashFunction64(hash_algorithm);
61 printf("\"%s\" is not a known hash algorithm.\n", hash_algorithm);
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/
H A Dracoon.conf20 hash_algorithm sha1;
/external/ipsec-tools/src/racoon/samples/roadwarrior/server/
H A Dracoon.conf18 hash_algorithm sha1;
/external/ipsec-tools/src/racoon/
H A 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;
H A Dalgorithm.h140 struct hash_algorithm { struct
H A Dcftoken.l373 <S_RMTP>hash_algorithm { YYD; yylval.num = algclass_isakmp_hash; return(ALGORITHM_CLASS); }
/external/avb/
H A Davbtool1192 hash_algorithm: Hash algorithm used.
1233 self.hash_algorithm, partition_name_len, salt_len,
1242 self.hash_algorithm = self.hash_algorithm.split('\0', 1)[0]
1252 if root_digest_len != len(hashlib.new(name=self.hash_algorithm).digest()):
1265 self.hash_algorithm = ''
1288 o.write(' Hash Algorithm: {}\n'.format(self.hash_algorithm))
1310 self.fec_offset, self.fec_size, self.hash_algorithm,
1332 digest_size = len(hashlib.new(name=self.hash_algorithm).digest())
1338 self.hash_algorithm, sel
[all...]
/external/conscrypt/common/src/jni/main/cpp/
H A DNativeCrypto.cpp8256 CBS hash_algorithm, hash; local
8257 if (!CBS_get_asn1(cert_id, &hash_algorithm, CBS_ASN1_SEQUENCE) ||
8258 !CBS_get_asn1(&hash_algorithm, &hash, CBS_ASN1_OBJECT)) {

Completed in 254 milliseconds