diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-09-06 17:18:08 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-09-06 17:18:41 +0200 |
commit | 943f9ab50c110133a5cd1118b5b19cb09301168f (patch) | |
tree | 1cef7570d78539ad84de9ce81debb4dc12188df5 /examples/shm/aes.h | |
parent | df05d27b761295820f3b13ec31c67c0ab0198bfc (diff) | |
download | cryptodev-linux-943f9ab50c110133a5cd1118b5b19cb09301168f.tar.gz cryptodev-linux-943f9ab50c110133a5cd1118b5b19cb09301168f.tar.xz cryptodev-linux-943f9ab50c110133a5cd1118b5b19cb09301168f.zip |
run scripts/Lindent.
Diffstat (limited to 'examples/shm/aes.h')
-rw-r--r-- | examples/shm/aes.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/shm/aes.h b/examples/shm/aes.h index ee13dcb..53e7863 100644 --- a/examples/shm/aes.h +++ b/examples/shm/aes.h @@ -31,10 +31,10 @@ extern const uint32_t crypto_fl_tab[4][256]; extern const uint32_t crypto_it_tab[4][256]; extern const uint32_t crypto_il_tab[4][256]; -int crypto_aes_expand_key(struct crypto_aes_ctx *ctx, const uint8_t *in_key, - unsigned int key_len); +int crypto_aes_expand_key(struct crypto_aes_ctx *ctx, const uint8_t * in_key, + unsigned int key_len); int crypto_cbc_encrypt(const struct crypto_aes_ctx *ctx, - void* src, int nbytes, void* dst, void* iv); + void *src, int nbytes, void *dst, void *iv); #endif |