Searched refs:pSignUserContext (Results 1 – 4 of 4) sorted by relevance
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_wrst/ |
| D | cc_ecdsa_sign.c | 80 CEXPORT_C CCError_t EcdsaSignInit(CCEcdsaSignUserContext_t *pSignUserContext, /*in/out*/ in EcdsaSignInit() argument 96 pWorkingContext = (EcdsaSignContext_t*)&pSignUserContext->context_buff; in EcdsaSignInit() 102 if (pSignUserContext == NULL){ in EcdsaSignInit() 164 pSignUserContext->valid_tag = CC_ECDSA_SIGN_CONTEXT_VALIDATION_TAG; in EcdsaSignInit() 174 CC_PalMemSetZero(pSignUserContext, sizeof(CCEcdsaSignUserContext_t)); in EcdsaSignInit() 211 CCEcdsaSignUserContext_t *pSignUserContext, /*in/out*/ in EcdsaSignUpdate() argument 226 pWorkingContext = (EcdsaSignContext_t*)&pSignUserContext->context_buff; in EcdsaSignUpdate() 232 if (pSignUserContext == NULL){ in EcdsaSignUpdate() 237 if (pSignUserContext->valid_tag != CC_ECDSA_SIGN_CONTEXT_VALIDATION_TAG) { in EcdsaSignUpdate() 283 CC_PalMemSetZero(pSignUserContext, sizeof(CCEcdsaSignUserContext_t)); in EcdsaSignUpdate() [all …]
|
| D | cc_ecpki_local.h | 81 …CCEcdsaSignUserContext_t *pSignUserContext, /*!< [in/out] A pointer to the user buffer for sig… 103 …CCEcdsaSignUserContext_t *pSignUserContext, /*!< [in/out] The pointer to the user buffer for s… 125 …CCEcdsaSignUserContext_t *pSignUserContext, /*!< [in] A pointer to the user buffer for si… 151 #define EcdsaSignFinish(pSignUserContext, pRndContext, pSignatureOut, pSignatureOutSize) \ argument 152 EcdsaSignFinishInt((pSignUserContext), (pRndContext), (pSignatureOut), (pSignatureOutSize), 1, NULL)
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/ |
| D | cc_ecpki_ecdsa.h | 52 …CCEcdsaSignUserContext_t *pSignUserContext, /*!< [in/out] Pointer to the user buffer for signi…
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/ |
| D | cc3xx_psa_asymmetric_signature.c | 151 CCEcdsaSignUserContext_t pSignUserContext; in cc3xx_internal_ecdsa_sign() local 163 pWorkingContext = (EcdsaSignContext_t *)&pSignUserContext.context_buff; in cc3xx_internal_ecdsa_sign() 235 CC_EcdsaSign(&rnd_ctx, &pSignUserContext, &pUserPrivKey, hash_mode, in cc3xx_internal_ecdsa_sign()
|