Home
last modified time | relevance | path

Searched refs:mHash (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/crypto_driver/
Drsa_verify.c34 … CCHashResult_t mHash, /* [in] SHA256 hash of the message (32 bytes). */ in RSA_PSS_Decode() argument
58 if(mHash == NULL || pEncodedMsg == NULL || pVerifyStat == NULL) { in RSA_PSS_Decode()
134 UTIL_MemCopy(&pEncodedMsg[RSA_PSS_PAD1_LEN], (uint8_t*)mHash, HASH_RESULT_SIZE_IN_BYTES); in RSA_PSS_Decode()
176 … CCHashResult_t mHash, /* [in] Pointer to the SHA256 hash of the message. */ in RSA_PSS_Verify() argument
201 mHash, /*32 bytes*/ in RSA_PSS_Verify()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/platform/stage/rt/cc3x/
Dsecureboot_stage_defs.h54 #define _RSA_PSS_Verify(hwBaseAddress, mHash, pN, pNp, pSign) \ argument
55 SBRT_RSA_PSS_Verify(hwBaseAddress, mHash, pN, pNp, pSign)
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/cc3x_lib/
Dsbrt_int_func.h44 … CCHashResult_t mHash, /* [in] Pointer to the SHA256 hash of the message. */
Dsbrt_int_func.c129 … CCHashResult_t mHash, /* [in] Pointer to the SHA256 hash of the message. */ in SBRT_RSA_PSS_Verify() argument
156 error = RSA_PSS_Verify(hwBaseAddress, mHash, pN, pNp, pSign); in SBRT_RSA_PSS_Verify()