Searched refs:KS_Read (Results 1 – 2 of 2) sorted by relevance
| /hal_nuvoton-latest/m46x/StdDriver/src/ |
| D | keystore.c | 74 if(KS_Read(KS_FLASH, 0, au32Key, 8) < 0) in KS_Open() 82 if(KS_Read(KS_SRAM, 0, au32Key, 8) < 0) in KS_Open() 108 int32_t KS_Read(KS_MEM_Type eType, int32_t i32KeyIdx, uint32_t au32Key[], uint32_t u32WordCnt) in KS_Read() function 542 if(KS_Read(KS_FLASH, 0, au32Key, 8) < 0) in KS_EraseAll() 550 if(KS_Read(KS_SRAM, 0, au32Key, 8) < 0) in KS_EraseAll()
|
| /hal_nuvoton-latest/m46x/StdDriver/inc/ |
| D | keystore.h | 119 int32_t KS_Read(KS_MEM_Type type, int32_t i32KeyIdx, uint32_t au32Key[], uint32_t u32WordCnt);
|