Home
last modified time | relevance | path

Searched refs:pSignSize (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_edw/
Dcc_ec_edw.c34 … size_t *pSignSize, /*!< [in/out] Pointer to the total size of the signature ; in CC_EcEdwSign() argument
51 if (pSign == NULL || pSignSize == NULL || in CC_EcEdwSign()
64 *pSignSize < ecEdwSignSizeBytes) { in CC_EcEdwSign()
80 *pSignSize = 2*ecEdwKeySizeBytes; in CC_EcEdwSign()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/
Dcc_ec_edw_api.h80 … size_t *pSignSize, /*!< [in/out] Pointer to the total size of the signature ;