HomeSort by relevance Sort by last modified time
    Searched defs:dctx (Results 1 - 9 of 9) sorted by null

  /external/boringssl/src/crypto/evp/
p_ec.c 83 EC_PKEY_CTX *dctx; local
84 dctx = OPENSSL_malloc(sizeof(EC_PKEY_CTX));
85 if (!dctx) {
88 OPENSSL_memset(dctx, 0, sizeof(EC_PKEY_CTX));
90 ctx->data = dctx;
96 EC_PKEY_CTX *dctx, *sctx; local
101 dctx = dst->data;
103 dctx->md = sctx->md;
109 EC_PKEY_CTX *dctx = ctx->data; local
110 if (!dctx) {
178 EC_PKEY_CTX *dctx = ctx->data; local
    [all...]
p_rsa.c 113 RSA_PKEY_CTX *dctx, *sctx; local
118 dctx = dst->data;
119 dctx->nbits = sctx->nbits;
121 dctx->pub_exp = BN_dup(sctx->pub_exp);
122 if (!dctx->pub_exp) {
127 dctx->pad_mode = sctx->pad_mode;
128 dctx->md = sctx->md;
129 dctx->mgf1md = sctx->mgf1md;
131 OPENSSL_free(dctx->oaep_label);
132 dctx->oaep_label = BUF_memdup(sctx->oaep_label, sctx->oaep_labellen)
    [all...]
  /external/lz4/examples/
frameCompress.c 134 LZ4F_dctx *dctx = NULL; local
139 ret = LZ4F_createDecompressionContext(&dctx, 100);
159 ret = LZ4F_getFrameInfo(dctx, &info, src, &srcSize);
181 ret = LZ4F_decompress(dctx, dst, &dstSize, srcPtr, &srcSize, /* LZ4F_decompressOptions_t */ NULL);
213 return LZ4F_freeDecompressionContext(dctx); /* note : free works on NULL */
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_context.c 128 struct dd_context *dctx = dd_context(_pipe); local
129 struct pipe_context *pipe = dctx->pipe;
137 struct dd_context *dctx = dd_context(_pipe); local
138 struct pipe_context *pipe = dctx->pipe;
166 struct dd_context *dctx = dd_context(_pipe); local
167 struct pipe_context *pipe = dctx->pipe;
168 struct dd_draw_state *dstate = &dctx->draw_state;
200 struct dd_context *dctx = dd_context(_pipe); \
201 struct pipe_context *pipe = dctx->pipe; \
204 dctx->draw_state.shortname = hstate;
237 struct dd_context *dctx = dd_context(_pipe); local
377 struct dd_context *dctx = dd_context(_pipe); local
390 struct dd_context *dctx = dd_context(_pipe); local
403 struct dd_context *dctx = dd_context(_pipe); local
415 struct dd_context *dctx = dd_context(_pipe); local
515 struct dd_context *dctx = dd_context(_pipe); local
529 struct dd_context *dctx = dd_context(_pipe); local
542 struct dd_context *dctx = dd_context(_pipe); local
555 struct dd_context *dctx = dd_context(_pipe); local
567 struct dd_context *dctx = dd_context(_pipe); local
580 struct dd_context *dctx = dd_context(_pipe); local
593 struct dd_context *dctx = dd_context(_pipe); local
735 struct dd_context *dctx = dd_context(_pipe); local
754 struct dd_context *dctx; local
    [all...]
dd_draw.c 468 dd_dump_driver_state(struct dd_context *dctx, FILE *f, unsigned flags)
470 if (dctx->pipe->dump_debug_state) {
474 dctx->pipe->dump_debug_state(dctx->pipe, f, flags);
517 dd_write_report(struct dd_context *dctx, struct dd_call *call, unsigned flags,
520 FILE *f = dd_get_file_stream(dd_screen(dctx->base.screen),
521 dctx->draw_state.apitrace_call_number);
526 dd_dump_call(f, &dctx->draw_state, call);
527 dd_dump_driver_state(dctx, f, flags);
544 dd_flush_and_check_hang(struct dd_context *dctx,
904 struct dd_context *dctx = (struct dd_context *)input; local
1054 struct dd_context *dctx = dd_context(_pipe); local
1145 struct dd_context *dctx = dd_context(_pipe); local
1161 struct dd_context *dctx = dd_context(_pipe); local
1180 struct dd_context *dctx = dd_context(_pipe); local
1204 struct dd_context *dctx = dd_context(_pipe); local
1225 struct dd_context *dctx = dd_context(_pipe); local
1249 struct dd_context *dctx = dd_context(_pipe); local
1266 struct dd_context *dctx = dd_context(_pipe); local
1289 struct dd_context *dctx = dd_context(_pipe); local
1308 struct dd_context *dctx = dd_context(_pipe); local
1326 struct dd_context *dctx = dd_context(_pipe); local
    [all...]
  /external/curl/src/
tool_metalink.c 593 digest_context *dctx; local
609 dctx = Curl_digest_init(digest_def->dparams);
610 if(!dctx) {
631 Curl_digest_final(dctx, result);
635 Curl_digest_update(dctx, buf, (unsigned int)len);
637 Curl_digest_final(dctx, result);
  /external/dhcpcd-6.8.2/
ipv6nd.c 158 ipv6nd_open(struct dhcpcd_ctx *dctx)
164 ctx = dctx->ipv6;
214 eloop_event_add(dctx->eloop, ctx->nd_fd,
215 ipv6nd_handledata, dctx, NULL, NULL);
220 eloop_event_delete(dctx->eloop, ctx->nd_fd, 0);
725 ipv6nd_handlera(struct dhcpcd_ctx *dctx, struct interface *ifp,
728 struct ipv6_ctx *ctx = dctx->ipv6;
753 logger(dctx, LOG_ERR,
759 logger(dctx, LOG_ERR,
766 logger(dctx, LOG_DEBUG
1630 struct dhcpcd_ctx *dctx; local
    [all...]
dhcp6.c 2602 struct dhcpcd_ctx *dctx; local
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/
netty-transport-4.1.0.CR3.jar 

Completed in 458 milliseconds