Home
last modified time | relevance | path

Searched refs:RSA_KEY_LENGTH (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0-tcl/include/twl/os/common/
Dformat_rom_certificate.h26 #define RSA_KEY_LENGTH ( 1024 / 8 ) // RSA public key length macro
41 u8 reserved[ ROM_CERT_SIGN_OFFSET - sizeof(RomCertificateHeader) - RSA_KEY_LENGTH ];
42 u8 pubKeyMod[ RSA_KEY_LENGTH ];
43 u8 sign[ RSA_KEY_LENGTH ];
Dformat_rom.h401 …ved_D[4 * 1024 - sizeof(ROM_Header_Short) - sizeof(RomCertificate) - RSA_KEY_LENGTH ]; // Re…
411 …u8 signature[ RSA_KEY_LENGTH ]; // The state where RSA encryption is applied to Signat…