Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_wrst/
Dcc_ecdsa_sign.c81 CCEcpkiUserPrivKey_t *pSignerPrivKey, /*in*/ in EcdsaSignInit() argument
107 if (pSignerPrivKey == NULL){ in EcdsaSignInit()
118 if (pSignerPrivKey->valid_tag != CC_ECPKI_PRIV_KEY_VALIDATION_TAG){ in EcdsaSignInit()
161 …CC_PalMemCopy(&pWorkingContext->ECDSA_SignerPrivKey, pSignerPrivKey, sizeof(CCEcpkiUserPrivKey_t)); in EcdsaSignInit()
534 CCEcpkiUserPrivKey_t *pSignerPrivKey, /*in*/ in CC_EcdsaSign() argument
550 err = EcdsaSignInit( pSignUserContext, pSignerPrivKey, hashMode ); in CC_EcdsaSign()
Dcc_ecpki_local.h82 …CCEcpkiUserPrivKey_t *pSignerPrivKey, /*!< [in] A pointer to the private key that is us…
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_ecpki_ecdsa.h53 …CCEcpkiUserPrivKey_t *pSignerPrivKey, /*!< [in] A pointer to a user private key structu…