Home
last modified time | relevance | path

Searched defs:pBuff (Results 1 – 11 of 11) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/
Drun_integration_flash.c109 RunItError_t runIt_flashWrite(uint32_t addr, uint8_t* pBuff, size_t len) in runIt_flashWrite()
125 RunItError_t runIt_flashRead(uint32_t addr, uint8_t* pBuff, size_t len) in runIt_flashRead()
Drun_integration_helper.c24 void runIt_buffAlign32(uint8_t* pBuff, uint32_t **ppBuffAligned, uint32_t wantedBuffSize, const cha… in runIt_buffAlign32()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/common/
Dapplet_list.c33 uint8_t getLoadedApplets(IN_PARAM int fd , OUT_PARAM uint8_t *pBuff) in getLoadedApplets()
126 uint8_t unloadApplet(IN_PARAM int fd , OUT_PARAM uint8_t *pBuff,uint8_t slotId) in unloadApplet()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/cc3x_productionlib/cmpu/
Dcmpu_llf_rnd.c63 uint32_t CC_PROD_LLF_RND_VerifyGeneration(uint8_t *pBuff) in CC_PROD_LLF_RND_VerifyGeneration()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/
Dmbedtls_cc_ecies.h44 pCipherData, pCipherDataSize, pBuff, buffLen, \ argument
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/
Dmbedtls_cc_ecies.c176 void *pBuff, in mbedtls_ecies_kem_encrypt_full()
446 void *pBuff, in mbedtls_ecies_kem_decrypt()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/utils/src/common/
Dcommon_crypto_encode.c39 int32_t CC_CommonBase64Encode(uint8_t *pBuff, in CC_CommonBase64Encode()
Dcommon_sb_ops.c152 void reverseBuff( uint8_t *pBuff , uint32_t size ) in reverseBuff()
Dcommon_crypto_sym.c173 int8_t *pBuff, in CC_CommonAesCbcMacEncrypt()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/cc3x_productionlib/common/
Dprod_util.c139 uint32_t CC_PROD_GetZeroCount(uint32_t *pBuff, in CC_PROD_GetZeroCount()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/platform/stage/rt/cc3x/
Dsecureboot_stage_defs.h42 #define UTIL_MemSet(pBuff, val, size ) \ argument
48 #define UTIL_ReverseBuff(pBuff, size) \ argument