Searched defs:section (Results 1 - 19 of 19) sorted by relevance

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/conf/
H A Dcnf_save.c85 char *section; local
H A Dconf_api.c104 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) argument
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...]
H A Dconf_def.c221 char *section=NULL,*buf; local
503 str_copy(CONF *conf, char *section, char **pto, char *from) argument
[all...]
H A Dconf.h76 char *section; member in struct:__anon1153
131 const char *section); variable
/barrelfish-2018-10-04/lib/libc/nameser/
H A Dns_parse.c82 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { argument
142 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { argument
205 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) argument
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509v3/
H A Dv3_conf.c325 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, argument
346 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, argument
357 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, argument
368 X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *req) argument
385 X509V3_get_string(X509V3_CTX *ctx, char *name, char *section) argument
416 X509V3_section_free(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section) argument
423 nconf_get_string(void *db, char *section, char *value) argument
476 conf_lhash_get_string(void *db, char *section, char *value) argument
[all...]
H A Dx509v3.h617 char *section, X50 variable
619 char *section, X509_REQ *req); variable
621 char *section, X509_CRL *crl); variable
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Dasn1_gen.c448 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf) argument
/barrelfish-2018-10-04/include/target/arm/barrelfish_kpi/
H A Dpaging_arm_v7.h102 } section; member in union:arm_l1_entry
/barrelfish-2018-10-04/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
173 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb, argument
192 int TS_CONF_set_crypto_device(CONF *conf, const char *section, argument
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...]
/barrelfish-2018-10-04/include/openssl/
H A Dconf.h76 char *section; member in struct:__anon228
131 const char *section); variable
H A Dx509v3.h617 char *section, X50 variable
619 char *section, X509_REQ *req); variable
621 char *section, X509_CRL *crl); variable
[all...]
/barrelfish-2018-10-04/lib/libc/resolv/
H A Dres_mkupdate.c104 int section, numrrs = 0, counts[ns_s_max]; local
938 res_mkupdrec(int section, const char *dname, u_int class, u_int type, u_long ttl) argument
[all...]
H A Dres_debug.c623 p_section(int section, int opcode) { argument
145 do_section(const res_state statp, ns_msg *handle, ns_sect section, int pflag, FILE *file) argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dts.c128 char *section = NULL; local
673 static int reply_command(CONF *conf, char *section, char *engine, argument
800 static TS_RESP *create_response(CONF *conf, const char *section, cha argument
[all...]
H A Dx509.c1133 x509_certify(X509_STORE *ctx, char *CAfile, const EVP_MD *digest, X509 *x, X509 *xca, EVP_PKEY *pkey, char *serialfile, int create, int days, int clrext, CONF *conf, char *section, ASN1_INTEGER *sno) argument
1236 sign(X509 *x, EVP_PKEY *pkey, int days, int clrext, const EVP_MD *digest, CONF *conf, char *section) argument
H A Dca.c234 static char *section=NULL; variable
[all...]
/barrelfish-2018-10-04/kernel/arch/armv7/
H A Dstartup_arch.c395 uintptr_t section = (vaddr - INIT_VBASE) / ARM_L1_SECTION_BYTES; local
/barrelfish-2018-10-04/kernel/arch/armv8/
H A Dstartup_arch.c473 uintptr_t section = (vaddr - ARMV8_INIT_VBASE) / VMSAv8_64_L0_SIZE; local
486 uintptr_t section = (vaddr - ARMV8_INIT_VBASE) / VMSAv8_64_L1_BLOCK_SIZE; local
501 uintptr_t section = (vaddr - ARMV8_INIT_VBASE) / VMSAv8_64_L2_BLOCK_SIZE; local

Completed in 224 milliseconds