Home
last modified time | relevance | path

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

/rk3399_ARM-atf/tools/cert_create/src/
H A Dext.c29 } HASH; typedef
31 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()
/rk3399_ARM-atf/lib/compiler-rt/builtins/
H A Dassembly.h243 #define HASH # macro
244 #define FUNC_SYMBOL(name) STR(GLUE2(HASH, name))
/rk3399_ARM-atf/docs/
H A Dchange-log.md332 …- 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 struct
11038 - st/stm32_hash: Add HASH driver