/opt/cpanel/ea-nodejs20/include/node/openssl
/* * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved. * Copyright (c) 2019, Oracle and/or its affiliates. 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 */ #ifndef OPENSSL_PARAM_BUILD_H # define OPENSSL_PARAM_BUILD_H # pragma once # include <openssl/params.h> # include <openssl/types.h> # ifdef __cplusplus extern "C" { # endif OSSL_PARAM_BLD *OSSL_PARAM_BLD_new(void); OSSL_PARAM *OSSL_PARAM_BLD_to_param(OSSL_PARAM_BLD *bld); void OSSL_PARAM_BLD_free(OSSL_PARAM_BLD *bld); int OSSL_PARAM_BLD_push_int(OSSL_PARAM_BLD *bld, const char *key, int val); int OSSL_PARAM_BLD_push_uint(OSSL_PARAM_BLD *bld, const char *key, unsigned int val); int OSSL_PARAM_BLD_push_long(OSSL_PARAM_BLD *bld, const char *key, long int val); int OSSL_PARAM_BLD_push_ulong(OSSL_PARAM_BLD *bld, const char *key, unsigned long int val); int OSSL_PARAM_BLD_push_int32(OSSL_PARAM_BLD *bld, const char *key, int32_t val); int OSSL_PARAM_BLD_push_uint32(OSSL_PARAM_BLD *bld, const char *key, uint32_t val); int OSSL_PARAM_BLD_push_int64(OSSL_PARAM_BLD *bld, const char *key, int64_t val); int OSSL_PARAM_BLD_push_uint64(OSSL_PARAM_BLD *bld, const char *key, uint64_t val); int OSSL_PARAM_BLD_push_size_t(OSSL_PARAM_BLD *bld, const char *key, size_t val); int OSSL_PARAM_BLD_push_time_t(OSSL_PARAM_BLD *bld, const char *key, time_t val); int OSSL_PARAM_BLD_push_double(OSSL_PARAM_BLD *bld, const char *key, double val); int OSSL_PARAM_BLD_push_BN(OSSL_PARAM_BLD *bld, const char *key, const BIGNUM *bn); int OSSL_PARAM_BLD_push_BN_pad(OSSL_PARAM_BLD *bld, const char *key, const BIGNUM *bn, size_t sz); int OSSL_PARAM_BLD_push_utf8_string(OSSL_PARAM_BLD *bld, const char *key, const char *buf, size_t bsize); int OSSL_PARAM_BLD_push_utf8_ptr(OSSL_PARAM_BLD *bld, const char *key, char *buf, size_t bsize); int OSSL_PARAM_BLD_push_octet_string(OSSL_PARAM_BLD *bld, const char *key, const void *buf, size_t bsize); int OSSL_PARAM_BLD_push_octet_ptr(OSSL_PARAM_BLD *bld, const char *key, void *buf, size_t bsize); # ifdef __cplusplus } # endif #endif /* OPENSSL_PARAM_BUILD_H */
.
Edit
..
Edit
aes.h
Edit
archs
Edit
asn1.h
Edit
asn1_asm.h
Edit
asn1_mac.h
Edit
asn1_no-asm.h
Edit
asn1err.h
Edit
asn1t.h
Edit
asn1t_asm.h
Edit
asn1t_no-asm.h
Edit
async.h
Edit
asyncerr.h
Edit
bio.h
Edit
bio_asm.h
Edit
bio_no-asm.h
Edit
bioerr.h
Edit
blowfish.h
Edit
bn.h
Edit
bn_conf.h
Edit
bn_conf_asm.h
Edit
bn_conf_no-asm.h
Edit
bnerr.h
Edit
buffer.h
Edit
buffererr.h
Edit
camellia.h
Edit
cast.h
Edit
cmac.h
Edit
cmp.h
Edit
cmp_asm.h
Edit
cmp_no-asm.h
Edit
cmp_util.h
Edit
cmperr.h
Edit
cms.h
Edit
cms_asm.h
Edit
cms_no-asm.h
Edit
cmserr.h
Edit
comp.h
Edit
comperr.h
Edit
conf.h
Edit
conf_api.h
Edit
conf_asm.h
Edit
conf_no-asm.h
Edit
conferr.h
Edit
configuration.h
Edit
configuration_asm.h
Edit
configuration_no-asm.h
Edit
conftypes.h
Edit
core.h
Edit
core_dispatch.h
Edit
core_names.h
Edit
core_object.h
Edit
crmf.h
Edit
crmf_asm.h
Edit
crmf_no-asm.h
Edit
crmferr.h
Edit
crypto.h
Edit
crypto_asm.h
Edit
crypto_no-asm.h
Edit
cryptoerr.h
Edit
cryptoerr_legacy.h
Edit
ct.h
Edit
ct_asm.h
Edit
ct_no-asm.h
Edit
cterr.h
Edit
decoder.h
Edit
decodererr.h
Edit
des.h
Edit
dh.h
Edit
dherr.h
Edit
dsa.h
Edit
dsaerr.h
Edit
dso_conf.h
Edit
dso_conf_asm.h
Edit
dso_conf_no-asm.h
Edit
dtls1.h
Edit
e_os2.h
Edit
ebcdic.h
Edit
ec.h
Edit
ecdh.h
Edit
ecdsa.h
Edit
ecerr.h
Edit
encoder.h
Edit
encodererr.h
Edit
engine.h
Edit
engineerr.h
Edit
err.h
Edit
err_asm.h
Edit
err_no-asm.h
Edit
ess.h
Edit
ess_asm.h
Edit
ess_no-asm.h
Edit
esserr.h
Edit
evp.h
Edit
evperr.h
Edit
fips_names.h
Edit
fipskey.h
Edit
fipskey_asm.h
Edit
fipskey_no-asm.h
Edit
hmac.h
Edit
http.h
Edit
httperr.h
Edit
idea.h
Edit
kdf.h
Edit
kdferr.h
Edit
lhash.h
Edit
lhash_asm.h
Edit
lhash_no-asm.h
Edit
macros.h
Edit
md2.h
Edit
md4.h
Edit
md5.h
Edit
mdc2.h
Edit
modes.h
Edit
obj_mac.h
Edit
objects.h
Edit
objectserr.h
Edit
ocsp.h
Edit
ocsp_asm.h
Edit
ocsp_no-asm.h
Edit
ocsperr.h
Edit
opensslconf.h
Edit
opensslconf_asm.h
Edit
opensslv.h
Edit
opensslv_asm.h
Edit
opensslv_no-asm.h
Edit
ossl_typ.h
Edit
param_build.h
Edit
params.h
Edit
pem.h
Edit
pem2.h
Edit
pemerr.h
Edit
pkcs12.h
Edit
pkcs12_asm.h
Edit
pkcs12_no-asm.h
Edit
pkcs12err.h
Edit
pkcs7.h
Edit
pkcs7_asm.h
Edit
pkcs7_no-asm.h
Edit
pkcs7err.h
Edit
prov_ssl.h
Edit
proverr.h
Edit
provider.h
Edit
rand.h
Edit
randerr.h
Edit
rc2.h
Edit
rc4.h
Edit
rc5.h
Edit
ripemd.h
Edit
rsa.h
Edit
rsaerr.h
Edit
safestack.h
Edit
safestack_asm.h
Edit
safestack_no-asm.h
Edit
seed.h
Edit
self_test.h
Edit
sha.h
Edit
srp.h
Edit
srp_asm.h
Edit
srp_no-asm.h
Edit
srtp.h
Edit
ssl.h
Edit
ssl2.h
Edit
ssl3.h
Edit
ssl_asm.h
Edit
ssl_no-asm.h
Edit
sslerr.h
Edit
sslerr_legacy.h
Edit
stack.h
Edit
store.h
Edit
storeerr.h
Edit
symhacks.h
Edit
tls1.h
Edit
trace.h
Edit
ts.h
Edit
tserr.h
Edit
txt_db.h
Edit
types.h
Edit
ui.h
Edit
ui_asm.h
Edit
ui_no-asm.h
Edit
uierr.h
Edit
whrlpool.h
Edit
x509.h
Edit
x509_asm.h
Edit
x509_no-asm.h
Edit
x509_vfy.h
Edit
x509_vfy_asm.h
Edit
x509_vfy_no-asm.h
Edit
x509err.h
Edit
x509v3.h
Edit
x509v3_asm.h
Edit
x509v3_no-asm.h
Edit
x509v3err.h
Edit