35 #ifndef NETTLE_TYPES_H
36 #define NETTLE_TYPES_H
46 #define _NETTLE_ATTRIBUTE_PURE __attribute__((pure))
47 #ifndef _NETTLE_ATTRIBUTE_DEPRECATED
49 #define _NETTLE_ATTRIBUTE_DEPRECATED __attribute__((deprecated))
54 #define _NETTLE_ATTRIBUTE_PURE
55 #define _NETTLE_ATTRIBUTE_DEPRECATED
static static sync static getppid static getegid const char static filename char static len const char char static bufsiz static mask static vfork const void static prot static getpgrp const char static swapflags static arg static fd static protocol static who struct sockaddr static addrlen static backlog struct timeval struct timezone static tz const struct iovec static count static mode const void const struct sockaddr static tolen const char static pathname void static offset struct stat static buf void long static basep static whence static length const void static len key
static static sync static getppid static getegid const char static filename char static len const char char static bufsiz static mask static vfork const void static prot static getpgrp const char static swapflags long
static static sync static getppid static getegid const char static filename char static len const char char static bufsiz static mask static vfork const void static prot static getpgrp const char static swapflags static arg static fd static protocol static who struct sockaddr static addrlen static backlog struct timeval struct timezone static tz const struct iovec static count static mode const void const struct sockaddr static tolen const char static pathname void static offset struct stat static buf void long static basep static whence static length const void static len static semflg const void static shmflg const struct timespec struct timespec static rem const char static group const void length
void nettle_random_func(void *ctx, size_t length, uint8_t *dst)
size_t nettle_armor_encode_final_func(void *ctx, char *dst)
void nettle_crypt_func(void *ctx, size_t length, uint8_t *dst, const uint8_t *src)
void nettle_hash_digest_func(void *ctx, size_t length, uint8_t *dst)
int nettle_armor_decode_update_func(void *ctx, size_t *dst_length, uint8_t *dst, size_t src_length, const char *src)
void nettle_armor_init_func(void *ctx)
size_t nettle_armor_encode_update_func(void *ctx, char *dst, size_t src_length, const uint8_t *src)
void nettle_hash_update_func(void *ctx, size_t length, const uint8_t *src)
void * nettle_realloc_func(void *ctx, void *p, size_t length)
void nettle_cipher_func(const void *ctx, size_t length, uint8_t *dst, const uint8_t *src)
void nettle_hash_init_func(void *ctx)
void nettle_set_key_func(void *ctx, const uint8_t *key)
size_t nettle_armor_length_func(size_t length)
void nettle_progress_func(void *ctx, int c)
int nettle_armor_decode_final_func(void *ctx)
unsigned long w[16/sizeof(unsigned long)] _NETTLE_ATTRIBUTE_DEPRECATED