Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/
Drun_integration_ecies.c70 size_t cipherDataSize = MBEDTLS_ECIES_MAX_CIPHER_LEN_BYTES; in runIt_eciesRandom() local
127 &cipherDataSize, in runIt_eciesRandom()
133 RUNIT_PRINT_BUF(pCipher, cipherDataSize, "pCipher"); in runIt_eciesRandom()
141 cipherDataSize, in runIt_eciesRandom()
208 size_t cipherDataSize = MBEDTLS_ECIES_MAX_CIPHER_LEN_BYTES; in runIt_eciesVector() local
262 &cipherDataSize, in runIt_eciesVector()
268 RUNIT_PRINT_BUF(pCipher, cipherDataSize, "pCipher"); in runIt_eciesVector()
276 cipherDataSize, in runIt_eciesVector()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_wrst/
Dcc_ecies.c376 size_t cipherDataSize, /*in*/ in CC_EciesKemDecrypt() argument
447 cipherDataSize, /*in*/ in CC_EciesKemDecrypt()
459 &((uint8_t*)&pTempBuff->zz)[cipherDataSize], /*out*/ in CC_EciesKemDecrypt()
467 pKdfData = &((uint8_t*)&pTempBuff->zz)[cipherDataSize]; in CC_EciesKemDecrypt()
471 kdfDataSize = cipherDataSize + modSizeInBytes; in CC_EciesKemDecrypt()
474 cipherDataSize); in CC_EciesKemDecrypt()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/
Dmbedtls_cc_ecies.c443 size_t cipherDataSize, in mbedtls_ecies_kem_decrypt() argument
552 cipherDataSize, /*in*/ in mbedtls_ecies_kem_decrypt()
563 &((uint8_t*) &pTempBuff->zz)[cipherDataSize], /*out*/ in mbedtls_ecies_kem_decrypt()
572 pKdfData = &((uint8_t*) &pTempBuff->zz)[cipherDataSize]; in mbedtls_ecies_kem_decrypt()
578 kdfDataSize = cipherDataSize + modSizeInBytes; in mbedtls_ecies_kem_decrypt()
580 CC_PalMemCopy((uint8_t* )&pTempBuff->zz, pCipherData, cipherDataSize); in mbedtls_ecies_kem_decrypt()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/
Dmbedtls_cc_ecies.h160 size_t cipherDataSize,