Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/
Dmbedtls_cc_ecies.h44 pCipherData, pCipherDataSize, pBuff, buffLen, \ argument
48 (pCipherData), (pCipherDataSize), (pBuff), (buffLen), \
106 uint8_t *pCipherData,
158 uint8_t *pCipherData,
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_wrst/
Dcc_ecies.c126 uint8_t *pCipherData, /*out*/ in EciesKemEncrypt() argument
197 if (pCipherData == NULL) in EciesKemEncrypt()
293 CC_PalMemCopy(pCipherData, pTempBuff->zz, *pCipherDataSize); in EciesKemEncrypt()
375 uint8_t *pCipherData, /*in*/ in CC_EciesKemDecrypt() argument
421 if (pCipherData == NULL) in CC_EciesKemDecrypt()
446 pCipherData, /*in - ephem. publ.key data*/ in CC_EciesKemDecrypt()
473 CC_PalMemCopy((uint8_t*)&pTempBuff->zz, pCipherData, in CC_EciesKemDecrypt()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/
Dmbedtls_cc_chacha_poly.c34 uint8_t *pCipherData = NULL; in mbedtls_chacha_poly() local
54 pCipherData = pDataOut; in mbedtls_chacha_poly()
56 pCipherData = pDataIn; in mbedtls_chacha_poly()
81 rc = PolyMacCalc(polyKey, pAddData, addDataSize, pCipherData, dataInSize, polyMac, true); in mbedtls_chacha_poly()
Dmbedtls_cc_ecies.c174 uint8_t *pCipherData, in mbedtls_ecies_kem_encrypt_full() argument
231 if (pCipherData == NULL) in mbedtls_ecies_kem_encrypt_full()
419 CC_PalMemCopy(pCipherData, pTempBuff->zz, *pCipherDataSize); in mbedtls_ecies_kem_encrypt_full()
442 uint8_t *pCipherData, in mbedtls_ecies_kem_decrypt() argument
490 if (pCipherData == NULL) in mbedtls_ecies_kem_decrypt()
551 pCipherData, /*in - ephem. publ.key data*/ in mbedtls_ecies_kem_decrypt()
580 CC_PalMemCopy((uint8_t* )&pTempBuff->zz, pCipherData, cipherDataSize); in mbedtls_ecies_kem_decrypt()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Dchachapoly_alt.c117 const uint8_t *pCipherData = NULL; in chachapoly_crypt_and_tag() local
124 pCipherData = output; in chachapoly_crypt_and_tag()
126 pCipherData = input; in chachapoly_crypt_and_tag()
149 rc = PolyMacCalc(polyKey, aad, aad_len, pCipherData, length, polyMac, true); in chachapoly_crypt_and_tag()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/cc3x_productionlib/common/
Dprod_crypto_driver.h33 uint8_t *pCipherData,
Dprod_crypto_driver.c43 uint8_t *pCipherData, in CC_PROD_AesCcmDecrypt() argument
72 pCipherData, pPlainBuff, in CC_PROD_AesCcmDecrypt()