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/ |
D | rsa_verify.c | 34 … 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/ |
D | secureboot_stage_defs.h | 54 #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/ |
D | sbrt_int_func.h | 44 … CCHashResult_t mHash, /* [in] Pointer to the SHA256 hash of the message. */
|
D | sbrt_int_func.c | 129 … 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()
|