-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAUTOSAR-4.2.2.json
8268 lines (8268 loc) · 321 KB
/
AUTOSAR-4.2.2.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"1" : {
"abbreviation" : "Os(not used asAPI prefix)",
"services" : {
"0" : {
"name" : "GetApplicationID",
"param" : 0,
"proto" : "ApplicationType GetApplicationID();"
},
"1" : {
"name" : "GetISRID",
"param" : 0,
"proto" : "ISRType GetISRID();"
},
"10" : {
"name" : "NextScheduleTable",
"param" : 2,
"proto" : "StatusType NextScheduleTable(ScheduleTableType ScheduleTableID_From,ScheduleTableType ScheduleTableID_To);"
},
"11" : {
"name" : "StartScheduleTableSynchron",
"param" : 1,
"proto" : "StatusType StartScheduleTableSynchron(ScheduleTableType ScheduleTableID);"
},
"12" : {
"name" : "SyncScheduleTable",
"param" : 2,
"proto" : "StatusType SyncScheduleTable(ScheduleTableType ScheduleTableID,TickType Value);"
},
"13" : {
"name" : "SetScheduletableAsync",
"param" : 1,
"proto" : "StatusType SetScheduletableAsync(ScheduleTableType ScheduleTableID);"
},
"14" : {
"name" : "GetScheduleTableStatus",
"param" : 2,
"proto" : "StatusType GetScheduleTableStatus(ScheduleTableType ScheduleTableID,ScheduleTableStatusRefType ScheduleStatus);"
},
"15" : {
"name" : "IncrementCounter",
"param" : 1,
"proto" : "StatusType IncrementCounter(CounterType CounterID);"
},
"16" : {
"name" : "GetCounterValue",
"param" : 2,
"proto" : "StatusType GetCounterValue(CounterType CounterID,TickRefType Value);"
},
"17" : {
"name" : "GetElapsedValue",
"param" : 3,
"proto" : "StatusType GetElapsedValue(CounterType CounterID,TickRefType Value,TickRefType ElapsedValue);"
},
"18" : {
"name" : "TerminateApplication",
"param" : 2,
"proto" : "StatusType TerminateApplication(ApplicationType Application,RestartType RestartOption);"
},
"19" : {
"name" : "AllowAccess",
"param" : 0,
"proto" : "StatusType AllowAccess();"
},
"2" : {
"name" : "CallTrustedFunction",
"param" : 2,
"proto" : "StatusType CallTrustedFunction(TrustedFunctionIndexType FunctionIndex,TrustedFunctionParameterRefType FunctionParams);"
},
"20" : {
"name" : "GetApplicationState",
"param" : 2,
"proto" : "StatusType GetApplicationState(ApplicationType Application,ApplicationStateRefType Value);"
},
"21" : {
"name" : "GetNumberOfActivatedCores",
"param" : 0,
"proto" : "uint32 GetNumberOfActivatedCores();"
},
"22" : {
"name" : "GetCoreID",
"param" : 0,
"proto" : "CoreIdType GetCoreID();"
},
"23" : {
"name" : "StartCore",
"param" : 2,
"proto" : "void StartCore(CoreIdType CoreID,StatusType* Status);"
},
"24" : {
"name" : "StartNonAutosarCore",
"param" : 2,
"proto" : "void StartNonAutosarCore(CoreIdType CoreID,StatusType* Status);"
},
"25" : {
"name" : "GetSpinlock",
"param" : 1,
"proto" : "StatusType GetSpinlock(SpinlockIdType SpinlockId);"
},
"26" : {
"name" : "ReleaseSpinlock",
"param" : 1,
"proto" : "StatusType ReleaseSpinlock(SpinlockIdType SpinlockId);"
},
"27" : {
"name" : "TryToGetSpinlock",
"param" : 2,
"proto" : "StatusType TryToGetSpinlock(SpinlockIdType SpinlockId,TryToGetSpinlockType* Success);"
},
"28" : {
"name" : "ShutdownAllCores",
"param" : 1,
"proto" : "void ShutdownAllCores(StatusType Error);"
},
"29" : {
"name" : "ControlIdle",
"param" : 2,
"proto" : "StatusType ControlIdle(CoreIdType CoreID,IdleModeType IdleMode);"
},
"3" : {
"name" : "CheckISRMemoryAccess",
"param" : 3,
"proto" : "AccessType CheckISRMemoryAccess(ISRType ISRID,MemoryStartAddressType Address,MemorySizeType Size);"
},
"30" : {
"name" : "IocSend__IocId_[__SenderId_]",
"param" : 1,
"proto" : "Std_ReturnType IocSend__IocId_[__SenderId_](_Data_ IN);"
},
"31" : {
"name" : "IocWrite__IocId_[__SenderId_]",
"param" : 1,
"proto" : "Std_ReturnType IocWrite__IocId_[__SenderId_](_Data_ IN);"
},
"32" : {
"name" : "IocSendGroup__IocId_",
"param" : 3,
"proto" : "Std_ReturnType IocSendGroup__IocId_(_Data1_ IN1,_Data2_ IN2,...);"
},
"33" : {
"name" : "IocWriteGroup__IocId_",
"param" : 3,
"proto" : "Std_ReturnType IocWriteGroup__IocId_(_Data1_ IN1,_Data2_ IN2,...);"
},
"34" : {
"name" : "IocReceive__IocId_",
"param" : 1,
"proto" : "Std_ReturnType IocReceive__IocId_(_Data_ OUT);"
},
"35" : {
"name" : "IocRead__IocId_",
"param" : 1,
"proto" : "Std_ReturnType IocRead__IocId_(_Data_ OUT);"
},
"36" : {
"name" : "IocReceiveGroup__IocId_",
"param" : 3,
"proto" : "Std_ReturnType IocReceiveGroup__IocId_(_Data1_ OUT1,_Data2_ OUT2,...);"
},
"37" : {
"name" : "IocReadGroup__IocId_",
"param" : 3,
"proto" : "Std_ReturnType IocReadGroup__IocId_(_Data1_ OUT1,_Data2_ OUT2,...);"
},
"38" : {
"name" : "IocEmptyQueue__IocId_",
"param" : 0,
"proto" : "Std_ReturnType IocEmptyQueue__IocId_();"
},
"39" : {
"name" : "GetCurrentApplicationID",
"param" : 0,
"proto" : "ApplicationType GetCurrentApplicationID();"
},
"4" : {
"name" : "CheckTaskMemoryAccess",
"param" : 3,
"proto" : "AccessType CheckTaskMemoryAccess(TaskType TaskID,MemoryStartAddressType Address,MemorySizeType Size);"
},
"5" : {
"name" : "CheckObjectAccess",
"param" : 4,
"proto" : "ObjectAccessType CheckObjectAccess(ApplicationType ApplID,ObjectTypeType ObjectType,void ...);"
},
"6" : {
"name" : "CheckObjectOwnership",
"param" : 3,
"proto" : "ApplicationType CheckObjectOwnership(ObjectTypeType ObjectType,void ...);"
},
"7" : {
"name" : "StartScheduleTableRel",
"param" : 2,
"proto" : "StatusType StartScheduleTableRel(ScheduleTableType ScheduleTableID,TickType Offset);"
},
"8" : {
"name" : "StartScheduleTableAbs",
"param" : 2,
"proto" : "StatusType StartScheduleTableAbs(ScheduleTableType ScheduleTableID,TickType Start);"
},
"9" : {
"name" : "StopScheduleTable",
"param" : 1,
"proto" : "StatusType StopScheduleTable(ScheduleTableType ScheduleTableID);"
}
}
},
"10" : {
"abbreviation" : "EcuM",
"services" : {}
},
"100" : {
"abbreviation" : "Gpt",
"services" : {
"0" : {
"name" : "Gpt_GetVersionInfo",
"param" : 1,
"proto" : "void Gpt_GetVersionInfo(Std_VersionInfoType* VersionInfoPtr);"
},
"1" : {
"name" : "Gpt_Init",
"param" : 1,
"proto" : "void Gpt_Init(const Gpt_ConfigType* ConfigPtr);"
},
"10" : {
"name" : "Gpt_DisableWakeup",
"param" : 1,
"proto" : "void Gpt_DisableWakeup(Gpt_ChannelType Channel);"
},
"11" : {
"name" : "Gpt_EnableWakeup",
"param" : 1,
"proto" : "void Gpt_EnableWakeup(Gpt_ChannelType Channel);"
},
"12" : {
"name" : "Gpt_CheckWakeup",
"param" : 1,
"proto" : "void Gpt_CheckWakeup(EcuM_WakeupSourceType WakeupSource);"
},
"13" : {
"name" : "Gpt_GetPredefTimerValue",
"param" : 2,
"proto" : "Std_ReturnType Gpt_GetPredefTimerValue(Gpt_PredefTimerType PredefTimer,uint32* TimeValuePtr);"
},
"2" : {
"name" : "Gpt_DeInit",
"param" : 0,
"proto" : "void Gpt_DeInit();"
},
"3" : {
"name" : "Gpt_GetTimeElapsed",
"param" : 1,
"proto" : "Gpt_ValueType Gpt_GetTimeElapsed(Gpt_ChannelType Channel);"
},
"4" : {
"name" : "Gpt_GetTimeRemaining",
"param" : 1,
"proto" : "Gpt_ValueType Gpt_GetTimeRemaining(Gpt_ChannelType Channel);"
},
"5" : {
"name" : "Gpt_StartTimer",
"param" : 2,
"proto" : "void Gpt_StartTimer(Gpt_ChannelType Channel,Gpt_ValueType Value);"
},
"6" : {
"name" : "Gpt_StopTimer",
"param" : 1,
"proto" : "void Gpt_StopTimer(Gpt_ChannelType Channel);"
},
"7" : {
"name" : "Gpt_EnableNotification",
"param" : 1,
"proto" : "void Gpt_EnableNotification(Gpt_ChannelType Channel);"
},
"8" : {
"name" : "Gpt_DisableNotification",
"param" : 1,
"proto" : "void Gpt_DisableNotification(Gpt_ChannelType Channel);"
},
"9" : {
"name" : "Gpt_SetMode",
"param" : 1,
"proto" : "void Gpt_SetMode(Gpt_ModeType Mode);"
}
}
},
"101" : {
"abbreviation" : "Mcu",
"services" : {
"0" : {
"name" : "Mcu_Init",
"param" : 1,
"proto" : "void Mcu_Init(const Mcu_ConfigType* ConfigPtr);"
},
"1" : {
"name" : "Mcu_InitRamSection",
"param" : 1,
"proto" : "Std_ReturnType Mcu_InitRamSection(Mcu_RamSectionType RamSection);"
},
"10" : {
"name" : "Mcu_GetRamState",
"param" : 0,
"proto" : "Mcu_RamStateType Mcu_GetRamState();"
},
"2" : {
"name" : "Mcu_InitClock",
"param" : 1,
"proto" : "Std_ReturnType Mcu_InitClock(Mcu_ClockType ClockSetting);"
},
"3" : {
"name" : "Mcu_DistributePllClock",
"param" : 0,
"proto" : "Std_ReturnType Mcu_DistributePllClock();"
},
"4" : {
"name" : "Mcu_GetPllStatus",
"param" : 0,
"proto" : "Mcu_PllStatusType Mcu_GetPllStatus();"
},
"5" : {
"name" : "Mcu_GetResetReason",
"param" : 0,
"proto" : "Mcu_ResetType Mcu_GetResetReason();"
},
"6" : {
"name" : "Mcu_GetResetRawValue",
"param" : 0,
"proto" : "Mcu_RawResetType Mcu_GetResetRawValue();"
},
"7" : {
"name" : "Mcu_PerformReset",
"param" : 0,
"proto" : "void Mcu_PerformReset();"
},
"8" : {
"name" : "Mcu_SetMode",
"param" : 1,
"proto" : "void Mcu_SetMode(Mcu_ModeType McuMode);"
},
"9" : {
"name" : "Mcu_GetVersionInfo",
"param" : 1,
"proto" : "void Mcu_GetVersionInfo(Std_VersionInfoType* versioninfo);"
}
}
},
"102" : {
"abbreviation" : "Wdg",
"services" : {
"0" : {
"name" : "Wdg_Init",
"param" : 1,
"proto" : "void Wdg_Init(const Wdg_ConfigType* ConfigPtr);"
},
"1" : {
"name" : "Wdg_SetMode",
"param" : 1,
"proto" : "Std_ReturnType Wdg_SetMode(WdgIf_ModeType Mode);"
},
"3" : {
"name" : "Wdg_SetTriggerCondition",
"param" : 1,
"proto" : "void Wdg_SetTriggerCondition(uint16 timeout);"
},
"4" : {
"name" : "Wdg_GetVersionInfo",
"param" : 1,
"proto" : "void Wdg_GetVersionInfo(Std_VersionInfoType* versioninfo);"
}
}
},
"103" : {
"abbreviation" : "CorTst",
"services" : {
"0" : {
"name" : "CorTst_Init",
"param" : 1,
"proto" : "void CorTst_Init(const CorTst_ConfigType* ConfigPtr);"
},
"1" : {
"name" : "CorTst_DeInit",
"param" : 0,
"proto" : "void CorTst_DeInit();"
},
"11" : {
"name" : "CorTst_MainFunction",
"param" : 0,
"proto" : "void CorTst_MainFunction();"
},
"2" : {
"name" : "CorTst_Abort",
"param" : 0,
"proto" : "void CorTst_Abort();"
},
"3" : {
"name" : "CorTst_GetState",
"param" : 0,
"proto" : "CorTst_StateType CorTst_GetState();"
},
"4" : {
"name" : "CorTst_GetCurrentStatus",
"param" : 1,
"proto" : "void CorTst_GetCurrentStatus(CorTst_ErrOkType* ErrOk);"
},
"5" : {
"name" : "CorTst_GetSignature",
"param" : 0,
"proto" : "CorTst_CsumSignatureBgndType CorTst_GetSignature();"
},
"6" : {
"name" : "CorTst_GetFgndSignature",
"param" : 0,
"proto" : "CorTst_CsumSignatureType CorTst_GetFgndSignature();"
},
"7" : {
"name" : "CorTst_Start",
"param" : 1,
"proto" : "Std_ReturnType CorTst_Start(CorTst_TestIdFgndType TestId);"
},
"8" : {
"name" : "CorTst_GetVersionInfo",
"param" : 1,
"proto" : "void CorTst_GetVersionInfo(Std_VersionInfoType* versioninfo);"
}
}
},
"104" : {
"abbreviation" : "FlsTst",
"services" : {
"0" : {
"name" : "FlsTst_Init",
"param" : 1,
"proto" : "void FlsTst_Init(const FlsTst_ConfigType* ConfigPtr);"
},
"1" : {
"name" : "FlsTst_DeInit",
"param" : 0,
"proto" : "void FlsTst_DeInit();"
},
"10" : {
"name" : "FlsTst_GetTestSignatureFgnd",
"param" : 0,
"proto" : "FlsTst_TestSignatureFgndType FlsTst_GetTestSignatureFgnd();"
},
"11" : {
"name" : "FlsTst_GetErrorDetails",
"param" : 0,
"proto" : "FlsTst_ErrorDetailsType FlsTst_GetErrorDetails();"
},
"12" : {
"name" : "FlsTst_TestEcc",
"param" : 0,
"proto" : "Std_ReturnType FlsTst_TestEcc();"
},
"13" : {
"name" : "FlsTst_MainFunction",
"param" : 0,
"proto" : "void FlsTst_MainFunction();"
},
"14" : {
"name" : "FlsTst_TestCompletedNotification",
"param" : 0,
"proto" : "void FlsTst_TestCompletedNotification();"
},
"15" : {
"name" : "FlsTst_GetTestResultFgnd",
"param" : 0,
"proto" : "FlsTst_TestResultFgndType FlsTst_GetTestResultFgnd();"
},
"2" : {
"name" : "FlsTst_StartFgnd",
"param" : 1,
"proto" : "Std_ReturnType FlsTst_StartFgnd(FlsTst_BlockIdFgndType FgndBlockId);"
},
"3" : {
"name" : "FlsTst_Abort",
"param" : 0,
"proto" : "void FlsTst_Abort();"
},
"4" : {
"name" : "FlsTst_Suspend",
"param" : 0,
"proto" : "void FlsTst_Suspend();"
},
"5" : {
"name" : "FlsTst_Resume",
"param" : 0,
"proto" : "void FlsTst_Resume();"
},
"6" : {
"name" : "FlsTst_GetCurrentState",
"param" : 0,
"proto" : "FlsTst_StateType FlsTst_GetCurrentState();"
},
"7" : {
"name" : "FlsTst_GetTestResultBgnd",
"param" : 0,
"proto" : "FlsTst_TestResultBgndType FlsTst_GetTestResultBgnd();"
},
"8" : {
"name" : "FlsTst_GetVersionInfo",
"param" : 1,
"proto" : "void FlsTst_GetVersionInfo(Std_VersionInfoType* versioninfo);"
},
"9" : {
"name" : "FlsTst_GetTestSignatureBgnd",
"param" : 0,
"proto" : "FlsTst_TestSignatureBgndType FlsTst_GetTestSignatureBgnd();"
}
}
},
"11" : {
"abbreviation" : "FiM",
"services" : {
"0" : {
"name" : "FiM_Init",
"param" : 1,
"proto" : "void FiM_Init(const FiM_ConfigType* FiMConfigPtr);"
},
"1" : {
"name" : "FiM_GetFunctionPermission",
"param" : 2,
"proto" : "Std_ReturnType FiM_GetFunctionPermission(FiM_FunctionIdType FID,boolean* Permission);"
},
"2" : {
"name" : "FiM_DemTriggerOnEventStatus",
"param" : 3,
"proto" : "void FiM_DemTriggerOnEventStatus(Dem_EventIdType EventId,Dem_UdsStatusByteType EventStatusByteOld,Dem_UdsStatusByteType EventStatusByteNew);"
},
"3" : {
"name" : "FiM_DemInit",
"param" : 0,
"proto" : "void FiM_DemInit();"
},
"4" : {
"name" : "FiM_GetVersionInfo",
"param" : 1,
"proto" : "void FiM_GetVersionInfo(Std_VersionInfoType* versioninfo);"
},
"5" : {
"name" : "FiM_MainFunction",
"param" : 0,
"proto" : "void FiM_MainFunction();"
},
"6" : {
"name" : "FiM_DemTriggerOnComponentStatus",
"param" : 2,
"proto" : "void FiM_DemTriggerOnComponentStatus(Dem_ComponentIdType ComponentId,boolean ComponentFailedStatus);"
},
"7" : {
"name" : "FiM_SetFunctionAvailable",
"param" : 2,
"proto" : "Std_ReturnType FiM_SetFunctionAvailable(FiM_FunctionIdType FID,boolean Availability);"
}
}
},
"110" : {
"abbreviation" : "Csm",
"services" : {
"0" : {
"name" : "Csm_Init",
"param" : 0,
"proto" : "void Csm_Init();"
},
"1" : {
"name" : "Csm_MainFunction",
"param" : 0,
"proto" : "void Csm_MainFunction();"
},
"10" : {
"name" : "Csm_MacVerifyUpdate",
"param" : 3,
"proto" : "Std_ReturnType Csm_MacVerifyUpdate(Csm_ConfigIdType cfgId,const uint8* dataPtr,uint32 dataLength);"
},
"11" : {
"name" : "Csm_MacVerifyFinish",
"param" : 4,
"proto" : "Std_ReturnType Csm_MacVerifyFinish(Csm_ConfigIdType cfgId,const uint8* MacPtr,uint32 MacLength,Csm_VerifyResultType* resultPtr);"
},
"12" : {
"name" : "Csm_RandomSeedStart",
"param" : 1,
"proto" : "Std_ReturnType Csm_RandomSeedStart(Csm_ConfigIdType cfgId);"
},
"13" : {
"name" : "Csm_RandomSeedUpdate",
"param" : 3,
"proto" : "Std_ReturnType Csm_RandomSeedUpdate(Csm_ConfigIdType cfgId,const uint8* seedPtr,uint32 seedLength);"
},
"14" : {
"name" : "Csm_RandomSeedFinish",
"param" : 1,
"proto" : "Std_ReturnType Csm_RandomSeedFinish(Csm_ConfigIdType cfgId);"
},
"15" : {
"name" : "Csm_RandomGenerate",
"param" : 3,
"proto" : "Std_ReturnType Csm_RandomGenerate(Csm_ConfigIdType cfgId,uint8* resultPtr,uint32 resultLength);"
},
"16" : {
"name" : "Csm_SymBlockEncryptStart",
"param" : 2,
"proto" : "Std_ReturnType Csm_SymBlockEncryptStart(Csm_ConfigIdType cfgId,const Csm_SymKeyType* keyPtr);"
},
"17" : {
"name" : "Csm_SymBlockEncryptUpdate",
"param" : 5,
"proto" : "Std_ReturnType Csm_SymBlockEncryptUpdate(Csm_ConfigIdType cfgId,const uint8* plainTextPtr,uint32 plainTextLength,uint8* cipherTextPtr,uint32* cipherTextLengthPtr);"
},
"18" : {
"name" : "Csm_SymBlockEncryptFinish",
"param" : 1,
"proto" : "Std_ReturnType Csm_SymBlockEncryptFinish(Csm_ConfigIdType cfgId);"
},
"19" : {
"name" : "Csm_SymBlockDecryptStart",
"param" : 2,
"proto" : "Std_ReturnType Csm_SymBlockDecryptStart(Csm_ConfigIdType cfgId,const Csm_SymKeyType* keyPtr);"
},
"20" : {
"name" : "Csm_SymBlockDecryptUpdate",
"param" : 5,
"proto" : "Std_ReturnType Csm_SymBlockDecryptUpdate(Csm_ConfigIdType cfgId,const uint8* cipherTextPtr,uint32 cipherTextLength,uint8* plainTextPtr,uint32* plainTextLengthPtr);"
},
"21" : {
"name" : "Csm_SymBlockDecryptFinish",
"param" : 1,
"proto" : "Std_ReturnType Csm_SymBlockDecryptFinish(Csm_ConfigIdType cfgId);"
},
"22" : {
"name" : "Csm_SymEncryptStart",
"param" : 4,
"proto" : "Std_ReturnType Csm_SymEncryptStart(Csm_ConfigIdType cfgId,const Csm_SymKeyType* keyPtr,const uint8* InitVectorPtr,uint32 InitVectorLength);"
},
"23" : {
"name" : "Csm_SymEncryptUpdate",
"param" : 5,
"proto" : "Std_ReturnType Csm_SymEncryptUpdate(Csm_ConfigIdType cfgId,const uint8* plainTextPtr,uint32 plainTextLength,uint8* cipherTextPtr,uint32* cipherTextLengthPtr);"
},
"24" : {
"name" : "Csm_SymEncryptFinish",
"param" : 3,
"proto" : "Std_ReturnType Csm_SymEncryptFinish(Csm_ConfigIdType cfgId,uint8* cipherTextPtr,uint32* cipherTextLengthPtr);"
},
"25" : {
"name" : "Csm_SymDecryptStart",
"param" : 4,
"proto" : "Std_ReturnType Csm_SymDecryptStart(Csm_ConfigIdType cfgId,const Csm_SymKeyType* keyPtr,const uint8* InitVectorPtr,uint32 InitVectorLength);"
},
"26" : {
"name" : "Csm_SymDecryptUpdate",
"param" : 5,
"proto" : "Std_ReturnType Csm_SymDecryptUpdate(Csm_ConfigIdType cfgId,const uint8* cipherTextPtr,uint32 cipherTextLength,uint8* plainTextPtr,uint32* plainTextLengthPtr);"
},
"27" : {
"name" : "Csm_SymDecryptFinish",
"param" : 3,
"proto" : "Std_ReturnType Csm_SymDecryptFinish(Csm_ConfigIdType cfgId,uint8* plainTextPtr,uint32* plainTextLengthPtr);"
},
"28" : {
"name" : "Csm_AsymEncryptStart",
"param" : 2,
"proto" : "Std_ReturnType Csm_AsymEncryptStart(Csm_ConfigIdType cfgId,const Csm_AsymPublicKeyType* keyPtr);"
},
"29" : {
"name" : "Csm_AsymEncryptUpdate",
"param" : 5,
"proto" : "Std_ReturnType Csm_AsymEncryptUpdate(Csm_ConfigIdType cfgId,const uint8* plainTextPtr,uint32 plainTextLength,uint8* cipherTextPtr,uint32* cipherTextLengthPtr);"
},
"3" : {
"name" : "Csm_HashStart",
"param" : 1,
"proto" : "Std_ReturnType Csm_HashStart(Csm_ConfigIdType cfgId);"
},
"30" : {
"name" : "Csm_AsymEncryptFinish",
"param" : 3,
"proto" : "Std_ReturnType Csm_AsymEncryptFinish(Csm_ConfigIdType cfgId,uint8* cipherTextPtr,uint32* cipherTextLengthPtr);"
},
"31" : {
"name" : "Csm_AsymDecryptStart",
"param" : 2,
"proto" : "Std_ReturnType Csm_AsymDecryptStart(Csm_ConfigIdType cfgId,const Csm_AsymPrivateKeyType* keyPtr);"
},
"32" : {
"name" : "Csm_AsymDecryptUpdate",
"param" : 5,
"proto" : "Std_ReturnType Csm_AsymDecryptUpdate(Csm_ConfigIdType cfgId,const uint8* cipherTextPtr,uint32 cipherTextLength,uint8* plainTextPtr,uint32* plainTextLengthPtr);"
},
"33" : {
"name" : "Csm_AsymDecryptFinish",
"param" : 3,
"proto" : "Std_ReturnType Csm_AsymDecryptFinish(Csm_ConfigIdType cfgId,uint8* plainTextPtr,uint32* plainTextLengthPtr);"
},
"34" : {
"name" : "Csm_SignatureGenerateStart",
"param" : 2,
"proto" : "Std_ReturnType Csm_SignatureGenerateStart(Csm_ConfigIdType cfgId,const Csm_AsymPrivateKeyType* keyPtr);"
},
"35" : {
"name" : "Csm_SignatureGenerateUpdate",
"param" : 3,
"proto" : "Std_ReturnType Csm_SignatureGenerateUpdate(Csm_ConfigIdType cfgId,const uint8* dataPtr,uint32 dataLength);"
},
"36" : {
"name" : "Csm_SignatureGenerateFinish",
"param" : 3,
"proto" : "Std_ReturnType Csm_SignatureGenerateFinish(Csm_ConfigIdType cfgId,uint8* resultPtr,uint32* resultLengthPtr);"
},
"37" : {
"name" : "Csm_SignatureVerifyStart",
"param" : 2,
"proto" : "Std_ReturnType Csm_SignatureVerifyStart(Csm_ConfigIdType cfgId,const Csm_AsymPublicKeyType* keyPtr);"
},
"38" : {
"name" : "Csm_SignatureVerifyUpdate",
"param" : 3,
"proto" : "Std_ReturnType Csm_SignatureVerifyUpdate(Csm_ConfigIdType cfgId,const uint8* dataPtr,uint32 dataLength);"
},
"39" : {
"name" : "Csm_SignatureVerifyFinish",
"param" : 4,
"proto" : "Std_ReturnType Csm_SignatureVerifyFinish(Csm_ConfigIdType cfgId,const uint8* signaturePtr,uint32 signatureLength,Csm_VerifyResultType* resultPtr);"
},
"4" : {
"name" : "Csm_HashUpdate",
"param" : 3,
"proto" : "Std_ReturnType Csm_HashUpdate(Csm_ConfigIdType cfgId,const uint8* dataPtr,uint32 dataLength);"
},
"40" : {
"name" : "Csm_ChecksumStart",
"param" : 1,
"proto" : "Std_ReturnType Csm_ChecksumStart(Csm_ConfigIdType cfgId);"
},
"41" : {
"name" : "Csm_ChecksumUpdate",
"param" : 3,
"proto" : "Std_ReturnType Csm_ChecksumUpdate(Csm_ConfigIdType cfgId,const uint8* dataPtr,uint32 dataLength);"
},
"42" : {
"name" : "Csm_ChecksumFinish",
"param" : 4,
"proto" : "Std_ReturnType Csm_ChecksumFinish(Csm_ConfigIdType cfgId,uint8* resultPtr,uint32* resultLengthPtr,boolean TruncationIsAllowed);"
},
"43" : {
"name" : "Csm_KeyDeriveStart",
"param" : 3,
"proto" : "Std_ReturnType Csm_KeyDeriveStart(Csm_ConfigIdType cfgId,uint32 keyLength,uint32 iterations);"
},
"44" : {
"name" : "Csm_KeyDeriveUpdate",
"param" : 5,
"proto" : "Std_ReturnType Csm_KeyDeriveUpdate(Csm_ConfigIdType cfgId,const uint8* passwordPtr,uint32 passwordLength,const uint8* saltPtr,uint32 saltLength);"
},
"45" : {
"name" : "Csm_KeyDeriveFinish",
"param" : 2,
"proto" : "Std_ReturnType Csm_KeyDeriveFinish(Csm_ConfigIdType cfgId,Csm_SymKeyType* keyPtr);"
},
"46" : {
"name" : "Csm_KeyExchangeCalcPubVal",
"param" : 5,
"proto" : "Std_ReturnType Csm_KeyExchangeCalcPubVal(Csm_ConfigIdType cfgId,const Csm_KeyExchangeBaseType* basePtr,const Csm_KeyExchangePrivateType* privateValuePtr,uint8* publicValuePtr,uint32* publicValueLengthPtr);"
},
"47" : {
"name" : "Csm_KeyExchangeCalcSecretStart",
"param" : 3,
"proto" : "Std_ReturnType Csm_KeyExchangeCalcSecretStart(Csm_ConfigIdType cfgId,const Csm_KeyExchangeBaseType* basePtr,const Csm_KeyExchangePrivateType* privateValuePtr);"
},
"48" : {
"name" : "Csm_KeyExchangeCalcSecretUpdate",
"param" : 3,
"proto" : "Std_ReturnType Csm_KeyExchangeCalcSecretUpdate(Csm_ConfigIdType cfgId,const uint8* partnerPublicValuePtr,uint32 partnerPublicValueLength);"
},
"49" : {
"name" : "Csm_KeyExchangeCalcSecretFinish",
"param" : 4,
"proto" : "Std_ReturnType Csm_KeyExchangeCalcSecretFinish(Csm_ConfigIdType cfgId,uint8* sharedSecretPtr,uint32* sharedSecretLengthPtr,boolean TruncationIsAllowed);"
},
"5" : {
"name" : "Csm_HashFinish",
"param" : 4,
"proto" : "Std_ReturnType Csm_HashFinish(Csm_ConfigIdType cfgId,uint8* resultPtr,uint32* resultLengthPtr,boolean TruncationIsAllowed);"
},
"50" : {
"name" : "Csm_SymKeyExtractStart",
"param" : 1,
"proto" : "Std_ReturnType Csm_SymKeyExtractStart(Csm_ConfigIdType cfgId);"
},
"51" : {
"name" : "Csm_SymKeyExtractUpdate",
"param" : 3,
"proto" : "Std_ReturnType Csm_SymKeyExtractUpdate(Csm_ConfigIdType cfgId,const uint8* dataPtr,uint32 dataLength);"
},
"52" : {
"name" : "Csm_SymKeyExtractFinish",
"param" : 2,
"proto" : "Std_ReturnType Csm_SymKeyExtractFinish(Csm_ConfigIdType cfgId,Csm_SymKeyType* keyPtr);"
},
"53" : {
"name" : "Csm_AsymPublicKeyExtractStart",
"param" : 1,
"proto" : "Std_ReturnType Csm_AsymPublicKeyExtractStart(Csm_ConfigIdType cfgId);"
},
"54" : {
"name" : "Csm_AsymPublicKeyExtractUpdate",
"param" : 3,
"proto" : "Std_ReturnType Csm_AsymPublicKeyExtractUpdate(Csm_ConfigIdType cfgId,const uint8* dataPtr,uint32 dataLength);"
},
"55" : {
"name" : "Csm_AsymPublicKeyExtractFinish",
"param" : 2,
"proto" : "Std_ReturnType Csm_AsymPublicKeyExtractFinish(Csm_ConfigIdType cfgId,Csm_AsymPublicKeyType* keyPtr);"
},
"56" : {
"name" : "Csm_AsymPrivateKeyExtractStart",
"param" : 1,
"proto" : "Std_ReturnType Csm_AsymPrivateKeyExtractStart(Csm_ConfigIdType cfgId);"
},
"57" : {
"name" : "Csm_AsymPrivateKeyExtractUpdate",
"param" : 3,
"proto" : "Std_ReturnType Csm_AsymPrivateKeyExtractUpdate(Csm_ConfigIdType cfgId,const uint8* dataPtr,uint32 dataLength);"
},
"58" : {
"name" : "Csm_AsymPrivateKeyExtractFinish",
"param" : 2,
"proto" : "Std_ReturnType Csm_AsymPrivateKeyExtractFinish(Csm_ConfigIdType cfgId,Csm_AsymPrivateKeyType* keyPtr);"
},
"59" : {
"name" : "Csm_GetVersionInfo",
"param" : 1,
"proto" : "void Csm_GetVersionInfo(Std_VersionInfoType* versioninfo);"
},
"6" : {
"name" : "Csm_MacGenerateStart",
"param" : 2,
"proto" : "Std_ReturnType Csm_MacGenerateStart(Csm_ConfigIdType cfgId,const Csm_SymKeyType* keyPtr);"
},
"61" : {
"name" : "Csm_KeyExchangeCalcSymKeyStart",
"param" : 3,
"proto" : "Std_ReturnType Csm_KeyExchangeCalcSymKeyStart(Csm_ConfigIdType cfgId,const Csm_KeyExchangeBaseType* basePtr,const Csm_KeyExchangePrivateType* privateValuePtr);"
},
"62" : {
"name" : "Csm_KeyExchangeCalcSymKeyUpdate",
"param" : 3,
"proto" : "Std_ReturnType Csm_KeyExchangeCalcSymKeyUpdate(Csm_ConfigIdType cfgId,const uint8* partnerPublicValuePtr,uint32 partnerPublicValueLength);"
},
"63" : {
"name" : "Csm_KeyExchangeCalcSymKeyFinish",
"param" : 2,
"proto" : "Std_ReturnType Csm_KeyExchangeCalcSymKeyFinish(Csm_ConfigIdType cfgId,Csm_SymKeyType* sharedKeyPtr);"
},
"64" : {
"name" : "Csm_SymKeyWrapSymStart",
"param" : 3,
"proto" : "Std_ReturnType Csm_SymKeyWrapSymStart(Csm_ConfigIdType cfgId,const Csm_SymKeyType* keyPtr,const Csm_SymKeyType* wrappingKeyPtr);"
},
"65" : {
"name" : "Csm_SymKeyWrapSymUpdate",
"param" : 3,
"proto" : "Std_ReturnType Csm_SymKeyWrapSymUpdate(Csm_ConfigIdType cfgId,uint8* dataPtr,uint32* dataLengthPtr);"
},
"66" : {
"name" : "Csm_SymKeyWrapSymFinish",
"param" : 1,
"proto" : "Std_ReturnType Csm_SymKeyWrapSymFinish(Csm_ConfigIdType cfgId);"
},
"67" : {
"name" : "Csm_SymKeyWrapAsymStart",
"param" : 3,
"proto" : "Std_ReturnType Csm_SymKeyWrapAsymStart(Csm_ConfigIdType cfgId,const Csm_SymKeyType* keyPtr,const Csm_AsymPublicKeyType* wrappingKeyPtr);"
},
"68" : {
"name" : "Csm_SymKeyWrapAsymUpdate",
"param" : 3,
"proto" : "Std_ReturnType Csm_SymKeyWrapAsymUpdate(Csm_ConfigIdType cfgId,uint8* dataPtr,uint32* dataLengthPtr);"
},
"69" : {
"name" : "Csm_SymKeyWrapAsymFinish",
"param" : 1,
"proto" : "Std_ReturnType Csm_SymKeyWrapAsymFinish(Csm_ConfigIdType cfgId);"
},
"7" : {
"name" : "Csm_MacGenerateUpdate",
"param" : 3,
"proto" : "Std_ReturnType Csm_MacGenerateUpdate(Csm_ConfigIdType cfgId,const uint8* dataPtr,uint32 dataLength);"
},
"70" : {
"name" : "Csm_AsymPrivateKeyWrapSymStart",
"param" : 3,
"proto" : "Std_ReturnType Csm_AsymPrivateKeyWrapSymStart(Csm_ConfigIdType cfgId,const Csm_AsymPrivateKeyType* keyPtr,const Csm_SymKeyType* wrappingKeyPtr);"
},
"71" : {
"name" : "Csm_AsymPrivateKeyWrapSymUpdate",
"param" : 3,
"proto" : "Std_ReturnType Csm_AsymPrivateKeyWrapSymUpdate(Csm_ConfigIdType cfgId,uint8* dataPtr,uint32* dataLengthPtr);"
},
"72" : {
"name" : "Csm_AsymPrivateKeyWrapSymFinish",
"param" : 1,
"proto" : "Std_ReturnType Csm_AsymPrivateKeyWrapSymFinish(Csm_ConfigIdType cfgId);"
},
"73" : {
"name" : "Csm_AsymPrivateKeyWrapAsymStart",
"param" : 3,
"proto" : "Std_ReturnType Csm_AsymPrivateKeyWrapAsymStart(Csm_ConfigIdType cfgId,const Csm_AsymPrivateKeyType* keyPtr,const Csm_AsymPublicKeyType* wrappingKeyPtr);"
},
"74" : {
"name" : "Csm_AsymPrivateKeyWrapAsymUpdate",
"param" : 3,
"proto" : "Std_ReturnType Csm_AsymPrivateKeyWrapAsymUpdate(Csm_ConfigIdType cfgId,uint8* dataPtr,uint32* dataLengthPtr);"
},
"75" : {
"name" : "Csm_AsymPrivateKeyWrapAsymFinish",
"param" : 1,
"proto" : "Std_ReturnType Csm_AsymPrivateKeyWrapAsymFinish(Csm_ConfigIdType cfgId);"
},
"76" : {
"name" : "Csm_KeyDeriveSymKey",
"param" : 5,
"proto" : "Std_ReturnType Csm_KeyDeriveSymKey(Csm_ConfigIdType cfgId,const Csm_SymKeyType* baseKeyPtr,const uint8* customisationValPtr,uint32 customisationValLength,Csm_SymKeyType* derivedKeyPtr);"
},
"77" : {
"name" : "Csm_CompressStart",
"param" : 1,
"proto" : "Std_ReturnType Csm_CompressStart(Csm_ConfigIdType cfgId);"
},
"78" : {
"name" : "Csm_CompressUpdate",
"param" : 5,
"proto" : "Std_ReturnType Csm_CompressUpdate(Csm_ConfigIdType cfgId,const uint8* plainTextPtr,uint32 plainTextLength,uint8* compressedTextPtr,uint32* compressedTextLengthPtr);"
},
"79" : {
"name" : "Csm_CompressFinish",
"param" : 3,
"proto" : "Std_ReturnType Csm_CompressFinish(Csm_ConfigIdType cfgId,uint8* compressedTextPtr,uint32* compressTextLengthPtr);"
},
"8" : {
"name" : "Csm_MacGenerateFinish",
"param" : 4,
"proto" : "Std_ReturnType Csm_MacGenerateFinish(Csm_ConfigIdType cfgId,uint8* resultPtr,uint32* resultLengthPtr,boolean TruncationIsAllowed);"
},
"80" : {
"name" : "Csm_DecompressStart",
"param" : 1,
"proto" : "Std_ReturnType Csm_DecompressStart(Csm_ConfigIdType cfgId);"
},
"81" : {
"name" : "Csm_DecompressUpdate",
"param" : 5,
"proto" : "Std_ReturnType Csm_DecompressUpdate(Csm_ConfigIdType cfgId,const uint8* plainTextPtr,uint32 plainTextLength,uint8* decompressedTextPtr,uint32* decompressedTextLengthPtr);"
},
"82" : {
"name" : "Csm_DecompressFinish",
"param" : 3,
"proto" : "Std_ReturnType Csm_DecompressFinish(Csm_ConfigIdType cfgId,uint8* decompressTextPtr,uint32* decompressTextLengthPtr);"
},
"83" : {
"name" : "Csm_SymKeyGenerate",
"param" : 3,
"proto" : "Std_ReturnType Csm_SymKeyGenerate(Csm_ConfigIdType cfgId,Csm_SymKeyType* keyPtr,uint32 keyLength);"
},
"84" : {
"name" : "Csm_SymKeyUpdateStart",
"param" : 1,
"proto" : "Std_ReturnType Csm_SymKeyUpdateStart(Csm_ConfigIdType cfgId);"
},
"85" : {
"name" : "Csm_SymKeyUpdateUpdate",
"param" : 3,
"proto" : "Std_ReturnType Csm_SymKeyUpdateUpdate(Csm_ConfigIdType cfgId,const uint8* dataPtr,uint32 dataLength);"
},
"86" : {
"name" : "Csm_SymKeyUpdateFinish",
"param" : 4,
"proto" : "Std_ReturnType Csm_SymKeyUpdateFinish(Csm_ConfigIdType cfgId,Csm_SymKeyType* targetKeyPtr,uint8* proofPtr,uint32* proofLengthPtr);"
},
"87" : {
"name" : "Csm_AsymPublicKeyUpdateStart",
"param" : 1,
"proto" : "Std_ReturnType Csm_AsymPublicKeyUpdateStart(Csm_ConfigIdType cfgId);"
},
"88" : {
"name" : "Csm_AsymPublicKeyUpdateUpdate",
"param" : 3,
"proto" : "Std_ReturnType Csm_AsymPublicKeyUpdateUpdate(Csm_ConfigIdType cfgId,const uint8* dataPtr,uint32 dataLength);"
},
"89" : {
"name" : "Csm_AsymPublicKeyUpdateFinish",
"param" : 4,
"proto" : "Std_ReturnType Csm_AsymPublicKeyUpdateFinish(Csm_ConfigIdType cfgId,Csm_AsymPublicKeyType* targetKeyPtr,uint8* proofPtr,uint32* proofLengthPtr);"
},
"9" : {
"name" : "Csm_MacVerifyStart",
"param" : 2,
"proto" : "Std_ReturnType Csm_MacVerifyStart(Csm_ConfigIdType cfgId,const Csm_SymKeyType* keyPtr);"
},
"90" : {
"name" : "Csm_AsymPrivateKeyUpdateStart",