Home
last modified time | relevance | path

Searched refs:backupSize (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/cc_mng/
Dmbedtls_cc_mng.h298 size_t backupSize
313 size_t backupSize
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/cc_mng/
Dmbedtls_cc_mng.c731 int mbedtls_mng_suspend(uint8_t *pBackupBuffer, size_t backupSize) in mbedtls_mng_suspend() argument
738 ((backupSize <= 0) || (backupSize < CC_MNG_MIN_BACKUP_SIZE_IN_BYTES)) ){ in mbedtls_mng_suspend()
797 int mbedtls_mng_resume(uint8_t *pBackupBuffer, size_t backupSize) in mbedtls_mng_resume() argument
803 ((backupSize <= 0) || (backupSize < CC_MNG_MIN_BACKUP_SIZE_IN_BYTES)) ){ in mbedtls_mng_resume()