write: Remove osx writer from write_cmd suite.
[paraslash.git] / crypt_backend.h
1 /* Copyright (C) 2011 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
2
3 /** \file crypt_backend.h Non-public crypto interface. */
4
5 /* This should only be included from files which provide crypto functions. */
6
7 /** AES block size in bytes. */
8 #define AES_CRT128_BLOCK_SIZE 16
9
10 int decode_ssh_key(const char *filename, unsigned char **blob,
11                 size_t *decoded_size);
12 int check_private_key_file(const char *file);