Searched refs:bd_in (Results 1 – 1 of 1) sorted by relevance
133 BIO *bd_in = NULL, *bd_out = NULL; in bpftool_prog_sign() local140 bd_in = BIO_new_mem_buf(opts->insns, opts->insns_sz); in bpftool_prog_sign()141 if (!bd_in) { in bpftool_prog_sign()173 if (CMS_final(cms, bd_in, NULL, CMS_NOCERTS | CMS_BINARY) != 1) { in bpftool_prog_sign()214 BIO_free(bd_in); in bpftool_prog_sign()