X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=crypt_backend.h;h=ddebe62e16e547e243d808cf9155261698fecbec;hp=b74bef93139a9e67adbac517779761f5543ac5da;hb=42ddd68159d7eff0f3e7c225665c97f9abd59425;hpb=448c8f8e8c1c1eeb88ae468c0c3ab25bed6f2ac8 diff --git a/crypt_backend.h b/crypt_backend.h index b74bef93..ddebe62e 100644 --- a/crypt_backend.h +++ b/crypt_backend.h @@ -8,6 +8,9 @@ /* This should only be incuded from files which provide crypto functions. */ +/** AES block size in bytes. */ +#define AES_CRT128_BLOCK_SIZE 16 + size_t is_ssh_rsa_key(char *data, size_t size); uint32_t read_ssh_u32(const void *vp); int uudecode(const char *src, unsigned char *target, size_t targsize);