HomeSort by relevance Sort by last modified time
    Searched refs:pctx_ops (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/crypto/fipsmodule/digest/
digest.c 97 assert(ctx->pctx == NULL || ctx->pctx_ops != NULL);
98 if (ctx->pctx_ops) {
99 ctx->pctx_ops->free(ctx->pctx);
125 assert(in->pctx == NULL || in->pctx_ops != NULL);
127 pctx = in->pctx_ops->dup(in->pctx);
140 in->pctx_ops->free(pctx);
158 out->pctx_ops = in->pctx_ops;
159 assert(out->pctx == NULL || out->pctx_ops != NULL);
188 assert(ctx->pctx == NULL || ctx->pctx_ops != NULL)
    [all...]
  /external/boringssl/src/include/openssl/
digest.h 285 // pctx_ops, if not NULL, points to a vtable that contains functions to
287 const struct evp_md_pctx_ops *pctx_ops; member in struct:env_md_ctx_st
  /external/boringssl/src/crypto/evp/
digestsign.c 88 ctx->pctx_ops = &md_pctx_ops;

Completed in 78 milliseconds