Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rsa/
Dcc_rsa_build.c454 size_t dPSize, in CC_RsaPrivKeyCrtBuild() argument
519 if (dPSize > PSize || in CC_RsaPrivKeyCrtBuild()
528 CC_CommonCmpMsbUnsignedCounters(dP_ptr, dPSize, P_ptr, PSize); in CC_RsaPrivKeyCrtBuild()
573 …mmonConvertMsbLsbBytesToLswMswWords(PrivKey_ptr->PriveKeyDb.Crt.dP, buffSizeBytes, dP_ptr, dPSize); in CC_RsaPrivKeyCrtBuild()
602 CC_CommonGetWordsCounterEffectiveSizeInBits(PrivKey_ptr->PriveKeyDb.Crt.dP, (dPSize+3)/4); in CC_RsaPrivKeyCrtBuild()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_rsa_build.h82 …size_t dPSize, /*!< [in] The size of the first factor's CRT exponent (…
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Drsa_alt.c1267 size_t dPSize; in build_cc_priv_crt_key() local
1291 dPSize = mbedtls_mpi_size(&ctx->MBEDTLS_PRIVATE(DP)); in build_cc_priv_crt_key()
1303 if (dPSize > PSize || in build_cc_priv_crt_key()
1345 …CC_PalMemCopy(PrivKey_ptr->PriveKeyDb.Crt.dP, ctx->MBEDTLS_PRIVATE(DP).MBEDTLS_PRIVATE(p), dPSize); in build_cc_priv_crt_key()
1361 CC_CommonGetWordsCounterEffectiveSizeInBits(PrivKey_ptr->PriveKeyDb.Crt.dP, (dPSize+3)/4); in build_cc_priv_crt_key()