cryptocell-312-runtime icon indicating copy to clipboard operation
cryptocell-312-runtime copied to clipboard

CryptoCell 312 runtime code

Results 4 cryptocell-312-runtime issues
Sort by recently updated
recently updated
newest added

https://github.com/ARM-software/cryptocell-312-runtime/blob/master/codesafe/src/mbedtls_api/rsa_alt.c#L2257 ``` Cleanup: if ( Error != CC_OK ) { mbedtls_zeroize_internal(output, ctx->len); } ``` The length of the output is specified by the caller via the `output_max_len` parameter. Should this...

Hi, I have the following questions: 1. How can I build cryptocell-312-runtime (https://github.com/ARM-software/cryptocell-312-runtime.git) for MacOS? 2. In the build setup, according to the document, I need to set KERNEL_DIR. This...

Hello, which MPS2+ images (AN###) are referenced under ./shared/hw/include/? It would be good to know the AN### number to get further information about the image. Thank every one for help.

Build runtime library with below command: % export ARM_CPU=cortex-m33 % export COMPILER_TYPE=armclang % cd cryptocell-rt % ./prepare_mbedtls.sh clone % ./prepare_mbedtls.sh lib % cd – % make -C cryptocell-312-runtime/host/src ARM_CPU=$ARM_CPU We...