blob: 5f84f1369def48aef13984e68b53dd90ac181a08 (
plain)
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
|
LIBRARY libaxolotl.mir
EXPORTS
axolotl_type_ref
axolotl_type_unref
axolotl_buffer_alloc
axolotl_buffer_create
axolotl_buffer_copy
axolotl_buffer_append
axolotl_buffer_data
axolotl_buffer_len
axolotl_buffer_compare
axolotl_buffer_free
axolotl_buffer_bzero_free
axolotl_buffer_list_alloc
axolotl_buffer_list_push
axolotl_buffer_list_size
axolotl_buffer_list_free
axolotl_int_list_alloc
axolotl_int_list_push_back
axolotl_int_list_size
axolotl_int_list_at
axolotl_int_list_free
axolotl_context_create
axolotl_context_set_crypto_provider
axolotl_context_set_locking_functions
axolotl_context_set_log_function
axolotl_context_destroy
axolotl_store_context_create
axolotl_store_context_set_session_store
axolotl_store_context_set_pre_key_store
axolotl_store_context_set_signed_pre_key_store
axolotl_store_context_set_identity_key_store
axolotl_store_context_set_sender_key_store
axolotl_store_context_destroy
axolotl_session_load_session
axolotl_session_get_sub_device_sessions
axolotl_session_store_session
axolotl_session_contains_session
axolotl_session_delete_session
axolotl_session_delete_all_sessions
axolotl_pre_key_load_key
axolotl_pre_key_store_key
axolotl_pre_key_contains_key
axolotl_pre_key_remove_key
axolotl_signed_pre_key_load_key
axolotl_signed_pre_key_store_key
axolotl_signed_pre_key_contains_key
axolotl_signed_pre_key_remove_key
axolotl_identity_get_key_pair
axolotl_identity_get_local_registration_id
axolotl_identity_save_identity
axolotl_identity_is_trusted_identity
axolotl_sender_key_store_key
axolotl_sender_key_load_key
|