xref: /freebsd/crypto/openssl/include/crypto/engine.h (revision b077aed33b7b6aefca7b17ddb250cf521f938613)
117f01e99SJung-uk Kim /*
217f01e99SJung-uk Kim  * Copyright 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/engine.h>
1117f01e99SJung-uk Kim 
1217f01e99SJung-uk Kim void engine_load_openssl_int(void);
1317f01e99SJung-uk Kim void engine_load_devcrypto_int(void);
1417f01e99SJung-uk Kim void engine_load_rdrand_int(void);
1517f01e99SJung-uk Kim void engine_load_dynamic_int(void);
1617f01e99SJung-uk Kim void engine_load_padlock_int(void);
1717f01e99SJung-uk Kim void engine_load_capi_int(void);
1817f01e99SJung-uk Kim void engine_load_dasync_int(void);
1917f01e99SJung-uk Kim void engine_load_afalg_int(void);
2017f01e99SJung-uk Kim void engine_cleanup_int(void);
21