Home
last modified time | relevance | path

Searched refs:allocated_buf (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Ddgst.c628 unsigned char *allocated_buf = NULL; in do_fp() local
659 allocated_buf = app_malloc(len, "Signature buffer"); in do_fp()
660 buf = allocated_buf; in do_fp()
671 allocated_buf = app_malloc(len, "Digest buffer"); in do_fp()
672 buf = allocated_buf; in do_fp()
689 if (allocated_buf != NULL) in do_fp()
690 OPENSSL_clear_free(allocated_buf, len); in do_fp()
/freebsd/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c209 void *allocated_buf; member
464 if ((ctx->allocated_buf in default_fixup_args()
468 ctx->allocated_buf, ctx->buflen) < 0) { in default_fixup_args()
469 OPENSSL_free(ctx->allocated_buf); in default_fixup_args()
470 ctx->allocated_buf = NULL; in default_fixup_args()
475 ctx->allocated_buf, in default_fixup_args()
589 ctx->allocated_buf = ctx->params->data; in default_fixup_args()
715 if (ctx->allocated_buf != NULL) in cleanup_translation_ctx()
716 OPENSSL_free(ctx->allocated_buf); in cleanup_translation_ctx()
717 ctx->allocated_buf = NULL; in cleanup_translation_ctx()