Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Decdsa_edwards.c75 uint32_t *pFuncTemp; in mbedtls_ecdsa_genkey_edwards() local
116 pFuncTemp = (uint32_t*)pTempBuff + CALC_32BIT_WORDS_FROM_BYTES(ecEdwOrderSizeBytes); in mbedtls_ecdsa_genkey_edwards()
117 pPrivKey = (uint8_t*)pFuncTemp + sizeof( CCEcEdwTempBuff_t ); in mbedtls_ecdsa_genkey_edwards()
131 (uint32_t*)pFuncTemp); in mbedtls_ecdsa_genkey_edwards()