Home
last modified time | relevance | path

Searched refs:ctext (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddoor.c117 get_op_id_from_doc(xmlXPathContextPtr ctext) in get_op_id_from_doc() argument
127 xpath_obj = xmlXPathEvalExpression(expr, ctext); in get_op_id_from_doc()
157 process_get_request_from_doc(xmlXPathContextPtr ctext, request_t *req) in process_get_request_from_doc() argument
170 xpath_obj = xmlXPathEvalExpression(expr, ctext); in process_get_request_from_doc()
197 xpath_obj = xmlXPathEvalExpression(expr, ctext); in process_get_request_from_doc()
225 xpath_obj = xmlXPathEvalExpression(expr, ctext); in process_get_request_from_doc()
284 process_enumerate_request_from_doc(xmlXPathContextPtr ctext, request_t *req) in process_enumerate_request_from_doc() argument
295 xpath_obj = xmlXPathEvalExpression(expr, ctext); in process_enumerate_request_from_doc()
345 process_getAssociated_request_from_doc(xmlXPathContextPtr ctext, request_t *req) in process_getAssociated_request_from_doc() argument
356 xpath_obj = xmlXPathEvalExpression(expr, ctext); in process_getAssociated_request_from_doc()
[all …]
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c3947 client_context_t *ctext = (client_context_t *) text; local
3958 switch (ctext->protection) {
3963 oparams->mech_ssf = ctext->cipher->ssf;
3965 nbits = ctext->cipher->n;
3966 text->cipher_enc = ctext->cipher->cipher_enc;
3967 text->cipher_dec = ctext->cipher->cipher_dec;
3968 text->cipher_free = ctext->cipher->cipher_free;
3969 text->cipher_init = ctext->cipher->cipher_init;
4016 ctext->password,
4085 if (ctext->cipher != NULL) {
[all …]
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Disnsadm.c444 xmlXPathContextPtr ctext = NULL; in print_partial_failure_info() local
456 ctext = xmlXPathNewContext(x_doc); in print_partial_failure_info()
457 if (ctext == NULL) { in print_partial_failure_info()
466 xpath_obj = xmlXPathEvalExpression(expr, ctext); in print_partial_failure_info()