Searched defs:i32KeyIdx (Results 1 – 2 of 2) sorted by relevance
| /hal_nuvoton-latest/m46x/StdDriver/src/ |
| D | keystore.c | 108 int32_t KS_Read(KS_MEM_Type eType, int32_t i32KeyIdx, uint32_t au32Key[], uint32_t u32WordCnt) in KS_Read() 344 int32_t KS_EraseKey(int32_t i32KeyIdx) in KS_EraseKey() 395 int32_t KS_EraseOTPKey(int32_t i32KeyIdx) in KS_EraseOTPKey() 447 int32_t KS_LockOTPKey(int32_t i32KeyIdx) in KS_LockOTPKey() 575 int32_t KS_RevokeKey(KS_MEM_Type eType, int32_t i32KeyIdx) in KS_RevokeKey() 702 int32_t KS_WriteOTP(int32_t i32KeyIdx, uint32_t u32Meta, uint32_t au32Key[]) in KS_WriteOTP()
|
| D | crypto.c | 235 void AES_SetKey_KS(CRPT_T *crpt, KS_MEM_Type mem, int32_t i32KeyIdx) in AES_SetKey_KS() 1204 …ePublicKey_KS(CRPT_T *crpt, E_ECC_CURVE ecc_curve, KS_MEM_Type mem, int32_t i32KeyIdx, char public… in ECC_GeneratePublicKey_KS() 1426 …ateSecretZ_KS(CRPT_T *crpt, E_ECC_CURVE ecc_curve, KS_MEM_Type mem, int32_t i32KeyIdx, char public… in ECC_GenerateSecretZ_KS()
|