Searched refs:HASH (Results 1 – 3 of 3) sorted by relevance
29 } HASH; typedef31 ASN1_SEQUENCE(HASH) = {32 ASN1_SIMPLE(HASH, hashAlgorithm, X509_ALGOR),33 ASN1_SIMPLE(HASH, dataHash, ASN1_OCTET_STRING),34 } ASN1_SEQUENCE_END(HASH)36 DECLARE_ASN1_FUNCTIONS(HASH)37 IMPLEMENT_ASN1_FUNCTIONS(HASH)185 HASH *hash; in ext_new_hash()
243 #define HASH # macro244 #define FUNC_SYMBOL(name) STR(GLUE2(HASH, name))
332 …- add HASH and RNG compilation ([27b4244](https://review.trustedfirmware.org/plugins/gitiles/TF-A/…1252 …- resolve MISRA warning in HASH ([84ebe2a](https://review.trustedfirmware.org/plugins/gitiles/TF-A…6956 …- remove BL32 HASH driver usage ([6b5fc19](https://review.trustedfirmware.org/plugins/gitiles/TF-A…6957 …- update HASH for new hardware version used in STM32MP13 ([68039f2](https://review.trustedfirmware…7546 …- support ECDSA HASH Signing ([6925410](https://review.trustedfirmware.org/plugins/gitiles/TF-A/tr…7547 …- support ECDSA HASH Verification ([7e25eb8](https://review.trustedfirmware.org/plugins/gitiles/TF…10165 - Used preallocated parts of the HASH struct to avoid leaking HASH struct11038 - st/stm32_hash: Add HASH driver