forked from strongswan/strongswan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcandidates.txt
960 lines (960 loc) · 143 KB
/
candidates.txt
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
FUNCTION SCORE LoC ULoC CC DE DFC LOCATION
1 settings_parser_parse 1.00 1469 - 484 89 5 src/libstrongswan/settings/settings_parser.c:1303
2 library_init 0.68 489 - 111 106 1 src/libstrongswan/library.c:305
3 identification_create_from_data 0.53 692 - 202 57 3 src/libstrongswan/utils/identification.c:1993
4 payload_create 0.46 239 - 80 72 0 src/libcharon/encoding/payloads/payload.c:188
5 x509_cert_load 0.43 846 - 232 35 0 src/libstrongswan/plugins/x509/x509_cert.c:2690
6 identification_create_from_string 0.40 562 - 163 41 2 src/libstrongswan/utils/identification.c:1881
7 identification_printf_hook 0.35 301 - 92 23 25 src/libstrongswan/utils/identification.c:1447
8 kernel_netlink_net_create 0.34 536 - 143 32 4 src/libcharon/plugins/kernel_netlink/kernel_netlink_net.c:3053
9 pkcs5_from_algorithmIdentifier 0.31 536 - 160 20 8 src/libstrongswan/crypto/pkcs5.c:615
10 kernel_netlink_ipsec_create 0.30 364 - 98 33 5 src/libcharon/plugins/kernel_netlink/kernel_netlink_ipsec.c:4185
11 pkcs7_generic_load 0.29 470 - 128 30 0 src/libstrongswan/plugins/pkcs7/pkcs7_generic.c:100
12 signature_params_parse 0.28 416 - 161 13 8 src/libstrongswan/credentials/keys/signature_params.c:186
13 load_creds_cfg 0.26 560 - 137 16 6 src/swanctl/commands/load_creds.c:888
14 x509_cert_gen 0.25 662 - 160 16 0 src/libstrongswan/plugins/x509/x509_cert.c:2732
15 openssl_x509_load 0.24 555 - 167 12 1 src/libstrongswan/plugins/openssl/openssl_x509.c:1302
16 rsa_pss_params_parse 0.24 338 - 125 13 7 src/libstrongswan/credentials/keys/signature_params.c:277
17 libcharon_init 0.23 118 - 23 39 0 src/libcharon/daemon.c:998
18 settings_section_add 0.22 384 - 113 17 2 src/libstrongswan/settings/settings_types.c:194
19 plugin_feature_hash 0.22 170 - 53 31 0 src/libstrongswan/plugins/plugin_feature.c:63
20 settings_section_extend 0.22 382 - 112 17 2 src/libstrongswan/settings/settings_types.c:248
21 pem_public_key_load 0.20 330 - 105 17 1 src/libstrongswan/plugins/pem/pem_builder.c:515
22 pem_private_key_load 0.20 330 - 105 17 1 src/libstrongswan/plugins/pem/pem_builder.c:507
23 pem_certificate_load 0.20 330 - 105 17 1 src/libstrongswan/plugins/pem/pem_builder.c:523
24 pem_container_load 0.20 330 - 105 17 1 src/libstrongswan/plugins/pem/pem_builder.c:531
25 proposal_create_from_string 0.19 300 - 96 15 2 src/libstrongswan/crypto/proposal/proposal.c:1370
26 chunk_hash_ptr 0.19 84 - 20 32 0 src/libstrongswan/utils/chunk.c:1094
27 hashtable_hash_ptr 0.18 87 - 21 31 0 src/libstrongswan/collections/hashtable.c:163
28 hashtable_hash_str 0.18 87 - 21 31 0 src/libstrongswan/collections/hashtable.c:171
29 chunk_hash_static 0.18 82 - 19 31 0 src/libstrongswan/utils/chunk.c:1110
30 chunk_hash 0.18 82 - 19 31 0 src/libstrongswan/utils/chunk.c:1086
31 chunk_hash_static_inc 0.18 80 - 18 31 0 src/libstrongswan/utils/chunk.c:1102
32 chunk_hash_inc 0.18 80 - 18 31 0 src/libstrongswan/utils/chunk.c:1077
33 chunk_mac 0.18 80 - 18 31 0 src/libstrongswan/utils/chunk.c:1016
34 sa_payload_create_from_proposal_v1 0.17 431 - 100 12 1 src/libcharon/encoding/payloads/sa_payload.c:617
35 sa_payload_create_from_proposals_v1 0.17 422 - 99 12 1 src/libcharon/encoding/payloads/sa_payload.c:573
36 tls_socket_create 0.17 109 - 27 27 0 src/libtls/tls_socket.c:426
37 asn1_parse_algorithmIdentifier 0.17 224 - 80 9 7 src/libstrongswan/asn1/asn1.c:645
38 socket_default_socket_create 0.16 138 - 41 21 2 src/libcharon/plugins/socket_default/socket_default_socket.c:856
39 signature_params_build 0.16 306 - 100 10 1 src/libstrongswan/credentials/keys/signature_params.c:228
40 stream_create_tcp 0.15 197 - 67 12 4 src/libstrongswan/networking/streams/stream_tcp.c:72
41 stream_service_create_vsock 0.15 130 - 35 22 0 src/libstrongswan/networking/streams/stream_service_vsock.c:25
42 tls_create 0.15 97 - 24 24 0 src/libtls/tls.c:605
43 proposal_substructure_create_from_proposals_v1 0.14 349 - 88 9 1 src/libcharon/encoding/payloads/proposal_substructure.c:1574
44 asn1_parse_simple_object 0.14 223 - 77 5 7 src/libstrongswan/asn1/asn1.c:573
45 x509_ac_load 0.14 251 - 66 13 0 src/libstrongswan/plugins/x509/x509_ac.c:1101
46 host_create_from_range 0.13 127 - 45 14 2 src/libstrongswan/networking/host.c:536
47 x509_ocsp_response_load 0.13 259 - 70 11 0 src/libstrongswan/plugins/x509/x509_ocsp_response.c:1193
48 packet_clone_no_data 0.13 133 - 48 13 2 src/libstrongswan/networking/packet.c:183
49 traffic_selector_create_from_cidr 0.13 186 - 60 9 3 src/libstrongswan/selectors/traffic_selector.c:850
50 metadata_set_put 0.13 194 - 60 10 2 src/libstrongswan/metadata/metadata_set.c:81
51 pgp_cert_load 0.12 203 - 59 12 0 src/libstrongswan/plugins/pgp/pgp_cert.c:406
52 credential_manager_create 0.12 66 - 11 21 0 src/libstrongswan/credentials/credential_manager.c:1442
53 ike_sa_create 0.12 112 - 26 18 0 src/libcharon/sa/ike_sa.c:3128
54 rsa_pss_params_build 0.12 244 - 71 8 1 src/libstrongswan/credentials/keys/signature_params.c:360
55 pkcs7_signed_data_load 0.12 131 - 35 16 0 src/libstrongswan/plugins/pkcs7/pkcs7_signed_data.c:498
56 pgp_private_key_load 0.12 184 - 53 12 0 src/libstrongswan/plugins/pgp/pgp_builder.c:245
57 proposal_create_default_aead 0.12 251 - 82 6 0 src/libstrongswan/crypto/proposal/proposal.c:1338
58 proposal_create_default 0.12 262 - 82 6 0 src/libstrongswan/crypto/proposal/proposal.c:1297
59 load_conns_cfg 0.12 262 - 66 4 5 src/swanctl/commands/load_conns.c:375
60 stream_parse_uri_tcp 0.11 147 - 54 7 4 src/libstrongswan/networking/streams/stream_tcp.c:27
61 settings_remove_value 0.11 234 - 69 4 4 src/libstrongswan/settings/settings.c:476
62 host_resolver_create 0.11 77 - 18 18 0 src/libstrongswan/networking/host_resolver.c:356
63 parser_helper_create 0.11 89 - 33 13 2 src/libstrongswan/utils/parser_helper.c:241
64 x509_crl_load 0.11 170 - 52 11 0 src/libstrongswan/plugins/x509/x509_crl.c:646
65 settings_reference_add 0.11 109 - 45 10 2 src/libstrongswan/settings/settings_types.c:142
66 watcher_create 0.11 85 - 20 17 0 src/libstrongswan/processing/watcher.c:698
67 asn1_debug_simple_object 0.11 169 - 64 1 7 src/libstrongswan/asn1/asn1.c:517
68 x509_crl_gen 0.11 175 - 38 13 0 src/libstrongswan/plugins/x509/x509_crl.c:821
69 sa_payload_create_from_proposals_v2 0.11 174 - 38 12 1 src/libcharon/encoding/payloads/sa_payload.c:539
70 proposal_printf_hook 0.11 121 - 42 11 1 src/libstrongswan/crypto/proposal/proposal.c:922
71 sa_payload_create_from_proposal_v2 0.11 168 - 37 12 1 src/libcharon/encoding/payloads/sa_payload.c:559
72 x509_ocsp_request_load 0.11 144 - 46 11 0 src/libstrongswan/plugins/x509/x509_ocsp_request.c:862
73 process_start_shell 0.10 126 - 34 13 0 src/libstrongswan/utils/process.c:231
74 x509_ac_gen 0.10 210 - 48 9 1 src/libstrongswan/plugins/x509/x509_ac.c:1157
75 process_start 0.10 108 - 32 13 0 src/libstrongswan/utils/process.c:128
76 metadata_set_clone 0.10 101 - 36 10 2 src/libstrongswan/metadata/metadata_set.c:138
77 openssl_private_key_connect 0.10 157 - 35 9 3 src/libstrongswan/plugins/openssl/openssl_engine.c:82
78 stream_create_vsock 0.10 95 - 30 13 0 src/libstrongswan/networking/streams/stream_vsock.c:129
79 settings_kv_add 0.10 137 - 49 7 2 src/libstrongswan/settings/settings_types.c:121
80 x509_pkcs10_load 0.10 181 - 48 9 0 src/libstrongswan/plugins/x509/x509_pkcs10.c:718
81 chunk_printf_hook 0.09 65 - 15 15 0 src/libstrongswan/utils/chunk.c:1149
82 pkcs7_signed_data_gen 0.09 160 - 33 11 0 src/libstrongswan/plugins/pkcs7/pkcs7_signed_data.c:648
83 host_create_from_subnet 0.09 127 - 42 6 3 src/libstrongswan/networking/host.c:572
84 key_exchange_concat_secrets 0.09 119 - 37 9 1 src/libstrongswan/crypto/key_exchange.c:720
85 sec_label_from_string 0.09 122 - 40 8 1 src/libstrongswan/selectors/sec_label.c:190
86 chunk_to_base32 0.09 52 - 10 14 1 src/libstrongswan/utils/chunk.c:691
87 pkcs7_enveloped_data_load 0.09 196 - 50 7 0 src/libstrongswan/plugins/pkcs7/pkcs7_enveloped_data.c:394
88 thread_cleanup_push 0.09 49 - 9 15 0 src/libstrongswan/threading/thread.c:395
89 attr_provider_create 0.09 120 - 34 10 0 src/libcharon/plugins/attr/attr_provider.c:346
90 sec_label_from_encoding 0.09 117 - 38 8 1 src/libstrongswan/selectors/sec_label.c:144
91 scheduler_create 0.09 53 - 8 15 0 src/libstrongswan/processing/scheduler.c:310
92 iv_gen_create_for_alg 0.09 63 - 38 9 0 src/libstrongswan/crypto/iv/iv_gen.c:26
93 eap_vendor_type_from_string 0.09 70 - 23 12 0 src/libstrongswan/eap/eap.c:140
94 processor_create 0.09 49 - 8 15 0 src/libstrongswan/processing/processor.c:538
95 library_deinit 0.09 120 - 23 12 0 src/libstrongswan/library.c:148
96 threads_init 0.09 50 - 8 15 0 src/libstrongswan/threading/thread.c:493
97 openssl_rsa_private_key_load 0.09 211 - 67 3 0 src/libstrongswan/plugins/openssl/openssl_rsa_private_key.c:709
98 openssl_crl_load 0.09 157 - 47 7 0 src/libstrongswan/plugins/openssl/openssl_crl.c:614
99 blocking_queue_create 0.09 44 - 7 15 0 src/libstrongswan/collections/blocking_queue.c:120
100 asn1_parse_time 0.08 96 - 41 3 5 src/libstrongswan/asn1/asn1.c:944
101 kernel_netlink_xfrmi_create 0.08 73 - 21 11 1 src/libcharon/plugins/kernel_netlink/kernel_netlink_xfrmi.c:409
102 scep_http_request 0.08 104 - 15 9 4 src/pki/scep/scep.c:307
103 proposal_substructure_create_from_proposal_v2 0.08 131 - 30 9 1 src/libcharon/encoding/payloads/proposal_substructure.c:1529
104 index_responder_create 0.08 116 - 30 10 0 src/pki/ocsp/index_responder.c:108
105 openssl_crypter_create 0.08 168 - 44 7 0 src/libstrongswan/plugins/openssl/openssl_crypter.c:206
106 allocate_unique_marks 0.08 30 - 18 12 0 src/libstrongswan/ipsec/ipsec_types.c:172
107 plugin_feature_equals 0.08 110 - 78 0 0 src/libstrongswan/plugins/plugin_feature.c:227
108 x509_ocsp_request_gen 0.08 190 - 43 7 0 src/libstrongswan/plugins/x509/x509_ocsp_request.c:733
109 allocate_unique_if_ids 0.08 30 - 18 12 0 src/libstrongswan/ipsec/ipsec_types.c:256
110 x509_ocsp_response_gen 0.08 187 - 37 8 0 src/libstrongswan/plugins/x509/x509_ocsp_response.c:1082
111 proposal_substructure_create_for_ipcomp_v1 0.08 128 - 27 9 1 src/libcharon/encoding/payloads/proposal_substructure.c:1620
112 stream_initialize_socket_vsock 0.08 87 - 27 10 0 src/libstrongswan/networking/streams/stream_vsock.c:76
113 sshkey_public_key_load 0.08 177 - 54 2 2 src/libstrongswan/plugins/sshkey/sshkey_builder.c:229
114 array_insert_create 0.08 75 - 28 7 2 src/libstrongswan/collections/array.c:283
115 array_insert_create_value 0.08 75 - 28 7 2 src/libstrongswan/collections/array.c:292
116 cred_encoding_create 0.08 57 - 13 12 0 src/libstrongswan/credentials/cred_encoding.c:252
117 threads_deinit 0.08 62 - 12 12 0 src/libstrongswan/threading/thread.c:519
118 tls_crypto_get_supported_suites 0.07 98 - 36 6 1 src/libtls/tls_crypto.c:2523
119 thread_cleanup_pop 0.07 56 - 11 12 0 src/libstrongswan/threading/thread.c:411
120 thread_cleanup_popall 0.07 54 - 11 12 0 src/libstrongswan/threading/thread.c:433
121 est_tls_create 0.07 80 - 26 8 1 src/pki/est/est_tls.c:420
122 sshkey_certificate_load 0.07 171 - 51 2 2 src/libstrongswan/plugins/sshkey/sshkey_builder.c:272
123 pki_cert_extract_cacerts 0.07 250 - 56 3 0 src/pki/pki_cert.c:257
124 get_form 0.07 64 - 20 10 0 src/pki/pki.c:33
125 hasher_algorithm_from_integrity 0.07 63 - 35 7 0 src/libstrongswan/crypto/hashers/hasher.c:198
126 thread_create 0.07 51 - 10 12 0 src/libstrongswan/threading/thread.c:345
127 thread_current_id 0.07 47 - 10 12 0 src/libstrongswan/threading/thread.c:385
128 settings_create 0.07 38 - 9 12 0 src/libstrongswan/settings/settings.c:1145
129 extract_parameter_value 0.07 44 - 19 10 0 src/libstrongswan/utils/lexparser.c:162
130 mem_printf_hook 0.07 44 - 9 12 0 src/libstrongswan/utils/utils/memory.c:212
131 settings_create_string 0.07 38 - 9 12 0 src/libstrongswan/settings/settings.c:1157
132 pkcs7_enveloped_data_gen 0.07 165 - 39 4 2 src/libstrongswan/plugins/pkcs7/pkcs7_enveloped_data.c:570
133 thread_current 0.07 44 - 8 12 0 src/libstrongswan/threading/thread.c:368
134 extract_value 0.07 39 - 17 10 0 src/libstrongswan/utils/lexparser.c:130
135 vici_parse_cb 0.07 116 - 42 5 0 src/libcharon/plugins/vici/libvici.c:555
136 stream_service_create_from_fd 0.07 40 - 6 12 0 src/libstrongswan/networking/streams/stream_service.c:291
137 semaphore_create 0.07 43 - 6 12 0 src/libstrongswan/threading/semaphore.c:159
138 rwlock_condvar_create 0.07 39 - 6 12 0 src/libstrongswan/threading/rwlock.c:483
139 drbg_hmac_create 0.07 104 - 36 4 2 src/libstrongswan/plugins/drbg/drbg_hmac.c:230
140 x509_pkcs10_gen 0.07 127 - 30 7 0 src/libstrongswan/plugins/x509/x509_pkcs10.c:755
141 credential_factory_create 0.07 27 - 5 12 0 src/libstrongswan/credentials/credential_factory.c:215
142 enum_printf_hook 0.07 84 - 25 2 6 src/libstrongswan/utils/enum.c:235
143 crypto_factory_create 0.07 27 - 5 12 0 src/libstrongswan/crypto/crypto_factory.c:1452
144 database_factory_create 0.07 28 - 5 12 0 src/libstrongswan/database/database_factory.c:94
145 host_create_from_dns 0.07 113 - 39 3 2 src/libstrongswan/networking/host.c:459
146 authenticator_create_v1 0.07 54 - 19 9 0 src/libcharon/sa/authenticator.c:123
147 drbg_ctr_create 0.07 122 - 34 4 2 src/libstrongswan/plugins/drbg/drbg_ctr.c:254
148 hybrid_authenticator_create 0.07 54 - 19 9 0 src/libcharon/sa/ikev1/authenticators/hybrid_authenticator.c:80
149 authenticator_create_verifier 0.07 46 - 13 9 1 src/libcharon/sa/authenticator.c:84
150 openssl_pkcs12_load 0.07 155 - 43 4 0 src/libstrongswan/plugins/openssl/openssl_pkcs12.c:287
151 host_create_from_string 0.06 105 - 37 3 2 src/libstrongswan/networking/host.c:419
152 stream_create_unix 0.06 66 - 22 6 2 src/libstrongswan/networking/streams/stream_unix.c:46
153 chunk_map 0.06 55 - 16 9 0 src/libstrongswan/utils/chunk.c:341
154 host_create_from_string_and_family 0.06 103 - 36 3 2 src/libstrongswan/networking/host.c:350
155 pgp_read_packet 0.06 60 - 16 9 0 src/libstrongswan/plugins/pgp/pgp_utils.c:143
156 key_exchange_init 0.06 64 - 15 9 0 src/libstrongswan/crypto/key_exchange.c:539
157 authenticator_create_builder 0.06 40 - 10 9 1 src/libcharon/sa/authenticator.c:57
158 asn1_to_time 0.06 76 - 35 0 5 src/libstrongswan/asn1/asn1.c:356
159 calculate_lifetime 0.06 41 - 14 9 0 src/pki/pki.c:167
160 message_create_defrag 0.06 39 - 9 9 1 src/libcharon/encoding/message.c:3240
161 load_authorities_cfg 0.06 168 - 38 3 1 src/swanctl/commands/load_authorities.c:257
162 plugin_feature_get_string 0.06 155 - 58 0 0 src/libstrongswan/plugins/plugin_feature.c:280
163 vici_submit 0.06 59 - 13 9 0 src/libcharon/plugins/vici/libvici.c:370
164 pem_encoder_encode 0.06 127 - 27 4 2 src/libstrongswan/plugins/pem/pem_encoder.c:26
165 pkcs1_encoder_encode 0.06 98 - 27 6 0 src/libstrongswan/plugins/pkcs1/pkcs1_encoder.c:163
166 netlink_socket_create 0.06 49 - 16 8 0 src/libcharon/plugins/kernel_netlink/kernel_netlink_shared.c:682
167 tun_device_create 0.06 67 - 16 5 3 src/libstrongswan/networking/tun_device.c:634
168 traffic_selector_printf_hook 0.06 123 - 36 2 2 src/libstrongswan/selectors/traffic_selector.c:211
169 mark_from_string 0.06 58 - 21 7 0 src/libstrongswan/ipsec/ipsec_types.c:74
170 chunk_to_base64 0.06 30 - 6 10 0 src/libstrongswan/utils/chunk.c:591
171 sshkey_encoder_encode 0.06 117 - 30 4 1 src/libstrongswan/plugins/sshkey/sshkey_encoder.c:152
172 enum_flags_from_string_as_int 0.06 51 - 20 7 0 src/libstrongswan/utils/enum.c:187
173 asn1_algorithmIdentifier 0.06 126 - 34 3 1 src/libstrongswan/asn1/asn1.c:47
174 keymat_create 0.06 34 - 9 9 0 src/libcharon/sa/keymat.c:27
175 plugin_loader_create 0.06 31 - 8 9 0 src/libstrongswan/plugins/plugin_loader.c:1472
176 scep_parse_response 0.06 78 - 23 5 1 src/pki/scep/scep.c:455
177 pgp_public_key_load 0.05 86 - 22 6 0 src/libstrongswan/plugins/pgp/pgp_builder.c:213
178 mkdir_p 0.05 47 - 16 6 1 src/libstrongswan/utils/utils/path.c:169
179 netlink_event_socket_create 0.05 46 - 11 8 0 src/libcharon/plugins/kernel_netlink/kernel_netlink_shared.c:792
180 pkcs12_derive_key 0.05 116 - 41 0 2 src/libstrongswan/credentials/containers/pkcs12.c:153
181 settings_value_as_time 0.05 46 - 15 7 0 src/libstrongswan/settings/settings.c:696
182 traffic_selector_create_from_rfc3779_format 0.05 60 - 25 3 2 src/libstrongswan/selectors/traffic_selector.c:748
183 pkcs8_private_key_load 0.05 153 - 39 1 1 src/libstrongswan/plugins/pkcs8/pkcs8_builder.c:239
184 proposal_keywords_create 0.05 21 - 4 9 0 src/libstrongswan/crypto/proposal/proposal_keywords.c:181
185 settings_kv_set 0.05 75 - 34 1 2 src/libstrongswan/settings/settings_types.c:96
186 mem_cred_create 0.05 21 - 4 9 0 src/libstrongswan/credentials/sets/mem_cred.c:888
187 stream_manager_create 0.05 27 - 4 9 0 src/libstrongswan/networking/streams/stream_manager.c:234
188 identification_create_from_sockaddr 0.05 90 - 29 3 1 src/libstrongswan/utils/identification.c:2028
189 fetcher_manager_create 0.05 21 - 4 9 0 src/libstrongswan/fetcher/fetcher_manager.c:204
190 libcharon_deinit 0.05 84 - 29 4 0 src/libcharon/daemon.c:980
191 ocsp_responders_create 0.05 21 - 4 9 0 src/libstrongswan/credentials/ocsp_responders.c:103
192 timespan_from_string 0.05 40 - 13 7 0 src/libstrongswan/utils/utils/time.c:86
193 enumerator_create_glob 0.05 46 - 13 7 0 src/libstrongswan/collections/enumerator.c:246
194 plugin_loader_add_plugindirs 0.05 30 - 8 6 2 src/libstrongswan/plugins/plugin_loader.c:1511
195 mem_pool_create 0.05 70 - 17 5 1 src/libcharon/attributes/mem_pool.c:663
196 dnskey_encoder_encode 0.05 60 - 17 4 2 src/libstrongswan/plugins/dnskey/dnskey_encoder.c:80
197 command_dispatch 0.05 136 - 41 0 1 src/pki/command.c:284
198 chunk_from_hex 0.05 57 - 21 4 1 src/libstrongswan/utils/chunk.c:527
199 identification_create_from_encoding 0.05 70 - 25 3 1 src/libstrongswan/utils/identification.c:2012
200 enumerator_create_directory 0.05 54 - 15 5 1 src/libstrongswan/collections/enumerator.c:152
201 mem_pool_create_range 0.05 42 - 15 3 3 src/libcharon/attributes/mem_pool.c:722
202 openssl_aead_create 0.05 96 - 30 3 0 src/libstrongswan/plugins/openssl/openssl_aead.c:235
203 asn1_algorithmIdentifier_params 0.05 104 - 25 3 1 src/libstrongswan/asn1/asn1.c:39
204 asn1_unwrap 0.05 37 - 10 7 0 src/libstrongswan/asn1/asn1.c:306
205 traffic_selector_create_from_subnet 0.05 54 - 20 3 2 src/libstrongswan/selectors/traffic_selector.c:781
206 host_printf_hook 0.05 50 - 14 1 5 src/libstrongswan/networking/host.c:105
207 plugin_feature_matches 0.04 66 - 42 0 0 src/libstrongswan/plugins/plugin_feature.c:155
208 traffic_selector_create_from_bytes 0.04 53 - 22 3 1 src/libstrongswan/selectors/traffic_selector.c:722
209 settings_kv_destroy 0.04 70 - 27 1 2 src/libstrongswan/settings/settings_types.c:36
210 load_pools_cfg 0.04 134 - 31 2 0 src/swanctl/commands/load_pools.c:198
211 ts_payload_create_from_traffic_selectors 0.04 61 - 11 6 0 src/libcharon/encoding/payloads/ts_payload.c:313
212 array_insert_enumerator 0.04 68 - 26 1 2 src/libstrongswan/collections/array.c:302
213 pkcs7_attributes_create_from_chunk 0.04 43 - 11 6 0 src/libstrongswan/plugins/pkcs7/pkcs7_attributes.c:274
214 task_manager_create 0.04 51 - 10 6 0 src/libcharon/sa/task_manager.c:89
215 proposal_has_additional_ke 0.04 30 - 10 6 0 src/libstrongswan/crypto/proposal/proposal.c:1460
216 testable_function_register 0.04 82 - 25 3 0 src/libstrongswan/utils/test.c:45
217 pkcs7_encrypted_data_load 0.04 73 - 20 4 0 src/libstrongswan/plugins/pkcs7/pkcs7_encrypted_data.c:210
218 memxor 0.04 27 - 10 6 0 src/libstrongswan/utils/utils/memory.c:24
219 array_insert 0.04 62 - 24 1 2 src/libstrongswan/collections/array.c:313
220 array_remove_at 0.04 80 - 29 0 2 src/libstrongswan/collections/array.c:273
221 metadata_factory_create 0.04 36 - 9 6 0 src/libstrongswan/metadata/metadata_factory.c:102
222 pgp_read_mpi 0.04 36 - 9 6 0 src/libstrongswan/plugins/pgp/pgp_utils.c:98
223 openssl_rsa_public_key_load 0.04 74 - 23 3 0 src/libstrongswan/plugins/openssl/openssl_rsa_public_key.c:531
224 vici_register 0.04 48 - 13 5 0 src/libcharon/plugins/vici/libvici.c:692
225 plugin_constructor_register 0.04 78 - 23 3 0 src/libstrongswan/plugins/plugin_loader.c:323
226 asn1_oid_from_string 0.04 58 - 18 3 1 src/libstrongswan/asn1/asn1.c:158
227 asn1_wrap 0.04 80 - 17 3 1 src/libstrongswan/asn1/asn1.c:877
228 array_remove 0.04 75 - 27 0 2 src/libstrongswan/collections/array.c:380
229 cpu_feature_available 0.04 51 - 12 4 1 src/libstrongswan/utils/cpu_feature.c:156
230 eap_payload_create_nak 0.04 61 - 17 3 1 src/libcharon/encoding/payloads/eap_payload.c:412
231 asn1_integer 0.04 57 - 12 4 1 src/libstrongswan/asn1/asn1.c:840
232 proposal_create 0.04 20 - 6 6 0 src/libstrongswan/crypto/proposal/proposal.c:1013
233 if_id_from_string 0.04 29 - 11 5 0 src/libstrongswan/ipsec/ipsec_types.c:198
234 key_exchange_verify_pubkey 0.04 77 - 36 0 0 src/libstrongswan/crypto/key_exchange.c:637
235 cpu_feature_get_all 0.04 49 - 11 4 1 src/libstrongswan/utils/cpu_feature.c:104
236 child_sa_create 0.04 68 - 21 3 0 src/libcharon/sa/child_sa.c:2047
237 child_rekey_create 0.04 30 - 6 6 0 src/libcharon/sa/ikev2/tasks/child_rekey.c:1211
238 plugin_feature_load 0.04 106 - 36 0 0 src/libstrongswan/plugins/plugin_feature.c:467
239 plugin_feature_unload 0.04 82 - 36 0 0 src/libstrongswan/plugins/plugin_feature.c:585
240 traffic_selector_create_from_string 0.04 58 - 20 3 0 src/libstrongswan/selectors/traffic_selector.c:815
241 hash_algorithm_set_create 0.04 17 - 5 6 0 src/libstrongswan/crypto/hashers/hash_algorithm_set.c:107
242 pkcs1_private_key_load 0.04 88 - 30 1 0 src/libstrongswan/plugins/pkcs1/pkcs1_builder.c:339
243 tls_create_private_key_enumerator 0.04 58 - 15 4 0 src/libtls/tls_crypto.c:2809
244 auth_cfg_create 0.04 17 - 5 6 0 src/libstrongswan/credentials/auth_cfg.c:1433
245 proposal_create_v1 0.04 18 - 5 6 0 src/libstrongswan/crypto/proposal/proposal.c:977
246 host_create_from_chunk 0.04 54 - 14 3 1 src/libstrongswan/networking/host.c:478
247 signature_params_clone 0.04 21 - 4 6 0 src/libstrongswan/credentials/keys/signature_params.c:121
248 cert_cache_create 0.04 25 - 4 6 0 src/libstrongswan/credentials/sets/cert_cache.c:477
249 vici_dispatcher_create 0.04 23 - 4 6 0 src/libcharon/plugins/vici/vici_dispatcher.c:547
250 is_asn1 0.04 59 - 19 3 0 src/libstrongswan/asn1/asn1.c:686
251 strreplace 0.03 39 - 13 2 2 src/libstrongswan/utils/utils/string.c:45
252 array_create_enumerator 0.03 12 - 3 6 0 src/libstrongswan/collections/array.c:253
253 ike_reauth_create 0.03 17 - 3 6 0 src/libcharon/sa/ikev2/tasks/ike_reauth.c:92
254 mutex_create 0.03 19 - 3 6 0 src/libstrongswan/threading/mutex.c:173
255 message_create 0.03 15 - 3 6 0 src/libcharon/encoding/message.c:3227
256 main_mode_create 0.03 17 - 3 6 0 src/libcharon/sa/ikev1/tasks/main_mode.c:822
257 aggressive_mode_create 0.03 17 - 3 6 0 src/libcharon/sa/ikev1/tasks/aggressive_mode.c:753
258 id_payload_create_from_ts 0.03 56 - 13 3 1 src/libcharon/encoding/payloads/id_payload.c:400
259 chunk_split 0.03 63 - 18 2 1 src/libstrongswan/utils/chunk.c:135
260 keymat_v1_create 0.03 14 - 3 6 0 src/libcharon/sa/ikev1/keymat_v1.c:951
261 openssl_bn2chunk 0.03 16 - 7 5 0 src/libstrongswan/plugins/openssl/openssl_util.c:200
262 path_basename 0.03 33 - 17 3 0 src/libstrongswan/utils/utils/path.c:114
263 crypto_tester_create 0.03 10 - 2 6 0 src/libstrongswan/crypto/crypto_tester.c:1907
264 message_create_from_packet 0.03 10 - 2 6 0 src/libcharon/encoding/message.c:3163
265 pubkey_cert_wrap 0.03 62 - 17 3 0 src/libstrongswan/plugins/pubkey/pubkey_cert.c:257
266 enum_flags_to_string 0.03 42 - 12 0 4 src/libstrongswan/utils/enum.c:131
267 host_create_netmask 0.03 45 - 12 3 1 src/libstrongswan/networking/host.c:607
268 vici_begin 0.03 10 - 2 6 0 src/libcharon/plugins/vici/libvici.c:310
269 rng_allocate_bytes_not_zero 0.03 35 - 16 3 0 src/libstrongswan/crypto/rngs/rng.c:54
270 fetchline 0.03 27 - 11 4 0 src/libstrongswan/utils/lexparser.c:111
271 openssl_diffie_hellman_create 0.03 58 - 16 3 0 src/libstrongswan/plugins/openssl/openssl_diffie_hellman.c:294
272 openssl_pkcs7_load 0.03 60 - 16 3 0 src/libstrongswan/plugins/openssl/openssl_pkcs7.c:792
273 pkcs1_public_key_load 0.03 102 - 25 1 0 src/libstrongswan/plugins/pkcs1/pkcs1_builder.c:307
274 traffic_selector_create_dynamic 0.03 22 - 10 3 1 src/libstrongswan/selectors/traffic_selector.c:869
275 chunk_create_cat 0.03 48 - 15 2 1 src/libstrongswan/utils/chunk.c:89
276 child_delete_destroy_rekeyed 0.03 67 - 15 3 0 src/libcharon/sa/ikev2/tasks/child_delete.c:238
277 sec_label_mode_from_string 0.03 20 - 14 3 0 src/libstrongswan/selectors/sec_label.c:202
278 ike_sa_manager_create 0.03 68 - 14 3 0 src/libcharon/sa/ike_sa_manager.c:2550
279 tty_escape_get 0.03 41 - 29 0 0 src/libstrongswan/utils/utils/tty.c:50
280 openssl_rsa_private_key_gen 0.03 48 - 14 3 0 src/libstrongswan/plugins/openssl/openssl_rsa_private_key.c:468
281 asn1_bitstring 0.03 45 - 9 3 1 src/libstrongswan/asn1/asn1.c:823
282 xcbc_signer_create 0.03 38 - 9 3 1 src/libstrongswan/plugins/xcbc/xcbc.c:361
283 acquire_job_create 0.03 14 - 4 5 0 src/libcharon/processing/jobs/acquire_job.c:69
284 xcbc_prf_create 0.03 35 - 9 3 1 src/libstrongswan/plugins/xcbc/xcbc.c:336
285 openssl_ed_public_key_load 0.03 50 - 14 3 0 src/libstrongswan/plugins/openssl/openssl_ed_public_key.c:258
286 receiver_create 0.03 57 - 9 3 1 src/libcharon/network/receiver.c:668
287 cmac_signer_create 0.03 34 - 8 3 1 src/libstrongswan/plugins/cmac/cmac.c:379
288 openssl_ec_diffie_hellman_create 0.03 39 - 13 3 0 src/libstrongswan/plugins/openssl/openssl_ec_diffie_hellman.c:446
289 cmac_prf_create 0.03 32 - 8 3 1 src/libstrongswan/plugins/cmac/cmac.c:357
290 transform_attribute_create_value 0.03 31 - 8 3 1 src/libcharon/encoding/payloads/transform_attribute.c:252
291 get_signature_scheme 0.03 49 - 13 3 0 src/pki/pki.c:285
292 parser_helper_log 0.03 52 - 18 0 2 src/libstrongswan/utils/parser_helper.c:214
293 asn1_from_time 0.03 62 - 12 1 2 src/libstrongswan/asn1/asn1.c:483
294 time_delta_printf_hook 0.03 29 - 7 4 0 src/libstrongswan/utils/utils/time.c:175
295 tls_aead_create_aead 0.03 28 - 12 3 0 src/libtls/tls_aead.c:170
296 host_create_from_sockaddr 0.03 28 - 7 3 1 src/libstrongswan/networking/host.c:427
297 host_create_any 0.03 28 - 7 3 1 src/libstrongswan/networking/host.c:658
298 chunk_to_dec 0.03 54 - 17 1 1 src/libstrongswan/utils/chunk.c:751
299 hasher_algorithm_to_integrity 0.03 58 - 27 0 0 src/libstrongswan/crypto/hashers/hasher.c:271
300 chunk_printable 0.03 25 - 11 2 1 src/libstrongswan/utils/chunk.c:869
301 chunk_from_base64 0.03 44 - 16 2 0 src/libstrongswan/utils/chunk.c:655
302 openssl_ed_private_key_load 0.03 39 - 11 3 0 src/libstrongswan/plugins/openssl/openssl_ed_private_key.c:308
303 tls_hkdf_create 0.03 31 - 11 3 0 src/libtls/tls_hkdf.c:684
304 chunk_write 0.03 25 - 5 4 0 src/libstrongswan/utils/chunk.c:213
305 openssl_ec_private_key_gen 0.03 43 - 10 3 0 src/libstrongswan/plugins/openssl/openssl_ec_private_key.c:335
306 scep_generate_transaction_id 0.03 27 - 10 2 1 src/pki/scep/scep.c:121
307 route_entry_equals 0.03 16 - 20 0 1 src/libcharon/plugins/kernel_netlink/kernel_netlink_shared.c:1027
308 vici_message_create_from_enumerator 0.03 35 - 10 3 0 src/libcharon/plugins/vici/vici_message.c:698
309 openssl_compute_shared_key 0.03 44 - 15 2 0 src/libstrongswan/plugins/openssl/openssl_util.c:48
310 tls_crypto_create 0.03 39 - 10 3 0 src/libtls/tls_crypto.c:2440
311 hasher_algorithm_from_oid 0.03 41 - 25 0 0 src/libstrongswan/crypto/hashers/hasher.c:120
312 hasher_from_signature_scheme 0.03 44 - 25 0 0 src/libstrongswan/crypto/hashers/hasher.c:488
313 netlink_log_error 0.03 38 - 15 2 0 src/libcharon/plugins/kernel_netlink/kernel_netlink_shared.c:917
314 ike_cfg_create 0.03 49 - 10 3 0 src/libcharon/config/ike_cfg.c:600
315 signature_scheme_from_oid 0.03 45 - 25 0 0 src/libstrongswan/credentials/keys/public_key.c:115
316 path_dirname 0.03 31 - 14 2 0 src/libstrongswan/utils/utils/path.c:77
317 stream_parse_uri_unix 0.03 16 - 9 1 2 src/libstrongswan/networking/streams/stream_unix.c:27
318 openssl_kdf_create 0.03 24 - 9 3 0 src/libstrongswan/plugins/openssl/openssl_kdf.c:169
319 tls_eap_create 0.03 30 - 9 3 0 src/libtls/tls_eap.c:453
320 signature_scheme_to_oid 0.03 45 - 24 0 0 src/libstrongswan/credentials/keys/public_key.c:167
321 eap_payload_create_code 0.03 18 - 4 3 1 src/libcharon/encoding/payloads/eap_payload.c:382
322 openssl_ec_private_key_load 0.03 35 - 9 3 0 src/libstrongswan/plugins/openssl/openssl_ec_private_key.c:418
323 key_type_from_signature_scheme 0.03 32 - 24 0 0 src/libstrongswan/credentials/keys/public_key.c:306
324 openssl_ec_public_key_load 0.03 31 - 9 3 0 src/libstrongswan/plugins/openssl/openssl_ec_public_key.c:325
325 vici_message_create_from_args 0.03 38 - 9 3 0 src/libcharon/plugins/vici/vici_message.c:738
326 chunk_equals_ptr 0.02 7 - 8 2 1 src/libstrongswan/utils/chunk.h:366
327 random_rng_create 0.02 25 - 8 3 0 src/libstrongswan/plugins/random/random_rng.c:84
328 hashtable_create 0.02 30 - 8 3 0 src/libstrongswan/collections/hashtable.c:561
329 peer_cfg_create 0.02 13 - 8 3 0 src/libcharon/config/peer_cfg.c:821
330 metadata_create_int 0.02 19 - 8 3 0 src/libstrongswan/metadata/metadata_int.c:132
331 psk_authenticator_create_verifier 0.02 9 - 3 3 1 src/libcharon/sa/ikev2/authenticators/psk_authenticator.c:251
332 chunk_equals_ptr 0.02 7 - 8 2 1 src/libstrongswan/utils/chunk.h:366
333 eap_authenticator_create_builder 0.02 9 - 3 3 1 src/libcharon/sa/ikev2/authenticators/eap_authenticator.c:797
334 time_printf_hook 0.02 31 - 8 3 0 src/libstrongswan/utils/utils/time.c:140
335 printf_hook_create 0.02 7 - 3 3 1 src/libstrongswan/utils/printf_hook/printf_hook_glibc.c:231
336 chunk_equals_ptr 0.02 7 - 8 2 1 src/libstrongswan/utils/chunk.h:366
337 pubkey_authenticator_create_verifier 0.02 9 - 3 3 1 src/libcharon/sa/ikev2/authenticators/pubkey_authenticator.c:750
338 openssl_hmac_prf_create 0.02 35 - 8 3 0 src/libstrongswan/plugins/openssl/openssl_hmac.c:262
339 eap_authenticator_create_verifier 0.02 9 - 3 3 1 src/libcharon/sa/ikev2/authenticators/eap_authenticator.c:829
340 psk_authenticator_create_builder 0.02 9 - 3 3 1 src/libcharon/sa/ikev2/authenticators/psk_authenticator.c:222
341 pubkey_authenticator_create_builder 0.02 9 - 3 3 1 src/libcharon/sa/ikev2/authenticators/pubkey_authenticator.c:721
342 openssl_ed_private_key_gen 0.02 32 - 8 3 0 src/libstrongswan/plugins/openssl/openssl_ed_private_key.c:268
343 chunk_equals_ptr 0.02 7 - 8 2 1 src/libstrongswan/utils/chunk.h:366
344 openssl_hmac_signer_create 0.02 36 - 8 3 0 src/libstrongswan/plugins/openssl/openssl_hmac.c:277
345 hasher_signature_algorithm_to_oid 0.02 59 - 22 0 0 src/libstrongswan/crypto/hashers/hasher.c:418
346 openssl_hasher_create 0.02 28 - 7 3 0 src/libstrongswan/plugins/openssl/openssl_hasher.c:115
347 settings_value_as_int 0.02 15 - 7 3 0 src/libstrongswan/settings/settings.c:602
348 settings_value_as_uint64 0.02 15 - 7 3 0 src/libstrongswan/settings/settings.c:639
349 rsa_pss_params_set_salt_len 0.02 55 - 22 0 0 src/libstrongswan/credentials/keys/signature_params.c:25
350 tls_aead_create_seq 0.02 26 - 7 3 0 src/libtls/tls_aead_seq.c:217
351 task_manager_v1_create 0.02 33 - 6 3 0 src/libcharon/sa/ikev1/task_manager_v1.c:2054
352 bio_writer_create 0.02 11 - 6 3 0 src/libstrongswan/bio/bio_writer.c:223
353 xof_bitspender_create 0.02 26 - 6 3 0 src/libstrongswan/crypto/xofs/xof_bitspender.c:170
354 asn1_integer_from_uint64 0.02 24 - 11 1 1 src/libstrongswan/asn1/asn1.c:625
355 route_entry_clone 0.02 6 - 6 3 0 src/libcharon/plugins/kernel_netlink/kernel_netlink_shared.c:992
356 pkcs7_data_gen 0.02 29 - 6 3 0 src/libstrongswan/plugins/pkcs7/pkcs7_data.c:133
357 asn1_oid_to_string 0.02 38 - 11 0 2 src/libstrongswan/asn1/asn1.c:201
358 cert_payload_create_from_cert 0.02 30 - 6 3 0 src/libcharon/encoding/payloads/cert_payload.c:331
359 openssl_x_diffie_hellman_create 0.02 25 - 6 3 0 src/libstrongswan/plugins/openssl/openssl_x_diffie_hellman.c:162
360 process_message_job_create 0.02 18 - 6 3 0 src/libcharon/processing/jobs/process_message_job.c:122
361 kernel_interface_create 0.02 26 - 6 3 0 src/libcharon/kernel/kernel_interface.c:1048
362 dnskey_public_key_load 0.02 73 - 20 0 0 src/libstrongswan/plugins/dnskey/dnskey_builder.c:122
363 vici_cred_create 0.02 26 - 5 3 0 src/libcharon/plugins/vici/vici_cred.c:601
364 transform_get_enum_names 0.02 34 - 20 0 0 src/libstrongswan/crypto/transform.c:54
365 kdf_kdf_create 0.02 19 - 5 3 0 src/libstrongswan/plugins/kdf/kdf_kdf.c:176
366 tls_crypto_get_supported_signatures 0.02 23 - 10 2 0 src/libtls/tls_crypto.c:2592
367 tls_aead_create_implicit 0.02 13 - 5 3 0 src/libtls/tls_aead_impl.c:195
368 translate 0.02 13 - 5 3 0 src/libstrongswan/utils/utils/string.c:23
369 hashlist_create 0.02 17 - 5 3 0 src/libstrongswan/collections/hashlist.c:528
370 hashlist_create_sorted 0.02 17 - 5 3 0 src/libstrongswan/collections/hashlist.c:541
371 pgp_read_scalar 0.02 19 - 5 3 0 src/libstrongswan/plugins/pgp/pgp_utils.c:77
372 eat_whitespace 0.02 5 - 5 3 0 src/libstrongswan/utils/lexparser.c:22
373 settings_value_as_double 0.02 11 - 5 3 0 src/libstrongswan/settings/settings.c:664
374 child_cfg_create 0.02 6 - 5 3 0 src/libcharon/config/child_cfg.c:749
375 vici_control_create 0.02 17 - 4 3 0 src/libcharon/plugins/vici/vici_control.c:727
376 task_manager_v2_create 0.02 21 - 4 3 0 src/libcharon/sa/ikev2/task_manager_v2.c:2583
377 array_create 0.02 13 - 4 3 0 src/libstrongswan/collections/array.c:160
378 vici_config_create 0.02 13 - 4 3 0 src/libcharon/plugins/vici/vici_config.c:3057
379 pkcs7_data_load 0.02 10 - 4 3 0 src/libstrongswan/plugins/pkcs7/pkcs7_data.c:120
380 child_create_create 0.02 14 - 4 3 0 src/libcharon/sa/ikev2/tasks/child_create.c:2672
381 backtrace_dump 0.02 41 - 9 0 2 src/libstrongswan/utils/backtrace.c:969
382 certreq_payload_create_type 0.02 22 - 4 3 0 src/libcharon/encoding/payloads/certreq_payload.c:296
383 fragment_payload_create_from_data 0.02 15 - 4 3 0 src/libcharon/encoding/payloads/fragment_payload.c:214
384 vici_attribute_create 0.02 12 - 4 3 0 src/libcharon/plugins/vici/vici_attribute.c:766
385 resolve_handler_create 0.02 13 - 4 3 0 src/libcharon/plugins/resolve/resolve_handler.c:452
386 vici_authority_create 0.02 14 - 4 3 0 src/libcharon/plugins/vici/vici_authority.c:905
387 vici_query_create 0.02 28 - 4 3 0 src/libcharon/plugins/vici/vici_query.c:1957
388 array_destroy_offset 0.02 27 - 9 2 0 src/libstrongswan/collections/array.c:569
389 quick_mode_create 0.02 12 - 4 3 0 src/libcharon/sa/ikev1/tasks/quick_mode.c:1548
390 openssl_ed_private_key_create 0.02 22 - 4 3 0 src/libstrongswan/plugins/openssl/openssl_ed_private_key.c:242
391 extract_token_str 0.02 26 - 9 1 1 src/libstrongswan/utils/lexparser.c:84
392 utils_init 0.02 12 - 4 3 0 src/libstrongswan/utils/utils.c:298
393 configuration_attribute_create_chunk 0.02 13 - 3 3 0 src/libcharon/encoding/payloads/configuration_attribute.c:324
394 encrypted_fragment_payload_create_from_data 0.02 13 - 3 3 0 src/libcharon/encoding/payloads/encrypted_payload.c:1047
395 openssl_bn_cat 0.02 24 - 8 1 1 src/libstrongswan/plugins/openssl/openssl_util.c:142
396 openssl_xof_create 0.02 16 - 3 3 0 src/libstrongswan/plugins/openssl/openssl_xof.c:158
397 encrypted_payload_create_from_plain 0.02 19 - 3 3 0 src/libcharon/encoding/payloads/encrypted_payload.c:806
398 asn1_simple_object 0.02 41 - 8 1 1 src/libstrongswan/asn1/asn1.c:810
399 ike_header_create_version 0.02 13 - 3 3 0 src/libcharon/encoding/payloads/ike_header.c:506
400 linked_list_create_with_items 0.02 16 - 3 3 0 src/libstrongswan/collections/linked_list.c:619
401 linked_list_create_from_enumerator 0.02 14 - 3 3 0 src/libstrongswan/collections/linked_list.c:600
402 id_payload_create_from_identification 0.02 12 - 3 3 0 src/libcharon/encoding/payloads/id_payload.c:384
403 migrate_job_create 0.02 5 - 3 3 0 src/libcharon/processing/jobs/migrate_job.c:148
404 iv_gen_seq_create 0.02 15 - 3 3 0 src/libstrongswan/crypto/iv/iv_gen_seq.c:117
405 traffic_selector_cmp 0.02 30 - 8 0 2 src/libstrongswan/selectors/traffic_selector.c:674
406 openssl_rsa_private_key_create 0.02 14 - 3 3 0 src/libstrongswan/plugins/openssl/openssl_rsa_private_key.c:549
407 transform_substructure_create_type 0.02 15 - 3 3 0 src/libcharon/encoding/payloads/transform_substructure.c:305
408 sa_payload_create 0.02 15 - 3 3 0 src/libcharon/encoding/payloads/sa_payload.c:498
409 callback_job_create 0.02 11 - 3 3 0 src/libstrongswan/processing/jobs/callback_job.c:127
410 vici_parse_value 0.02 11 - 3 3 0 src/libcharon/plugins/vici/libvici.c:518
411 chunk_unmap 0.02 22 - 8 2 0 src/libstrongswan/utils/chunk.c:461
412 mode_config_create 0.02 12 - 3 3 0 src/libcharon/sa/ikev1/tasks/mode_config.c:664
413 vici_connect 0.02 11 - 3 3 0 src/libcharon/plugins/vici/libvici.c:268
414 chunk_unmap_clear 0.02 22 - 8 2 0 src/libstrongswan/utils/chunk.c:469
415 tls_aead_create_explicit 0.02 8 - 3 3 0 src/libtls/tls_aead_expl.c:203
416 crl_is_newer 0.02 31 - 13 0 1 src/libstrongswan/credentials/certificates/crl.c:37
417 openssl_ec_private_key_create 0.02 14 - 3 3 0 src/libstrongswan/plugins/openssl/openssl_ec_private_key.c:318
418 certreq_payload_create_dn 0.02 13 - 3 3 0 src/libcharon/encoding/payloads/certreq_payload.c:322
419 array_get 0.02 29 - 13 0 1 src/libstrongswan/collections/array.c:354
420 notify_payload_create_from_protocol_and_type 0.02 13 - 3 3 0 src/libcharon/encoding/payloads/notify_payload.c:781
421 traffic_selector_substructure_create_from_traffic_selector 0.02 20 - 3 3 0 src/libcharon/encoding/payloads/traffic_selector_substructure.c:283
422 tls_prf_create_10 0.02 8 - 3 3 0 src/libtls/tls_prf.c:186
423 ke_payload_create_from_key_exchange 0.02 17 - 3 3 0 src/libcharon/encoding/payloads/ke_payload.c:247
424 cert_payload_create_from_hash_and_url 0.02 15 - 3 3 0 src/libcharon/encoding/payloads/cert_payload.c:368
425 traffic_selector_substructure_create_from_sec_label 0.02 12 - 3 3 0 src/libcharon/encoding/payloads/traffic_selector_substructure.c:307
426 delete_payload_create 0.02 13 - 3 3 0 src/libcharon/encoding/payloads/delete_payload.c:354
427 chunk_internet_checksum 0.02 27 - 8 1 1 src/libstrongswan/utils/chunk.c:1141
428 proposal_substructure_create 0.02 17 - 3 3 0 src/libcharon/encoding/payloads/proposal_substructure.c:1231
429 ike_rekey_create 0.02 9 - 2 3 0 src/libcharon/sa/ikev2/tasks/ike_rekey.c:839
430 vici_socket_create 0.02 13 - 2 3 0 src/libcharon/plugins/vici/vici_socket.c:701
431 tls_prf_create_12 0.02 8 - 2 3 0 src/libtls/tls_prf.c:104
432 unknown_payload_create_data 0.02 12 - 2 3 0 src/libcharon/encoding/payloads/unknown_payload.c:208
433 pki_cert_extract_cert 0.02 63 - 12 1 0 src/pki/pki_cert.c:438
434 vendor_id_payload_create 0.02 7 - 2 3 0 src/libcharon/encoding/payloads/vendor_id_payload.c:192
435 rr_set_create 0.02 12 - 2 3 0 src/libstrongswan/resolver/rr_set.c:78
436 parse_rsa_padding 0.02 12 - 7 2 0 src/pki/pki.c:244
437 tls_aead_create_null 0.02 8 - 2 3 0 src/libtls/tls_aead_null.c:136
438 ike_auth_lifetime_create 0.02 12 - 2 3 0 src/libcharon/sa/ikev2/tasks/ike_auth_lifetime.c:149
439 tls_peer_create 0.02 5 - 2 3 0 src/libtls/tls_peer.c:1983
440 tls_server_create 0.02 5 - 2 3 0 src/libtls/tls_server.c:1868
441 iv_manager_create 0.02 9 - 2 3 0 src/libcharon/sa/ikev1/iv_manager.c:332
442 ike_redirect_create 0.02 10 - 2 3 0 src/libcharon/sa/ikev2/tasks/ike_redirect.c:126
443 isakmp_cert_pre_create 0.02 12 - 2 3 0 src/libcharon/sa/ikev1/tasks/isakmp_cert_pre.c:649
444 isakmp_delete_create 0.02 12 - 2 3 0 src/libcharon/sa/ikev1/tasks/isakmp_delete.c:163
445 ike_mobike_create 0.02 12 - 2 3 0 src/libcharon/sa/ikev2/tasks/ike_mobike.c:664
446 ike_init_create 0.02 14 - 2 3 0 src/libcharon/sa/ikev2/tasks/ike_init.c:1515
447 chunk_from_fd 0.02 45 - 12 1 0 src/libstrongswan/utils/chunk.c:258
448 ike_natd_create 0.02 12 - 2 3 0 src/libcharon/sa/ikev2/tasks/ike_natd.c:465
449 ike_establish_create 0.02 12 - 2 3 0 src/libcharon/sa/ikev2/tasks/ike_establish.c:112
450 ike_auth_create 0.02 10 - 2 3 0 src/libcharon/sa/ikev2/tasks/ike_auth.c:1705
451 ike_dpd_create 0.02 12 - 2 3 0 src/libcharon/sa/ikev2/tasks/ike_dpd.c:56
452 ike_config_create 0.02 12 - 2 3 0 src/libcharon/sa/ikev2/tasks/ike_config.c:510
453 chunk_copy_pad 0.02 14 - 7 0 2 src/libstrongswan/utils/chunk.c:849
454 ike_delete_create 0.02 12 - 2 3 0 src/libcharon/sa/ikev2/tasks/ike_delete.c:251
455 isakmp_natd_create 0.02 12 - 2 3 0 src/libcharon/sa/ikev1/tasks/isakmp_natd.c:476
456 ike_cert_pre_create 0.02 12 - 2 3 0 src/libcharon/sa/ikev2/tasks/ike_cert_pre.c:664
457 ike_cert_post_create 0.02 12 - 2 3 0 src/libcharon/sa/ikev2/tasks/ike_cert_post.c:393
458 isakmp_vendor_create 0.02 12 - 2 3 0 src/libcharon/sa/ikev1/tasks/isakmp_vendor.c:463
459 notify_payload_create 0.02 8 - 2 3 0 src/libcharon/encoding/payloads/notify_payload.c:740
460 chunk_internet_checksum_inc 0.02 25 - 7 1 1 src/libstrongswan/utils/chunk.c:1118
461 nonce_nonceg_create 0.02 11 - 2 3 0 src/libstrongswan/plugins/nonce/nonce_nonceg.c:61
462 informational_create 0.02 12 - 2 3 0 src/libcharon/sa/ikev1/tasks/informational.c:226
463 isakmp_cert_post_create 0.02 12 - 2 3 0 src/libcharon/sa/ikev1/tasks/isakmp_cert_post.c:332
464 quick_delete_create 0.02 12 - 2 3 0 src/libcharon/sa/ikev1/tasks/quick_delete.c:289
465 xauth_create 0.02 12 - 2 3 0 src/libcharon/sa/ikev1/tasks/xauth.c:549
466 child_delete_create 0.02 14 - 2 3 0 src/libcharon/sa/ikev2/tasks/child_delete.c:721
467 condvar_create 0.02 16 - 2 3 0 src/libstrongswan/threading/mutex.c:316
468 rwlock_create 0.02 12 - 2 3 0 src/libstrongswan/threading/rwlock.c:179
469 mac_signer_create 0.02 4 - 2 3 0 src/libstrongswan/crypto/signers/mac_signer.c:120
470 bus_create 0.02 12 - 2 3 0 src/libcharon/bus/bus.c:1126
471 vici_logger_create 0.02 8 - 2 3 0 src/libcharon/plugins/vici/vici_logger.c:164
472 callback_job_create_with_prio 0.02 8 - 2 3 0 src/libstrongswan/processing/jobs/callback_job.c:95
473 encrypted_payload_create 0.02 10 - 2 3 0 src/libcharon/encoding/payloads/encrypted_payload.c:762
474 generator_create_no_dbg 0.02 11 - 2 3 0 src/libcharon/encoding/generator.c:612
475 bio_reader_create_own 0.02 10 - 2 3 0 src/libstrongswan/bio/bio_reader.c:354
476 eap_payload_create_data_own 0.02 10 - 2 3 0 src/libcharon/encoding/payloads/eap_payload.c:370
477 openssl_sha1_prf_create 0.02 8 - 2 3 0 src/libstrongswan/plugins/openssl/openssl_sha1_prf.c:169
478 cert_payload_create_custom 0.02 12 - 2 3 0 src/libcharon/encoding/payloads/cert_payload.c:383
479 asn1_build_object 0.02 36 - 7 1 1 src/libstrongswan/asn1/asn1.c:781
480 strerror_init 0.02 8 - 2 3 0 src/libstrongswan/utils/utils/strerror.c:130
481 packet_create 0.02 7 - 2 3 0 src/libstrongswan/networking/packet.c:223
482 eap_payload_create_data 0.02 9 - 2 3 0 src/libcharon/encoding/payloads/eap_payload.c:359
483 configuration_attribute_create_value 0.02 13 - 2 3 0 src/libcharon/encoding/payloads/configuration_attribute.c:341
484 cp_payload_create 0.02 7 - 2 3 0 src/libcharon/encoding/payloads/cp_payload.c:329
485 vici_cert_info_from_str 0.02 12 - 7 2 0 src/libcharon/plugins/vici/vici_cert_info.c:42
486 callback_cred_create_shared 0.02 8 - 2 3 0 src/libstrongswan/credentials/sets/callback_cred.c:141
487 adopt_children_job_create 0.02 5 - 1 3 0 src/libcharon/processing/jobs/adopt_children_job.c:280
488 backend_manager_create 0.02 4 - 1 3 0 src/libcharon/config/backend_manager.c:537
489 auth_cfg_wrapper_create 0.02 5 - 1 3 0 src/libstrongswan/credentials/sets/auth_cfg_wrapper.c:209
490 enumerator_create_nested 0.02 5 - 1 3 0 src/libstrongswan/collections/enumerator.c:635
491 enumerator_create_filter 0.02 4 - 1 3 0 src/libstrongswan/collections/enumerator.c:692
492 vici_message_create_from_data 0.02 4 - 1 3 0 src/libcharon/plugins/vici/vici_message.c:667
493 vici_builder_create 0.02 5 - 1 3 0 src/libcharon/plugins/vici/vici_builder.c:262
494 enumerator_create_empty 0.02 4 - 1 3 0 src/libstrongswan/collections/enumerator.c:65
495 enumerator_create_cleaner 0.02 4 - 1 3 0 src/libstrongswan/collections/enumerator.c:744
496 pkcs7_attributes_create 0.02 5 - 1 3 0 src/libstrongswan/plugins/pkcs7/pkcs7_attributes.c:201
497 counters_listener_create 0.02 7 - 1 3 0 src/libcharon/plugins/counters/counters_listener.c:431
498 enumerator_create_token 0.02 6 - 1 3 0 src/libstrongswan/collections/enumerator.c:558
499 ocsp_response_wrapper_create 0.02 4 - 1 3 0 src/libstrongswan/credentials/sets/ocsp_response_wrapper.c:131
500 trap_manager_create 0.02 6 - 1 3 0 src/libcharon/sa/trap_manager.c:779
501 cp_payload_create_type 0.02 5 - 1 3 0 src/libcharon/encoding/payloads/cp_payload.c:294
502 constraints_validator_create 0.02 5 - 1 3 0 src/libstrongswan/plugins/constraints/constraints_validator.c:1022
503 eap_payload_create 0.02 5 - 1 3 0 src/libcharon/encoding/payloads/eap_payload.c:325
504 bio_reader_create 0.02 5 - 1 3 0 src/libstrongswan/bio/bio_reader.c:319
505 certificate_printer_create 0.02 4 - 1 3 0 src/libstrongswan/credentials/certificates/certificate_printer.c:773
506 configuration_attribute_create 0.02 5 - 1 3 0 src/libcharon/encoding/payloads/configuration_attribute.c:295
507 ocsp_single_response_create 0.02 5 - 1 3 0 src/libstrongswan/credentials/certificates/ocsp_single_response.c:59
508 redirect_manager_create 0.02 4 - 1 3 0 src/libcharon/sa/redirect_manager.c:176
509 certreq_payload_create 0.02 5 - 1 3 0 src/libcharon/encoding/payloads/certreq_payload.c:264
510 array_invoke_offset 0.02 19 - 6 2 0 src/libstrongswan/collections/array.c:532
511 linked_list_create 0.02 5 - 1 3 0 src/libstrongswan/collections/linked_list.c:564
512 sys_logger_create 0.02 7 - 1 3 0 src/libcharon/bus/listeners/sys_logger.c:186
513 packet_create_from_data 0.02 5 - 1 3 0 src/libstrongswan/networking/packet.c:191
514 revocation_validator_create 0.02 6 - 1 3 0 src/libstrongswan/plugins/revocation/revocation_validator.c:1026
515 cert_payload_create 0.02 5 - 1 3 0 src/libcharon/encoding/payloads/cert_payload.c:298
516 keymat_v2_create 0.02 5 - 1 3 0 src/libcharon/sa/ikev2/keymat_v2.c:825
517 parser_create 0.02 5 - 1 3 0 src/libcharon/encoding/parser.c:645
518 asn1_parser_create 0.02 5 - 1 3 0 src/libstrongswan/asn1/asn1_parser.c:323
519 auth_payload_create 0.02 5 - 1 3 0 src/libcharon/encoding/payloads/auth_payload.c:195
520 encryption_algorithm_from_oid 0.02 48 - 11 1 0 src/libstrongswan/crypto/crypters/crypter.c:64
521 metadata_set_create 0.02 5 - 1 3 0 src/libstrongswan/metadata/metadata_set.c:69
522 child_sa_manager_create 0.02 4 - 1 3 0 src/libcharon/sa/child_sa_manager.c:312
523 capabilities_create 0.02 5 - 1 3 0 src/libstrongswan/utils/capabilities.c:498
524 generator_create 0.02 7 - 1 3 0 src/libcharon/encoding/generator.c:589
525 shunt_manager_create 0.02 5 - 1 3 0 src/libcharon/sa/shunt_manager.c:469
526 ike_sa_id_create 0.02 4 - 1 3 0 src/libcharon/sa/ike_sa_id.c:138
527 xauth_manager_create 0.02 4 - 1 3 0 src/libcharon/sa/xauth/xauth_manager.c:163
528 eap_manager_create 0.02 4 - 1 3 0 src/libcharon/sa/eap/eap_manager.c:192
529 update_sa_job_create 0.02 5 - 1 3 0 src/libcharon/processing/jobs/update_sa_job.c:95
530 inactivity_job_create 0.02 5 - 1 3 0 src/libcharon/processing/jobs/inactivity_job.c:140
531 encrypted_fragment_payload_create 0.02 6 - 1 3 0 src/libcharon/encoding/payloads/encrypted_payload.c:1006
532 initiate_tasks_job_create 0.02 5 - 1 3 0 src/libcharon/processing/jobs/initiate_tasks_job.c:81
533 roam_job_create 0.02 5 - 1 3 0 src/libcharon/processing/jobs/roam_job.c:98
534 stream_create_from_fd 0.02 5 - 1 3 0 src/libstrongswan/networking/streams/stream.c:270
535 controller_create 0.02 4 - 1 3 0 src/libcharon/control/controller.c:765
536 mac_prf_create 0.02 4 - 1 3 0 src/libstrongswan/crypto/prfs/mac_prf.c:85
537 ike_header_create 0.02 5 - 1 3 0 src/libcharon/encoding/payloads/ike_header.c:454
538 start_action_job_create 0.02 5 - 1 3 0 src/libcharon/processing/jobs/start_action_job.c:105
539 options_create 0.02 5 - 1 3 0 src/libstrongswan/utils/optionsfrom.c:208
540 rng_tester_create 0.02 4 - 1 3 0 src/libstrongswan/crypto/rngs/rng_tester.c:73
541 tls_alert_create 0.02 5 - 1 3 0 src/libtls/tls_alert.c:228
542 dpd_timeout_job_create 0.02 5 - 1 3 0 src/libcharon/processing/jobs/dpd_timeout_job.c:110
543 spinlock_create 0.02 7 - 1 3 0 src/libstrongswan/threading/spinlock.c:109
544 enumerator_create_single 0.02 5 - 1 3 0 src/libstrongswan/collections/enumerator.c:800
545 nonce_payload_create 0.02 5 - 1 3 0 src/libcharon/encoding/payloads/nonce_payload.c:192
546 thread_value_create 0.02 6 - 1 3 0 src/libstrongswan/threading/thread_value.c:78
547 id_payload_create 0.02 5 - 1 3 0 src/libcharon/encoding/payloads/id_payload.c:353
548 openssl_rng_create 0.02 4 - 1 3 0 src/libstrongswan/plugins/openssl/openssl_rng.c:83
549 file_logger_create 0.02 6 - 1 3 0 src/libcharon/bus/listeners/file_logger.c:381
550 aead_create 0.02 4 - 1 3 0 src/libstrongswan/crypto/aead.c:174
551 traffic_selector_substructure_create 0.02 5 - 1 3 0 src/libcharon/encoding/payloads/traffic_selector_substructure.c:253
552 updown_handler_create 0.02 4 - 1 3 0 src/libcharon/plugins/updown/updown_handler.c:214
553 attribute_manager_create 0.02 4 - 1 3 0 src/libcharon/attributes/attribute_manager.c:323
554 metadata_set_destroy 0.02 30 - 11 1 0 src/libstrongswan/metadata/metadata_set.c:167
555 metadata_set_get 0.02 34 - 11 0 1 src/libstrongswan/metadata/metadata_set.c:122
556 updown_listener_create 0.02 5 - 1 3 0 src/libcharon/plugins/updown/updown_listener.c:461
557 ike_mid_sync_create 0.02 5 - 1 3 0 src/libcharon/sa/ikev2/tasks/ike_mid_sync.c:247
558 ike_reauth_complete_create 0.02 5 - 1 3 0 src/libcharon/sa/ikev2/tasks/ike_reauth_complete.c:83
559 ike_vendor_create 0.02 5 - 1 3 0 src/libcharon/sa/ikev2/tasks/ike_vendor.c:257
560 send_keepalive_job_create 0.02 5 - 1 3 0 src/libcharon/processing/jobs/send_keepalive_job.c:73
561 send_dpd_job_create 0.02 5 - 1 3 0 src/libcharon/processing/jobs/send_dpd_job.c:79
562 psk_v1_authenticator_create 0.02 5 - 1 3 0 src/libcharon/sa/ikev1/authenticators/psk_v1_authenticator.c:153
563 rekey_ike_sa_job_create 0.02 5 - 1 3 0 src/libcharon/processing/jobs/rekey_ike_sa_job.c:140
564 shared_key_create 0.02 4 - 1 3 0 src/libstrongswan/credentials/keys/shared_key.c:89
565 retry_initiate_job_create 0.02 5 - 1 3 0 src/libcharon/processing/jobs/retry_initiate_job.c:80
566 retransmit_job_create 0.02 5 - 1 3 0 src/libcharon/processing/jobs/retransmit_job.c:83
567 transform_attribute_create 0.02 5 - 1 3 0 src/libcharon/encoding/payloads/transform_attribute.c:222
568 resolver_manager_create 0.02 5 - 1 3 0 src/libstrongswan/resolver/resolver_manager.c:76
569 rekey_child_sa_job_create 0.02 5 - 1 3 0 src/libcharon/processing/jobs/rekey_child_sa_job.c:89
570 redirect_job_create 0.02 5 - 1 3 0 src/libcharon/processing/jobs/redirect_job.c:89
571 xauth_generic_create_peer 0.02 4 - 1 3 0 src/libcharon/plugins/xauth_generic/xauth_generic.c:225
572 xauth_generic_create_server 0.02 4 - 1 3 0 src/libcharon/plugins/xauth_generic/xauth_generic.c:250
573 delete_ike_sa_job_create 0.02 5 - 1 3 0 src/libcharon/processing/jobs/delete_ike_sa_job.c:117
574 delete_child_sa_job_create_id 0.02 5 - 1 3 0 src/libcharon/processing/jobs/delete_child_sa_job.c:143
575 delete_child_sa_job_create 0.02 5 - 1 3 0 src/libcharon/processing/jobs/delete_child_sa_job.c:118
576 ike_verify_peer_cert_create 0.02 5 - 1 3 0 src/libcharon/sa/ikev2/tasks/ike_verify_peer_cert.c:100
577 socket_manager_create 0.02 5 - 1 3 0 src/libcharon/network/socket_manager.c:174
578 sender_create 0.02 7 - 1 3 0 src/libcharon/network/sender.c:192
579 pubkey_v1_authenticator_create 0.02 5 - 1 3 0 src/libcharon/sa/ikev1/authenticators/pubkey_v1_authenticator.c:240
580 kernel_handler_create 0.02 6 - 1 3 0 src/libcharon/kernel/kernel_handler.c:149
581 signature_schemes_for_key 0.02 4 - 1 3 0 src/libstrongswan/credentials/keys/public_key.c:285
582 hash_payload_create 0.02 5 - 1 3 0 src/libcharon/encoding/payloads/hash_payload.c:153
583 iv_gen_rand_create 0.02 4 - 1 3 0 src/libstrongswan/crypto/iv/iv_gen_rand.c:66
584 fragment_payload_create 0.02 6 - 1 3 0 src/libcharon/encoding/payloads/fragment_payload.c:183
585 vendor_id_payload_create_data 0.02 5 - 1 3 0 src/libcharon/encoding/payloads/vendor_id_payload.c:161
586 isakmp_dpd_create 0.02 5 - 1 3 0 src/libcharon/sa/ikev1/tasks/isakmp_dpd.c:103
587 phase1_create 0.02 5 - 1 3 0 src/libcharon/sa/ikev1/phase1.c:803
588 tls_cache_create 0.02 4 - 1 3 0 src/libtls/tls_cache.c:218
589 settings_kv_create 0.02 4 - 1 3 0 src/libstrongswan/settings/settings_types.c:22
590 ikev1_child_sa_is_redundant 0.02 33 - 16 0 0 src/libcharon/sa/ikev1/task_manager_v1.c:1734
591 unknown_payload_create 0.02 5 - 1 3 0 src/libcharon/encoding/payloads/unknown_payload.c:175
592 iv_gen_null_create 0.02 4 - 1 3 0 src/libstrongswan/crypto/iv/iv_gen_null.c:51
593 transform_substructure_create 0.02 5 - 1 3 0 src/libcharon/encoding/payloads/transform_substructure.c:271
594 settings_section_create 0.02 5 - 1 3 0 src/libstrongswan/settings/settings_types.c:53
595 ts_payload_create 0.02 5 - 1 3 0 src/libcharon/encoding/payloads/ts_payload.c:280
596 ke_payload_create 0.02 6 - 1 3 0 src/libcharon/encoding/payloads/ke_payload.c:216
597 tls_fragmentation_create 0.02 5 - 1 3 0 src/libtls/tls_fragmentation.c:504
598 tls_protection_create 0.02 5 - 1 3 0 src/libtls/tls_protection.c:156
599 tls_compression_create 0.02 4 - 1 3 0 src/libtls/tls_compression.c:58
600 payload_is_known 0.02 31 - 15 0 0 src/libcharon/encoding/payloads/payload.c:272
601 hasher_algorithm_for_ikev2 0.02 20 - 15 0 0 src/libstrongswan/crypto/hashers/hasher.c:343
602 hasher_hash_size 0.02 31 - 15 0 0 src/libstrongswan/crypto/hashers/hasher.c:82
603 private_key_equals 0.02 18 - 10 0 1 src/libstrongswan/credentials/keys/private_key.c:22
604 signature_params_comply 0.02 28 - 15 0 0 src/libstrongswan/credentials/keys/signature_params.c:113
605 signature_params_equal 0.02 28 - 15 0 0 src/libstrongswan/credentials/keys/signature_params.c:105
606 settings_section_destroy 0.02 33 - 10 1 0 src/libstrongswan/settings/settings_types.c:82
607 public_key_equals 0.02 18 - 10 0 1 src/libstrongswan/credentials/keys/public_key.c:72
608 redirect_data_parse 0.02 34 - 10 1 0 src/libcharon/sa/redirect_manager.c:247
609 xof_mgf1_from_hash_algorithm 0.02 28 - 15 0 0 src/libstrongswan/crypto/xofs/xof.c:39
610 settings_value_as_bool 0.01 18 - 14 0 0 src/libstrongswan/settings/settings.c:564
611 private_key_has_fingerprint 0.01 15 - 9 0 1 src/libstrongswan/credentials/keys/private_key.c:65
612 vici_parse_value_str 0.01 16 - 4 2 0 src/libcharon/plugins/vici/libvici.c:533
613 key_exchange_is_ecdh 0.01 19 - 14 0 0 src/libstrongswan/crypto/key_exchange.c:595
614 tls_crypto_get_supported_groups 0.01 20 - 4 2 0 src/libtls/tls_crypto.c:2560
615 private_key_belongs_to 0.01 15 - 9 0 1 src/libstrongswan/credentials/keys/private_key.c:46
616 hasher_algorithm_from_prf 0.01 23 - 14 0 0 src/libstrongswan/crypto/hashers/hasher.c:168
617 enum_from_name_as_int 0.01 14 - 9 1 0 src/libstrongswan/utils/enum.c:93
618 public_key_has_fingerprint 0.01 15 - 9 0 1 src/libstrongswan/credentials/keys/public_key.c:96
619 array_compress 0.01 27 - 9 0 1 src/libstrongswan/collections/array.c:184
620 asn1_length 0.01 36 - 9 1 0 src/libstrongswan/asn1/asn1.c:246
621 array_destroy_function 0.01 25 - 9 1 0 src/libstrongswan/collections/array.c:563
622 pgp_encoder_encode 0.01 39 - 13 0 0 src/libstrongswan/plugins/pgp/pgp_encoder.c:64
623 array_bsearch 0.01 26 - 8 0 1 src/libstrongswan/collections/array.c:482
624 free_align 0.01 10 - 3 2 0 src/libstrongswan/utils/utils/align.c:48
625 ike_cfg_get_family 0.01 32 - 12 0 0 src/libcharon/config/ike_cfg.c:520
626 memstr 0.01 14 - 7 0 1 src/libstrongswan/utils/utils/memory.c:117
627 encryption_algorithm_to_oid 0.01 46 - 12 0 0 src/libstrongswan/crypto/crypters/crypter.c:121
628 rng_get_bytes_not_zero 0.01 13 - 7 1 0 src/libstrongswan/crypto/rngs/rng.c:29
629 encryption_algorithm_is_aead 0.01 17 - 12 0 0 src/libstrongswan/crypto/crypters/crypter.c:177
630 hasher_algorithm_to_oid 0.01 40 - 12 0 0 src/libstrongswan/crypto/hashers/hasher.c:370
631 path_first_separator 0.01 15 - 6 1 0 src/libstrongswan/utils/utils/path.c:31
632 extract_token 0.01 15 - 6 1 0 src/libstrongswan/utils/lexparser.c:50
633 array_invoke 0.01 17 - 6 1 0 src/libstrongswan/collections/array.c:512
634 cred_encoding_args 0.01 29 - 6 1 0 src/libstrongswan/credentials/cred_encoding.c:56
635 asn1_known_oid 0.01 18 - 6 1 0 src/libstrongswan/asn1/asn1.c:73
636 vici_verify_type 0.01 21 - 10 0 0 src/libcharon/plugins/vici/vici_message.c:81
637 chunk_equals 0.01 5 - 5 0 1 src/libstrongswan/utils/chunk.h:343
638 certificate_matches 0.01 22 - 10 0 0 src/libstrongswan/credentials/certificates/certificate.c:70
639 chunk_equals 0.01 5 - 5 0 1 src/libstrongswan/utils/chunk.h:343
640 malloc_align 0.01 15 - 5 0 1 src/libstrongswan/utils/utils/align.c:24
641 chunk_clear 0.01 12 - 5 1 0 src/libstrongswan/utils/chunk.h:241
642 chunk_equals 0.01 5 - 5 0 1 src/libstrongswan/utils/chunk.h:343
643 chunk_clear 0.01 12 - 5 1 0 src/libstrongswan/utils/chunk.h:241
644 chunk_create_clone 0.01 10 - 5 0 1 src/libstrongswan/utils/chunk.c:42
645 openssl_ecdh_group_to_nid 0.01 23 - 10 0 0 src/libstrongswan/plugins/openssl/openssl_ec_diffie_hellman.c:278
646 chunk_length 0.01 20 - 5 1 0 src/libstrongswan/utils/chunk.c:59
647 backtrace_create 0.01 21 - 5 0 1 src/libstrongswan/utils/backtrace.c:940
648 child_delete_destroy_and_force_reestablish 0.01 44 - 10 0 0 src/libcharon/sa/ikev2/tasks/child_delete.c:228
649 openssl_fingerprint 0.01 35 - 10 0 0 src/libstrongswan/plugins/openssl/openssl_util.c:100
650 chunk_clear 0.01 12 - 5 1 0 src/libstrongswan/utils/chunk.h:241
651 chunk_clear 0.01 12 - 5 1 0 src/libstrongswan/utils/chunk.h:241
652 child_delete_destroy_and_reestablish 0.01 43 - 10 0 0 src/libcharon/sa/ikev2/tasks/child_delete.c:219
653 print_label 0.01 18 - 5 1 0 src/swanctl/swanctl.c:65
654 chunk_equals 0.01 5 - 5 0 1 src/libstrongswan/utils/chunk.h:343
655 command_usage 0.01 34 - 10 0 0 src/pki/command.c:213
656 utils_memrchr 0.01 11 - 5 1 0 src/libstrongswan/utils/utils/memory.c:139
657 vici_parse_name_eq 0.01 11 - 9 0 0 src/libcharon/plugins/vici/libvici.c:505
658 route_entry_destroy 0.01 9 - 4 1 0 src/libcharon/plugins/kernel_netlink/kernel_netlink_shared.c:980
659 scep_build_request 0.01 59 - 9 0 0 src/pki/scep/scep.c:163
660 retransmission_timeout_total 0.01 20 - 9 0 0 src/libcharon/sa/task_manager.c:74
661 vici_parse 0.01 23 - 9 0 0 src/libcharon/plugins/vici/libvici.c:459
662 command_getopt 0.01 13 - 4 1 0 src/pki/command.c:111
663 ipsec_sa_cfg_equals 0.01 10 - 9 0 0 src/libstrongswan/ipsec/ipsec_types.c:58
664 chunk_compare 0.01 7 - 4 0 1 src/libstrongswan/utils/chunk.c:816
665 vici_parse_name 0.01 13 - 4 1 0 src/libcharon/plugins/vici/libvici.c:487
666 load_swanctl_conf 0.01 20 - 4 0 1 src/swanctl/swanctl.c:34
667 fetcher_default_callback 0.01 11 - 4 0 1 src/libstrongswan/fetcher/fetcher.c:22
668 netlink_add_attribute 0.01 13 - 4 0 1 src/libcharon/plugins/kernel_netlink/kernel_netlink_shared.c:837
669 proposal_select 0.01 36 - 8 0 0 src/libstrongswan/crypto/proposal/proposal.c:1404
670 wait_sigint 0.01 8 - 3 1 0 src/libstrongswan/utils/utils.c:127
671 chunk_skip_zero 0.01 6 - 3 1 0 src/libstrongswan/utils/chunk.h:312
672 parse_ts 0.01 13 - 3 0 1 src/pki/pki.c:345
673 chunk_skip_zero 0.01 6 - 3 1 0 src/libstrongswan/utils/chunk.h:312
674 scep_parse_caps 0.01 16 - 8 0 0 src/pki/scep/scep.c:94
675 chunk_skip_zero 0.01 6 - 3 1 0 src/libstrongswan/utils/chunk.h:312
676 pseudo_random_function_from_oid 0.01 16 - 8 0 0 src/libstrongswan/crypto/prfs/prf.c:43
677 strerror_safe 0.01 26 - 8 0 0 src/libstrongswan/utils/utils/strerror.c:81
678 command_register 0.01 31 - 8 0 0 src/pki/command.c:161
679 chunk_skip_zero 0.01 6 - 3 1 0 src/libstrongswan/utils/chunk.h:312
680 ike_sa_get_dynamic_hosts 0.01 29 - 7 0 0 src/libcharon/sa/ike_sa.c:3306
681 memset_noop 0.01 2 - 2 0 1 src/libstrongswan/utils/utils/memory.h:85
682 vici_dump 0.01 6 - 2 1 0 src/libcharon/plugins/vici/libvici.c:449
683 vici_stringify 0.01 6 - 2 0 1 src/libcharon/plugins/vici/vici_message.c:68
684 chunk_hash_seed 0.01 26 - 7 0 0 src/libstrongswan/utils/chunk.c:1035
685 file_logger_time_precision_parse 0.01 10 - 7 0 0 src/libcharon/bus/listeners/file_logger.c:365
686 asn1_build_known_oid 0.01 22 - 7 0 0 src/libstrongswan/asn1/asn1.c:108
687 memset_noop 0.01 2 - 2 0 1 src/libstrongswan/utils/utils/memory.h:85
688 plugin_features_add 0.01 5 - 2 1 0 src/libstrongswan/plugins/plugin_feature.h:361
689 memmove_noop 0.01 2 - 2 0 1 src/libstrongswan/utils/utils/memory.h:71
690 memcpy_noop 0.01 2 - 2 0 1 src/libstrongswan/utils/utils/memory.h:48
691 memmove_noop 0.01 2 - 2 0 1 src/libstrongswan/utils/utils/memory.h:71
692 memset_noop 0.01 2 - 2 0 1 src/libstrongswan/utils/utils/memory.h:85
693 memcpy_noop 0.01 2 - 2 0 1 src/libstrongswan/utils/utils/memory.h:48
694 plugin_features_add 0.01 5 - 2 1 0 src/libstrongswan/plugins/plugin_feature.h:361
695 plugin_features_add 0.01 5 - 2 1 0 src/libstrongswan/plugins/plugin_feature.h:361
696 memset_noop 0.01 2 - 2 0 1 src/libstrongswan/utils/utils/memory.h:85
697 memmove_noop 0.01 2 - 2 0 1 src/libstrongswan/utils/utils/memory.h:71
698 memcpy_noop 0.01 2 - 2 0 1 src/libstrongswan/utils/utils/memory.h:48
699 retransmission_timeout 0.01 13 - 7 0 0 src/libcharon/sa/task_manager.c:50
700 redirect_data_create 0.01 28 - 7 0 0 src/libcharon/sa/redirect_manager.c:219
701 openssl_asn1_to_time 0.01 23 - 7 0 0 src/libstrongswan/plugins/openssl/openssl_util.c:295
702 eap_type_from_string 0.01 26 - 7 0 0 src/libstrongswan/eap/eap.c:104
703 memcpy_noop 0.01 2 - 2 0 1 src/libstrongswan/utils/utils/memory.h:48
704 memmove_noop 0.01 2 - 2 0 1 src/libstrongswan/utils/utils/memory.h:71
705 htoun32 0.01 4 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:128
706 untoh16 0.01 5 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:156
707 htoun32 0.01 4 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:128
708 htoun16 0.01 4 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:114
709 chunk_equals_const 0.01 13 - 6 0 0 src/libstrongswan/utils/chunk.h:356
710 htoule32 0.01 3 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:243
711 vici_find 0.01 8 - 1 1 0 src/libcharon/plugins/vici/libvici.c:647
712 path_last_separator 0.01 15 - 6 0 0 src/libstrongswan/utils/utils/path.c:54
713 memeq 0.01 2 - 1 0 1 src/libstrongswan/utils/utils/memory.h:33
714 htoun64 0.01 4 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:142
715 htoun32 0.01 4 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:128
716 htoun16 0.01 4 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:114
717 htoule16 0.01 3 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:216
718 htoule32 0.01 3 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:243
719 untoh64 0.01 5 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:186
720 untoh32 0.01 5 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:171
721 htoule16 0.01 3 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:216
722 untoh64 0.01 5 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:186
723 untoh32 0.01 5 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:171
724 uletoh32 0.01 5 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:228
725 untoh16 0.01 5 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:156
726 uletoh16 0.01 5 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:201
727 uletoh32 0.01 5 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:228
728 ike_cfg_has_address 0.01 22 - 6 0 0 src/libcharon/config/ike_cfg.c:566
729 untoh16 0.01 5 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:156
730 uletoh16 0.01 5 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:201
731 chunk_free 0.01 3 - 1 1 0 src/libstrongswan/utils/chunk.h:232
732 chunk_free 0.01 3 - 1 1 0 src/libstrongswan/utils/chunk.h:232
733 chunk_free 0.01 3 - 1 1 0 src/libstrongswan/utils/chunk.h:232
734 uletoh16 0.01 5 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:201
735 uletoh32 0.01 5 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:228
736 chunk_free 0.01 3 - 1 1 0 src/libstrongswan/utils/chunk.h:232
737 untoh32 0.01 5 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:171
738 untoh64 0.01 5 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:186
739 htoule16 0.01 3 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:216
740 htoule32 0.01 3 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:243
741 htoun16 0.01 4 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:114
742 openssl_x509_name2id 0.01 15 - 6 0 0 src/libstrongswan/plugins/openssl/openssl_util.c:259
743 htoun64 0.01 4 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:142
744 memeq 0.01 2 - 1 0 1 src/libstrongswan/utils/utils/memory.h:33
745 memeq 0.01 2 - 1 0 1 src/libstrongswan/utils/utils/memory.h:33
746 htoun64 0.01 4 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:142
747 allocate_serial 0.01 22 - 6 0 0 src/pki/pki.c:367
748 htoun32 0.01 4 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:128
749 htoun16 0.01 4 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:114
750 htoule32 0.01 3 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:243
751 htoule16 0.01 3 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:216
752 untoh64 0.01 5 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:186
753 untoh32 0.01 5 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:171
754 uletoh32 0.01 5 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:228
755 untoh16 0.01 5 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:156
756 memeq 0.01 2 - 1 0 1 src/libstrongswan/utils/utils/memory.h:33
757 htoun64 0.01 4 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:142
758 uletoh16 0.01 5 - 1 0 1 src/libstrongswan/utils/utils/byteorder.h:201
759 enum_add_enum_names 0.01 13 - 5 0 0 src/libstrongswan/utils/enum.c:30
760 strcasepfx 0.01 4 - 5 0 0 src/libstrongswan/utils/utils/string.h:69
761 strcasepfx 0.01 4 - 5 0 0 src/libstrongswan/utils/utils/string.h:69
762 strpfx 0.01 4 - 5 0 0 src/libstrongswan/utils/utils/string.h:45
763 hashtable_equals_str 0.01 4 - 5 0 0 src/libstrongswan/collections/hashtable.c:187
764 strcasepfx 0.01 4 - 5 0 0 src/libstrongswan/utils/utils/string.h:69
765 chunk_to_hex 0.01 19 - 5 0 0 src/libstrongswan/utils/chunk.c:481
766 linked_list_match_str 0.01 6 - 5 0 0 src/libstrongswan/collections/linked_list.c:54
767 time_monotonic 0.01 16 - 5 0 0 src/libstrongswan/utils/utils/time.c:34
768 strcasepfx 0.01 4 - 5 0 0 src/libstrongswan/utils/utils/string.h:69
769 strpfx 0.01 4 - 5 0 0 src/libstrongswan/utils/utils/string.h:45
770 ike_sa_is_delete_queued 0.01 18 - 5 0 0 src/libcharon/sa/ike_sa.c:2043
771 strpfx 0.01 4 - 5 0 0 src/libstrongswan/utils/utils/string.h:45
772 strpfx 0.01 4 - 5 0 0 src/libstrongswan/utils/utils/string.h:45
773 enum_to_name 0.01 11 - 5 0 0 src/libstrongswan/utils/enum.c:73
774 streq 0.00 2 - 4 0 0 src/libstrongswan/utils/utils/string.h:29
775 kdf_has_fixed_output_length 0.00 9 - 4 0 0 src/libstrongswan/crypto/kdfs/kdf.c:28
776 payload_get_field 0.00 10 - 4 0 0 src/libcharon/encoding/payloads/payload.c:324
777 array_sort 0.00 16 - 4 0 0 src/libstrongswan/collections/array.c:435
778 dbg_default_set_level 0.00 10 - 4 0 0 src/libstrongswan/utils/debug.c:118
779 strncaseeq 0.00 2 - 4 0 0 src/libstrongswan/utils/utils/string.h:61
780 strncaseeq 0.00 2 - 4 0 0 src/libstrongswan/utils/utils/string.h:61
781 strneq 0.00 2 - 4 0 0 src/libstrongswan/utils/utils/string.h:37
782 enum_remove_enum_names 0.00 11 - 4 0 0 src/libstrongswan/utils/enum.c:53
783 certificate_is_newer 0.00 12 - 4 0 0 src/libstrongswan/credentials/certificates/certificate.c:48
784 netlink_get_buflen 0.00 12 - 4 0 0 src/libcharon/plugins/kernel_netlink/kernel_netlink_shared.c:636
785 sec_labels_equal 0.00 2 - 4 0 0 src/libstrongswan/selectors/sec_label.h:145
786 strneq 0.00 2 - 4 0 0 src/libstrongswan/utils/utils/string.h:37
787 strncaseeq 0.00 2 - 4 0 0 src/libstrongswan/utils/utils/string.h:61
788 streq 0.00 2 - 4 0 0 src/libstrongswan/utils/utils/string.h:29
789 openssl_asn1_int2chunk 0.00 11 - 4 0 0 src/libstrongswan/plugins/openssl/openssl_util.c:243
790 strcaseeq 0.00 2 - 4 0 0 src/libstrongswan/utils/utils/string.h:53
791 path_absolute 0.00 10 - 4 0 0 src/libstrongswan/utils/utils/path.c:143
792 netlink_reserve 0.00 18 - 4 0 0 src/libcharon/plugins/kernel_netlink/kernel_netlink_shared.c:902
793 openssl_bn_split 0.00 11 - 4 0 0 src/libstrongswan/plugins/openssl/openssl_util.c:177
794 strcaseeq 0.00 2 - 4 0 0 src/libstrongswan/utils/utils/string.h:53
795 strcaseeq 0.00 2 - 4 0 0 src/libstrongswan/utils/utils/string.h:53
796 strneq 0.00 2 - 4 0 0 src/libstrongswan/utils/utils/string.h:37
797 key_exchange_is_kem 0.00 9 - 4 0 0 src/libstrongswan/crypto/key_exchange.c:621
798 streq 0.00 2 - 4 0 0 src/libstrongswan/utils/utils/string.h:29
799 openssl_asn1_known_oid 0.00 10 - 4 0 0 src/libstrongswan/plugins/openssl/openssl_util.c:287
800 openssl_get_md 0.00 13 - 4 0 0 src/libstrongswan/plugins/openssl/openssl_hasher.c:95
801 strncaseeq 0.00 2 - 4 0 0 src/libstrongswan/utils/utils/string.h:61
802 chunk_equals_const 0.00 3 - 4 0 0 src/libstrongswan/utils/chunk.h:356
803 strneq 0.00 2 - 4 0 0 src/libstrongswan/utils/utils/string.h:37
804 streq 0.00 2 - 4 0 0 src/libstrongswan/utils/utils/string.h:29
805 sec_labels_equal 0.00 2 - 4 0 0 src/libstrongswan/selectors/sec_label.h:145
806 strcaseeq 0.00 2 - 4 0 0 src/libstrongswan/utils/utils/string.h:53
807 chunk_equals_const 0.00 3 - 4 0 0 src/libstrongswan/utils/chunk.h:356
808 chunk_equals_const 0.00 3 - 4 0 0 src/libstrongswan/utils/chunk.h:356
809 sec_labels_equal 0.00 2 - 4 0 0 src/libstrongswan/selectors/sec_label.h:145
810 dbg_default 0.00 11 - 3 0 0 src/libstrongswan/utils/debug.c:79
811 nl_group 0.00 6 - 3 0 0 src/libcharon/plugins/kernel_netlink/kernel_netlink_shared.h:120
812 round_up 0.00 6 - 3 0 0 src/libstrongswan/utils/utils/align.h:56
813 utils_deinit 0.00 7 - 3 0 0 src/libstrongswan/utils/utils.c:310
814 round_up 0.00 6 - 3 0 0 src/libstrongswan/utils/utils/align.h:56
815 netlink_nested_start 0.00 13 - 3 0 0 src/libcharon/plugins/kernel_netlink/kernel_netlink_shared.c:879
816 is_ke_transform 0.00 3 - 3 0 0 src/libstrongswan/crypto/transform.h:74
817 is_ke_transform 0.00 3 - 3 0 0 src/libstrongswan/crypto/transform.h:74
818 diffie_hellman_get_params 0.00 8 - 3 0 0 src/libstrongswan/crypto/key_exchange.c:578
819 chunk_increment 0.00 8 - 3 0 0 src/libstrongswan/utils/chunk.c:832
820 is_ke_transform 0.00 3 - 3 0 0 src/libstrongswan/crypto/transform.h:74
821 asn1_is_printablestring 0.00 10 - 3 0 0 src/libstrongswan/asn1/asn1.c:729
822 openssl_asn1_str2chunk 0.00 9 - 3 0 0 src/libstrongswan/plugins/openssl/openssl_util.c:230
823 eap_method_register 0.00 10 - 3 0 0 src/libcharon/sa/eap/eap_method.c:29
824 tls_ec_group_to_curve 0.00 8 - 3 0 0 src/libtls/tls_crypto.c:2631
825 thread_cancellation_point 0.00 9 - 3 0 0 src/libstrongswan/threading/thread.c:466
826 round_up 0.00 6 - 3 0 0 src/libstrongswan/utils/utils/align.h:56
827 tls_signature_scheme_to_key_type 0.00 8 - 3 0 0 src/libtls/tls_crypto.c:2648
828 xauth_method_register 0.00 9 - 3 0 0 src/libcharon/sa/xauth/xauth_method.c:29
829 openssl_asn1_obj2chunk 0.00 8 - 3 0 0 src/libstrongswan/plugins/openssl/openssl_util.c:218
830 dbg_default_set_level_group 0.00 8 - 3 0 0 src/libstrongswan/utils/debug.c:100
831 keymat_get_keylen_encr 0.00 12 - 3 0 0 src/libcharon/sa/keymat.c:64
832 keymat_get_keylen_integ 0.00 22 - 3 0 0 src/libcharon/sa/keymat.c:86
833 keymat_register_constructor 0.00 11 - 3 0 0 src/libcharon/sa/keymat.c:118
834 ike_sa_can_reauthenticate 0.00 5 - 3 0 0 src/libcharon/sa/ike_sa.c:1957
835 is_ke_transform 0.00 3 - 3 0 0 src/libstrongswan/crypto/transform.h:74
836 retransmission_parse_default 0.00 15 - 3 0 0 src/libcharon/sa/task_manager.c:26
837 round_up 0.00 6 - 3 0 0 src/libstrongswan/utils/utils/align.h:56
838 pen_type_is 0.00 2 - 2 0 0 src/libstrongswan/pen/pen.h:99
839 strdupnull 0.00 2 - 2 0 0 src/libstrongswan/utils/utils/string.h:77
840 memcpy_cond 0.00 10 - 2 0 0 src/libstrongswan/utils/utils/memory.c:96
841 memeq_const 0.00 10 - 2 0 0 src/libstrongswan/utils/utils/memory.c:77
842 timeval_add_ms 0.00 6 - 2 0 0 src/libstrongswan/utils/utils/time.h:78
843 strdupnull 0.00 2 - 2 0 0 src/libstrongswan/utils/utils/string.h:77
844 chunk_skip 0.00 7 - 2 0 0 src/libstrongswan/utils/chunk.h:298
845 memwipe 0.00 4 - 2 0 0 src/libstrongswan/utils/utils/memory.h:100
846 pen_type_is 0.00 2 - 2 0 0 src/libstrongswan/pen/pen.h:99
847 pen_type_equals 0.00 2 - 2 0 0 src/libstrongswan/pen/pen.h:86
848 testable_function_get 0.00 5 - 2 0 0 src/libstrongswan/utils/test.c:86
849 timeval_add_ms 0.00 6 - 2 0 0 src/libstrongswan/utils/utils/time.h:78
850 memwipe 0.00 4 - 2 0 0 src/libstrongswan/utils/utils/memory.h:100
851 strdupnull 0.00 2 - 2 0 0 src/libstrongswan/utils/utils/string.h:77
852 memwipe 0.00 4 - 2 0 0 src/libstrongswan/utils/utils/memory.h:100
853 vici_add_key_value 0.00 5 - 2 0 0 src/libcharon/plugins/vici/libvici.c:332
854 timeval_add_ms 0.00 6 - 2 0 0 src/libstrongswan/utils/utils/time.h:78
855 vici_add_list_item 0.00 5 - 2 0 0 src/libcharon/plugins/vici/libvici.c:351
856 kernel_ipsec_register 0.00 8 - 2 0 0 src/libcharon/kernel/kernel_ipsec.c:24
857 kernel_net_register 0.00 8 - 2 0 0 src/libcharon/kernel/kernel_net.c:24
858 socket_register 0.00 8 - 2 0 0 src/libcharon/network/socket.c:24
859 ref_get_nonzero 0.00 7 - 2 0 0 src/libstrongswan/utils/utils/atomics.h:142
860 vici_disconnect 0.00 14 - 2 0 0 src/libcharon/plugins/vici/libvici.c:291
861 pad_len 0.00 4 - 2 0 0 src/libstrongswan/utils/utils/align.h:45
862 ref_get_nonzero 0.00 7 - 2 0 0 src/libstrongswan/utils/utils/atomics.h:142
863 chunk_skip 0.00 7 - 2 0 0 src/libstrongswan/utils/chunk.h:298
864 pad_len 0.00 4 - 2 0 0 src/libstrongswan/utils/utils/align.h:45
865 vici_init 0.00 7 - 2 0 0 src/libcharon/plugins/vici/libvici.c:766
866 array_count 0.00 5 - 2 0 0 src/libstrongswan/collections/array.c:175
867 matchcase 0.00 2 - 2 0 0 src/libstrongswan/utils/lexparser.c:42
868 match 0.00 2 - 2 0 0 src/libstrongswan/utils/lexparser.c:34
869 x509_cdp_destroy 0.00 4 - 2 0 0 src/libstrongswan/credentials/certificates/x509.c:32
870 chunk_skip 0.00 7 - 2 0 0 src/libstrongswan/utils/chunk.h:298
871 asn1_parse_integer_uint64 0.00 8 - 2 0 0 src/libstrongswan/asn1/asn1.c:609
872 thread_cancelability 0.00 5 - 2 0 0 src/libstrongswan/threading/thread.c:443
873 signature_params_destroy 0.00 5 - 2 0 0 src/libstrongswan/credentials/keys/signature_params.c:161
874 print_in_hook 0.00 10 - 2 0 0 src/libstrongswan/utils/printf_hook/printf_hook_glibc.c:82
875 pen_type_equals 0.00 2 - 2 0 0 src/libstrongswan/pen/pen.h:86
876 register_custom_logger 0.00 8 - 2 0 0 src/libcharon/daemon.c:180
877 signature_params_clear 0.00 6 - 2 0 0 src/libstrongswan/credentials/keys/signature_params.c:173
878 pad_len 0.00 4 - 2 0 0 src/libstrongswan/utils/utils/align.h:45
879 chunk_skip 0.00 7 - 2 0 0 src/libstrongswan/utils/chunk.h:298
880 pad_len 0.00 4 - 2 0 0 src/libstrongswan/utils/utils/align.h:45
881 route_entry_hash 0.00 6 - 2 0 0 src/libcharon/plugins/kernel_netlink/kernel_netlink_shared.c:1010
882 strdupnull 0.00 2 - 2 0 0 src/libstrongswan/utils/utils/string.h:77
883 ref_get_nonzero 0.00 7 - 2 0 0 src/libstrongswan/utils/utils/atomics.h:142
884 memwipe 0.00 4 - 2 0 0 src/libstrongswan/utils/utils/memory.h:100
885 array_destroy 0.00 5 - 2 0 0 src/libstrongswan/collections/array.c:554
886 ref_get_nonzero 0.00 7 - 2 0 0 src/libstrongswan/utils/utils/atomics.h:142
887 netlink_nested_end 0.00 7 - 2 0 0 src/libcharon/plugins/kernel_netlink/kernel_netlink_shared.c:887
888 enumerator_enumerate_default 0.00 11 - 2 0 0 src/libstrongswan/collections/enumerator.c:40
889 library_add_namespace 0.00 7 - 2 0 0 src/libstrongswan/library.c:84
890 pen_type_equals 0.00 2 - 2 0 0 src/libstrongswan/pen/pen.h:86
891 pen_type_is 0.00 2 - 2 0 0 src/libstrongswan/pen/pen.h:99
892 timeval_add_ms 0.00 6 - 2 0 0 src/libstrongswan/utils/utils/time.h:78
893 child_rekey_conclude_rekeying 0.00 19 - 2 0 0 src/libcharon/sa/ikev2/tasks/child_rekey.c:1030
894 return_success 0.00 2 - 1 0 0 src/libstrongswan/utils/utils/status.c:46
895 chunk_create 0.00 3 - 1 0 0 src/libstrongswan/utils/chunk.h:59
896 return_false 0.00 2 - 1 0 0 src/libstrongswan/utils/utils.c:283
897 random_plugin_get_strong_equals_true 0.00 2 - 1 0 0 src/libstrongswan/plugins/random/random_plugin.c:77
898 random_plugin_get_dev_random 0.00 2 - 1 0 0 src/libstrongswan/plugins/random/random_plugin.c:61
899 random_plugin_get_dev_urandom 0.00 2 - 1 0 0 src/libstrongswan/plugins/random/random_plugin.c:69
900 traffic_selector_icmp_type 0.00 2 - 1 0 0 src/libstrongswan/selectors/traffic_selector.h:259
901 traffic_selector_icmp_code 0.00 2 - 1 0 0 src/libstrongswan/selectors/traffic_selector.h:270
902 set_file_mode 0.00 1 - 1 0 0 src/pki/pki.c:217
903 pen_type_create 0.00 3 - 1 0 0 src/libstrongswan/pen/pen.h:73
904 key_exchange_deinit 0.00 3 - 1 0 0 src/libstrongswan/crypto/key_exchange.c:569
905 settings_section_sort 0.00 3 - 1 0 0 src/libstrongswan/settings/settings_types.c:373
906 settings_section_find 0.00 4 - 1 0 0 src/libstrongswan/settings/settings_types.c:363
907 return_true 0.00 2 - 1 0 0 src/libstrongswan/utils/utils.c:275
908 settings_kv_sort 0.00 3 - 1 0 0 src/libstrongswan/settings/settings_types.c:392
909 kernel_netlink_xfrmi_destroy 0.00 4 - 1 0 0 src/libcharon/plugins/kernel_netlink/kernel_netlink_xfrmi.c:398
910 settings_kv_find 0.00 4 - 1 0 0 src/libstrongswan/settings/settings_types.c:382
911 path_is_separator 0.00 2 - 1 0 0 src/libstrongswan/utils/utils/path.h:43
912 traffic_selector_icmp_code 0.00 2 - 1 0 0 src/libstrongswan/selectors/traffic_selector.h:270
913 traffic_selector_icmp_type 0.00 2 - 1 0 0 src/libstrongswan/selectors/traffic_selector.h:259
914 sec_label_mode_default 0.00 2 - 1 0 0 src/libstrongswan/selectors/sec_label.c:213
915 return_null 0.00 2 - 1 0 0 src/libstrongswan/utils/utils.c:267
916 arrays_init 0.00 1 - 1 0 0 src/libstrongswan/collections/array.c:575
917 nop 0.00 1 - 1 0 0 src/libstrongswan/utils/utils.c:291
918 arrays_deinit 0.00 1 - 1 0 0 src/libstrongswan/collections/array.c:582
919 send_sigint 0.00 2 - 1 0 0 src/libstrongswan/utils/utils.c:145
920 round_down 0.00 2 - 1 0 0 src/libstrongswan/utils/utils/align.h:64
921 round_down 0.00 2 - 1 0 0 src/libstrongswan/utils/utils/align.h:64
922 chunk_create 0.00 3 - 1 0 0 src/libstrongswan/utils/chunk.h:59
923 openssl_engine_deinit 0.00 1 - 1 0 0 src/libstrongswan/plugins/openssl/openssl_engine.c:185
924 pen_type_create 0.00 3 - 1 0 0 src/libstrongswan/pen/pen.h:73
925 openssl_engine_init 0.00 1 - 1 0 0 src/libstrongswan/plugins/openssl/openssl_engine.c:195
926 thread_exit 0.00 2 - 1 0 0 src/libstrongswan/threading/thread.c:479
927 dbg_default_set_stream 0.00 2 - 1 0 0 src/libstrongswan/utils/debug.c:126
928 hashtable_equals_ptr 0.00 2 - 1 0 0 src/libstrongswan/collections/hashtable.c:179
929 vici_find_str 0.00 7 - 1 0 0 src/libcharon/plugins/vici/libvici.c:660
930 vici_on_close 0.00 3 - 1 0 0 src/libcharon/plugins/vici/libvici.c:760
931 chunk_create 0.00 3 - 1 0 0 src/libstrongswan/utils/chunk.h:59
932 vici_free_res 0.00 5 - 1 0 0 src/libcharon/plugins/vici/libvici.c:684
933 round_down 0.00 2 - 1 0 0 src/libstrongswan/utils/utils/align.h:64
934 vici_free_req 0.00 4 - 1 0 0 src/libcharon/plugins/vici/libvici.c:442
935 vici_end_section 0.00 2 - 1 0 0 src/libcharon/plugins/vici/libvici.c:327
936 vici_end_list 0.00 2 - 1 0 0 src/libcharon/plugins/vici/libvici.c:365
937 round_down 0.00 2 - 1 0 0 src/libstrongswan/utils/utils/align.h:64
938 vici_deinit 0.00 3 - 1 0 0 src/libcharon/plugins/vici/libvici.c:777
939 vici_begin_section 0.00 2 - 1 0 0 src/libcharon/plugins/vici/libvici.c:322
940 vici_begin_list 0.00 2 - 1 0 0 src/libcharon/plugins/vici/libvici.c:346
941 vici_add_list_itemf 0.00 5 - 1 0 0 src/libcharon/plugins/vici/libvici.c:356
942 vici_add_key_valuef 0.00 5 - 1 0 0 src/libcharon/plugins/vici/libvici.c:337
943 atomics_deinit 0.00 1 - 1 0 0 src/libstrongswan/utils/utils/atomics.c:107
944 path_is_separator 0.00 2 - 1 0 0 src/libstrongswan/utils/utils/path.h:43
945 return_need_more 0.00 2 - 1 0 0 src/libstrongswan/utils/utils/status.c:54
946 atomics_init 0.00 1 - 1 0 0 src/libstrongswan/utils/utils/atomics.c:96
947 strerror_deinit 0.00 3 - 1 0 0 src/libstrongswan/utils/utils/strerror.c:141
948 backtrace_deinit 0.00 1 - 1 0 0 src/libstrongswan/utils/backtrace.c:473
949 pen_type_create 0.00 3 - 1 0 0 src/libstrongswan/pen/pen.h:73
950 backtrace_init 0.00 1 - 1 0 0 src/libstrongswan/utils/backtrace.c:472
951 path_is_separator 0.00 2 - 1 0 0 src/libstrongswan/utils/utils/path.h:43
952 path_is_separator 0.00 2 - 1 0 0 src/libstrongswan/utils/utils/path.h:43
953 libtls_init 0.00 1 - 1 0 0 src/libtls/tls.c:278
954 traffic_selector_icmp_code 0.00 2 - 1 0 0 src/libstrongswan/selectors/traffic_selector.h:270
955 traffic_selector_icmp_type 0.00 2 - 1 0 0 src/libstrongswan/selectors/traffic_selector.h:259
956 chunk_create 0.00 3 - 1 0 0 src/libstrongswan/utils/chunk.h:59
957 controller_cb_empty 0.00 2 - 1 0 0 src/libcharon/control/controller.c:750
958 vici_find_int 0.00 7 - 1 0 0 src/libcharon/plugins/vici/libvici.c:672
959 return_failed 0.00 2 - 1 0 0 src/libstrongswan/utils/utils/status.c:38