Searched refs:pCipherDataSize (Results 1 – 3 of 3) sorted by relevance
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_wrst/ |
D | cc_ecies.c | 127 size_t *pCipherDataSize, /*in/out*/ in EciesKemEncrypt() argument 200 if (pCipherDataSize == NULL) in EciesKemEncrypt() 223 if (*pCipherDataSize < 2*modSizeInBytes + 1) in EciesKemEncrypt() 252 pCipherDataSize); /*in/out*/ /* Number of Bytes that were copied to zz*/ in EciesKemEncrypt() 262 …&((uint8_t*)&pTempBuff->zz)[*pCipherDataSize], /*out*/ /* Next available space in zz where the (SV… in EciesKemEncrypt() 273 pKdfData = &((uint8_t*)&pTempBuff->zz)[*pCipherDataSize]; in EciesKemEncrypt() 277 kdfDataSize = *pCipherDataSize + modSizeInBytes; in EciesKemEncrypt() 293 CC_PalMemCopy(pCipherData, pTempBuff->zz, *pCipherDataSize); in EciesKemEncrypt() 297 *pCipherDataSize = 0; in EciesKemEncrypt()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/ |
D | mbedtls_cc_ecies.h | 44 pCipherData, pCipherDataSize, pBuff, buffLen, \ argument 48 (pCipherData), (pCipherDataSize), (pBuff), (buffLen), \ 110 size_t *pCipherDataSize,
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/ |
D | mbedtls_cc_ecies.c | 175 size_t *pCipherDataSize, in mbedtls_ecies_kem_encrypt_full() argument 234 if (pCipherDataSize == NULL) in mbedtls_ecies_kem_encrypt_full() 300 if (*pCipherDataSize < 2 * modSizeInBytes + 1) in mbedtls_ecies_kem_encrypt_full() 302 …CC_PAL_LOG_ERR("Error - size mismatch dataSize[%u] keyDataSize[%u]\n", *pCipherDataSize, 2 * modSi… in mbedtls_ecies_kem_encrypt_full() 369 … pCipherDataSize); /*in/out*//* Number of Bytes that were copied to zz*/ in mbedtls_ecies_kem_encrypt_full() 381 …&((uint8_t*) &pTempBuff->zz)[*pCipherDataSize], /*out*//* Next available space in zz where the (SV… in mbedtls_ecies_kem_encrypt_full() 395 pKdfData = &((uint8_t*) &pTempBuff->zz)[*pCipherDataSize]; in mbedtls_ecies_kem_encrypt_full() 401 kdfDataSize = *pCipherDataSize + modSizeInBytes; in mbedtls_ecies_kem_encrypt_full() 419 CC_PalMemCopy(pCipherData, pTempBuff->zz, *pCipherDataSize); in mbedtls_ecies_kem_encrypt_full() 425 *pCipherDataSize = 0; in mbedtls_ecies_kem_encrypt_full()
|