pike.git
/
src
/
post_modules
/
Nettle
/
nettle.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/post_modules/Nettle/nettle.h:31:
void cipher_exit(void); void nt_init(void); void nt_exit(void); void hogweed_init(void); void hogweed_exit(void);
+
+
void mac_init(void);
+
+
void mac_exit(void);
+
+
void aead_init(void);
+
+
void aead_exit(void);