Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_edw/
Dcc_ec_edw.c46 uint32_t ecEdwSignSizeBytes = 2*ecEdwKeySizeBytes; in CC_EcEdwSign() local
64 *pSignSize < ecEdwSignSizeBytes) { in CC_EcEdwSign()
116 uint32_t ecEdwSignSizeBytes = 2*ecEdwSizeBytes; in CC_EcEdwVerify() local
125 if(signSize != ecEdwSignSizeBytes ) { in CC_EcEdwVerify()