Searched refs:section (Results 1 - 25 of 351) sorted by relevance

1234567891011>>

/barrelfish-master/lib/openssl-1.0.0d/crypto/conf/
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);
75 const char *section);
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, const char *name);
H A Dconf_api.c80 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section)
84 if ((conf == NULL) || (section == NULL)) return(NULL);
86 vv.section=(char *)section;
93 const char *section)
97 v=_CONF_get_section(conf,section);
104 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) argument
109 ts = (STACK_OF(CONF_VALUE) *)section->value;
111 value->section=section
128 _CONF_get_string(const CONF *conf, const char *section, const char *name) argument
269 _CONF_new_section(CONF *conf, const char *section) argument
[all...]
/barrelfish-master/include/openssl/
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);
75 const char *section);
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, const char *name);
/barrelfish-master/lib/libc/arm/sys/
H A Dshmat.S9 .section .note.GNU-stack,"",%progbits
H A Dsigreturn.S44 .section .note.GNU-stack,"",%progbits
H A Dsyscall.S40 .section .note.GNU-stack,"",%progbits
/barrelfish-master/lib/crt/
H A Dcrtend.c3 * \brief C++ startup code. Contains .ctors section footer and ABI support.
23 __attribute__ ((used, section(".ctors"), aligned(sizeof(CDtor))))
/barrelfish-master/lib/libc/amd64/sys/
H A Dsigreturn.S48 .section .note.GNU-stack,"",%progbits
/barrelfish-master/lib/msun/amd64/
H A De_sqrt.S36 .section .note.GNU-stack,"",%progbits
H A De_sqrtf.S35 .section .note.GNU-stack,"",%progbits
H A De_sqrtl.S35 .section .note.GNU-stack,"",%progbits
H A Ds_logbl.S45 .section .note.GNU-stack,"",%progbits
H A Ds_rintl.S45 .section .note.GNU-stack,"",%progbits
H A Ds_lrint.S39 .section .note.GNU-stack,"",%progbits
H A Ds_lrintf.S39 .section .note.GNU-stack,"",%progbits
/barrelfish-master/lib/msun/i387/
H A De_logf.S17 .section .note.GNU-stack,"",%progbits
H A De_sqrt.S45 .section .note.GNU-stack,"",%progbits
H A De_sqrtf.S17 .section .note.GNU-stack,"",%progbits
H A De_sqrtl.S44 .section .note.GNU-stack,"",%progbits
H A Ds_logbl.S45 .section .note.GNU-stack,"",%progbits
H A Ds_rint.S45 .section .note.GNU-stack,"",%progbits
H A Ds_rintf.S17 .section .note.GNU-stack,"",%progbits
H A Ds_rintl.S44 .section .note.GNU-stack,"",%progbits
/barrelfish-master/kernel/arch/armv7/
H A Dpaging_init.c24 __attribute__((aligned(ARM_L1_ALIGN), section(".boot.tables")));
26 __attribute__((aligned(ARM_L1_ALIGN), section(".boot.tables")));
28 __attribute__((aligned(ARM_L2_ALIGN), section(".boot.tables")));
47 * /brief Return an L1 page table entry to map a 1MB 'section' of
55 l1.section.type = L1_TYPE_SECTION_ENTRY;
56 // l1.section.tex = 1;
57 l1.section.bufferable = 0;
58 l1.section.cacheable = 0;
59 l1.section.ap10 = 3; // prev value: 3 // RW/NA RW/RW
60 // l1.section
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/ts/
H A Dts_conf.c162 const char *TS_CONF_get_tsa_section(CONF *conf, const char *section) argument
164 if (!section)
166 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_TSA);
167 if (!section)
170 return section;
173 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb, argument
177 char *serial = NCONF_get_string(conf, section, ENV_SERIAL);
180 TS_CONF_lookup_fail(section, ENV_SERIAL);
192 int TS_CONF_set_crypto_device(CONF *conf, const char *section, argument
198 device = NCONF_get_string(conf, section,
239 TS_CONF_set_signer_cert(CONF *conf, const char *section, const char *cert, TS_RESP_CTX *ctx) argument
262 TS_CONF_set_certs(CONF *conf, const char *section, const char *certs, TS_RESP_CTX *ctx) argument
280 TS_CONF_set_signer_key(CONF *conf, const char *section, const char *key, const char *pass, TS_RESP_CTX *ctx) argument
302 TS_CONF_set_def_policy(CONF *conf, const char *section, const char *policy, TS_RESP_CTX *ctx) argument
329 TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx) argument
364 TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx) argument
406 TS_CONF_set_accuracy(CONF *conf, const char *section, TS_RESP_CTX *ctx) argument
449 TS_CONF_set_clock_precision_digits(CONF *conf, const char *section, TS_RESP_CTX *ctx) argument
473 TS_CONF_add_flag(CONF *conf, const char *section, const char *field, int flag, TS_RESP_CTX *ctx) argument
492 TS_CONF_set_ordering(CONF *conf, const char *section, TS_RESP_CTX *ctx) argument
497 TS_CONF_set_tsa_name(CONF *conf, const char *section, TS_RESP_CTX *ctx) argument
502 TS_CONF_set_ess_cert_id_chain(CONF *conf, const char *section, TS_RESP_CTX *ctx) argument
[all...]

Completed in 67 milliseconds

1234567891011>>