acl: Fix/improve acl_del_entry log message.
[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 size_t is_ssh_rsa_key(char *data, size_t size);
11 int check_ssh_key_header(const unsigned char *blob, int blen);
12 int check_private_key_file(const char *file);