Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rsa/
Dcc_rsa_verify.c193 ccmWorkingContext_ptr->doHash = true; /* for actual Hash modes */ in CC_RsaVerifyInit()
195 ccmWorkingContext_ptr->doHash = false; in CC_RsaVerifyInit()
199 if (ccmWorkingContext_ptr->doHash) { in CC_RsaVerifyInit()
346 if (ccmWorkingContext_ptr->doHash) { in CC_RsaVerifyUpdate()
468 if (ccmWorkingContext_ptr->doHash) { in CC_RsaVerifyFinish()
Dcc_rsa_sign.c184 ccmWorkingContext_ptr->doHash = true; /* for actual Hash modes */ in CC_RsaSignInit()
186 ccmWorkingContext_ptr->doHash = false; in CC_RsaSignInit()
190 if (ccmWorkingContext_ptr->doHash) { in CC_RsaSignInit()
337 if (ccmWorkingContext_ptr->doHash) { in CC_RsaSignUpdate()
478 if (ccmWorkingContext_ptr->doHash) { in CC_RsaSignFinish()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_rsa_types.h410 bool doHash; member
490 bool doHash; member