Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/
Dcc_bitops.h54 #ifndef ALIGN_TO_4BYTES
55 #define ALIGN_TO_4BYTES(x) (((unsigned long)(x) + (CC_32BIT_WORD_SIZE-1)) & ~(CC_32BIT_WORD_SI… macro
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/x509_cert_parser/
Dcc3x_sb_x509_parser.c204 certSizeFullWords = ALIGN_TO_4BYTES(asn1DataCert1.itemSize); in CCCertLoadCertificate()
362 certSizeFullWords = ALIGN_TO_4BYTES(asn1DataCert1.itemSize); in CCCertGetUnsignedDataOffset()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/x509cert_lib/
Dmain.c828 addDataSize = ALIGN_TO_4BYTES(addDataSize); in SBU_x509_BuildCertPkg()
830 gCertSize = ALIGN_TO_4BYTES(gCertSize); in SBU_x509_BuildCertPkg()