Home
last modified time | relevance | path

Searched refs:hash_id (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/board/freescale/common/
Dfsl_validate.c629 u8 *hash_id, *separator; in construct_img_encoded_hash_second() local
639 hash_id = digest - sizeof(hash_identifier); in construct_img_encoded_hash_second()
640 separator = hash_id - 1; in construct_img_encoded_hash_second()
649 memcpy(hash_id, hash_identifier, sizeof(hash_identifier)); in construct_img_encoded_hash_second()
/external/epid-sdk/epid/common/math/src/
Decgroup.c1075 IppHashAlgId hash_id; in EcHash() local
1091 hash_id = ippHashAlg_SHA256; in EcHash()
1093 hash_id = ippHashAlg_SHA384; in EcHash()
1095 hash_id = ippHashAlg_SHA512; in EcHash()
1097 hash_id = ippHashAlg_SHA512_256; in EcHash()
1108 g->ipp_ec, hash_id, g->scratch_buffer); in EcHash()
Dfinitefield.c1218 IppHashAlgId hash_id; in FfHash() local
1237 hash_id = ippHashAlg_SHA256; in FfHash()
1239 hash_id = ippHashAlg_SHA384; in FfHash()
1241 hash_id = ippHashAlg_SHA512; in FfHash()
1243 hash_id = ippHashAlg_SHA512_256; in FfHash()
1252 hash_id); in FfHash()