xref: /freebsd/crypto/openssl/crypto/whrlpool/wp_local.h (revision b077aed33b7b6aefca7b17ddb250cf521f938613)
117f01e99SJung-uk Kim /*
217f01e99SJung-uk Kim  * Copyright 2005-2016 The OpenSSL Project Authors. All Rights Reserved.
317f01e99SJung-uk Kim  *
4*b077aed3SPierre Pronchery  * Licensed under the Apache License 2.0 (the "License").  You may not use
517f01e99SJung-uk Kim  * this file except in compliance with the License.  You can obtain a copy
617f01e99SJung-uk Kim  * in the file LICENSE in the source distribution or at
717f01e99SJung-uk Kim  * https://www.openssl.org/source/license.html
817f01e99SJung-uk Kim  */
917f01e99SJung-uk Kim 
1017f01e99SJung-uk Kim #include <openssl/whrlpool.h>
1117f01e99SJung-uk Kim 
1217f01e99SJung-uk Kim void whirlpool_block(WHIRLPOOL_CTX *, const void *, size_t);
13