Searched refs:pSignerPrivKey (Results 1 – 3 of 3) sorted by relevance
81 CCEcpkiUserPrivKey_t *pSignerPrivKey, /*in*/ in EcdsaSignInit() argument107 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() argument550 err = EcdsaSignInit( pSignUserContext, pSignerPrivKey, hashMode ); in CC_EcdsaSign()
82 …CCEcpkiUserPrivKey_t *pSignerPrivKey, /*!< [in] A pointer to the private key that is us…
53 …CCEcpkiUserPrivKey_t *pSignerPrivKey, /*!< [in] A pointer to a user private key structu…