2019-05-27 23:31:27 +08:00
|
|
|
/*
|
|
|
|
* Copyright 2019 The OpenSSL Project Authors. All Rights Reserved.
|
|
|
|
*
|
|
|
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
|
|
* this file except in compliance with the License. You can obtain a copy
|
|
|
|
* in the file LICENSE in the source distribution or at
|
|
|
|
* https://www.openssl.org/source/license.html
|
|
|
|
*/
|
|
|
|
|
2019-06-20 18:48:50 +08:00
|
|
|
#include <openssl/provider.h>
|
|
|
|
|
2019-05-27 23:31:27 +08:00
|
|
|
const OSSL_PROVIDER *FIPS_get_provider(OPENSSL_CTX *ctx);
|
2019-06-20 18:48:50 +08:00
|
|
|
|
|
|
|
const char *ossl_prov_util_nid_to_name(int nid);
|
2019-09-05 11:53:20 +08:00
|
|
|
|
2020-01-06 11:02:16 +08:00
|
|
|
int cipher_capable_aes_cbc_hmac_sha1(void);
|
|
|
|
int cipher_capable_aes_cbc_hmac_sha256(void);
|