Home
last modified time | relevance | path

Searched refs:CONF (Results 1 – 25 of 43) sorted by relevance

12

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dconf.h89 CONF *(*create) (CONF_METHOD *meth);
90 int (*init) (CONF *conf);
91 int (*destroy) (CONF *conf);
92 int (*destroy_data) (CONF *conf);
93 int (*load_bio) (CONF *conf, BIO *bp, long *eline);
94 int (*dump) (const CONF *conf, BIO *bp);
95 int (*is_number) (const CONF *conf, char c);
96 int (*to_int) (const CONF *conf, char c);
97 int (*load) (CONF *conf, const char *name, long *eline);
109 typedef int conf_init_func (CONF_IMODULE *md, const CONF *cnf);
[all …]
H A Dconf_api.h70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
74 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section,
80 long _CONF_get_number(const CONF *conf, const char *section,
83 int _CONF_new_data(CONF *conf);
84 void _CONF_free_data(CONF *conf);
H A Dts.h737 const char *TS_CONF_get_tsa_section(CONF *conf, const char *section);
738 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb,
740 int TS_CONF_set_crypto_device(CONF *conf, const char *section,
743 int TS_CONF_set_signer_cert(CONF *conf, const char *section,
745 int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs,
747 int TS_CONF_set_signer_key(CONF *conf, const char *section,
750 int TS_CONF_set_def_policy(CONF *conf, const char *section,
752 int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx);
753 int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx);
754 int TS_CONF_set_accuracy(CONF *conf, const char *section, TS_RESP_CTX *ctx);
[all …]
H A Dx509v3.h612 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid,
614 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name,
616 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section,
618 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section,
620 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section,
622 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section,
641 void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dconf.h94 OPENSSL_EXPORT CONF *NCONF_new(void *method);
97 OPENSSL_EXPORT void NCONF_free(CONF *conf);
103 OPENSSL_EXPORT int NCONF_load(CONF *conf, const char *filename,
108 OPENSSL_EXPORT int NCONF_load_bio(CONF *conf, BIO *bio, long *out_error_line);
113 OPENSSL_EXPORT STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf,
119 OPENSSL_EXPORT const char *NCONF_get_string(const CONF *conf,
167 BORINGSSL_MAKE_DELETER(CONF, NCONF_free)
H A Dx509v3.h573 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx,
576 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx,
579 OPENSSL_EXPORT int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx,
582 OPENSSL_EXPORT int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx,
584 OPENSSL_EXPORT int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx,
586 OPENSSL_EXPORT int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx,
595 OPENSSL_EXPORT void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf);
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dconf.h97 OPENSSL_EXPORT CONF *NCONF_new(void *method);
100 OPENSSL_EXPORT void NCONF_free(CONF *conf);
106 int NCONF_load(CONF *conf, const char *filename, long *out_error_line);
110 int NCONF_load_bio(CONF *conf, BIO *bio, long *out_error_line);
115 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *section);
120 const char *NCONF_get_string(const CONF *conf, const char *section,
171 BORINGSSL_MAKE_DELETER(CONF, NCONF_free)
H A Dx509v3.h615 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, char …
616 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, char *valu…
617 OPENSSL_EXPORT int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X50…
618 OPENSSL_EXPORT int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert);
619 OPENSSL_EXPORT int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *r…
620 OPENSSL_EXPORT int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_CRL *c…
629 OPENSSL_EXPORT void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dconf.h94 OPENSSL_EXPORT CONF *NCONF_new(void *method);
97 OPENSSL_EXPORT void NCONF_free(CONF *conf);
103 OPENSSL_EXPORT int NCONF_load(CONF *conf, const char *filename,
108 OPENSSL_EXPORT int NCONF_load_bio(CONF *conf, BIO *bio, long *out_error_line);
113 OPENSSL_EXPORT STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf,
119 OPENSSL_EXPORT const char *NCONF_get_string(const CONF *conf,
167 BORINGSSL_MAKE_DELETER(CONF, NCONF_free)
H A Dx509v3.h573 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx,
576 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx,
579 OPENSSL_EXPORT int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx,
582 OPENSSL_EXPORT int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx,
584 OPENSSL_EXPORT int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx,
586 OPENSSL_EXPORT int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx,
595 OPENSSL_EXPORT void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dconf.h94 OPENSSL_EXPORT CONF *NCONF_new(void *method);
97 OPENSSL_EXPORT void NCONF_free(CONF *conf);
103 OPENSSL_EXPORT int NCONF_load(CONF *conf, const char *filename,
108 OPENSSL_EXPORT int NCONF_load_bio(CONF *conf, BIO *bio, long *out_error_line);
113 OPENSSL_EXPORT STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf,
119 OPENSSL_EXPORT const char *NCONF_get_string(const CONF *conf,
167 BORINGSSL_MAKE_DELETER(CONF, NCONF_free)
H A Dx509v3.h573 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx,
576 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx,
579 OPENSSL_EXPORT int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx,
582 OPENSSL_EXPORT int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx,
584 OPENSSL_EXPORT int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx,
586 OPENSSL_EXPORT int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx,
595 OPENSSL_EXPORT void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dconf.h94 OPENSSL_EXPORT CONF *NCONF_new(void *method);
97 OPENSSL_EXPORT void NCONF_free(CONF *conf);
103 OPENSSL_EXPORT int NCONF_load(CONF *conf, const char *filename,
108 OPENSSL_EXPORT int NCONF_load_bio(CONF *conf, BIO *bio, long *out_error_line);
113 OPENSSL_EXPORT STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf,
119 OPENSSL_EXPORT const char *NCONF_get_string(const CONF *conf,
167 BORINGSSL_MAKE_DELETER(CONF, NCONF_free)
H A Dx509v3.h573 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx,
576 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx,
579 OPENSSL_EXPORT int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx,
582 OPENSSL_EXPORT int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx,
584 OPENSSL_EXPORT int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx,
586 OPENSSL_EXPORT int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx,
595 OPENSSL_EXPORT void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf);
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dconf.h97 OPENSSL_EXPORT CONF *NCONF_new(void *method);
100 OPENSSL_EXPORT void NCONF_free(CONF *conf);
106 int NCONF_load(CONF *conf, const char *filename, long *out_error_line);
110 int NCONF_load_bio(CONF *conf, BIO *bio, long *out_error_line);
115 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *section);
120 const char *NCONF_get_string(const CONF *conf, const char *section,
171 BORINGSSL_MAKE_DELETER(CONF, NCONF_free)
H A Dx509v3.h615 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, char …
616 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, char *valu…
617 OPENSSL_EXPORT int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X50…
618 OPENSSL_EXPORT int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert);
619 OPENSSL_EXPORT int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *r…
620 OPENSSL_EXPORT int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_CRL *c…
629 OPENSSL_EXPORT void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf);
/OK3568_Linux_fs/external/rkwifibt/sh/
H A Dwifi_start.sh4 CONF=/tmp/wpa_supplicant.conf
8 sed -i "s/SSID/$WIFISSID/g" $CONF
9 sed -i "s/PASSWORD/$WIFIPWD/g" $CONF
12 wpa_supplicant -B -i wlan0 -c $CONF
/OK3568_Linux_fs/external/xserver/debian/
H A Dxserver-xorg-core.bug.script92 for CONF in $KMS_CONFS; do
93 echo "$CONF:"
95 sed 's/^/ /' < "$CONF"|egrep -v '^\s*$'
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libsmi/libsmi/
H A Dlibsmi-fix-the-test-dump-files.patch111 + import SNMPv2-CONF (MODULE-COMPLIANCE, OBJECT-GROUP,
156 + import SNMPv2-CONF (OBJECT-GROUP, MODULE-COMPLIANCE,
196 + import SNMPv2-CONF (MODULE-COMPLIANCE, OBJECT-GROUP);
270 + import SNMPv2-CONF (MODULE-COMPLIANCE, OBJECT-GROUP,
H A Dsmi.conf33 load SNMPv2-CONF
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/
H A Dfreediameter.init16 CONF=/etc/freeDiameter/freeDiameter.conf
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/minidlna/minidlna/
H A Dminidlna-daemon.init.d7 CONF=/etc/$NAME.conf
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/apache2/files/
H A Dinit18 CONF=/etc/apache2/httpd.conf
/OK3568_Linux_fs/kernel/drivers/staging/emxx_udc/
H A Demxx_udc.h57 #define CONF BIT(5) macro
69 #define CONF BIT(5) macro
/OK3568_Linux_fs/kernel/arch/mips/boot/dts/loongson/
H A Dloongson64v_4core_virtio.dts58 ranges = <0 0x10000000 0 0x10000000 0 0x10000000 /* PIO & CONF & APB */

12