Searched refs:bd_in (Results 1 – 1 of 1) sorted by relevance
133 BIO *bd_in = NULL, *bd_out = NULL; in bpftool_prog_sign() local152 bd_in = BIO_new_mem_buf(data, data_sz); in bpftool_prog_sign()153 if (!bd_in) { in bpftool_prog_sign()185 if (CMS_final(cms, bd_in, NULL, CMS_NOCERTS | CMS_BINARY) != 1) { in bpftool_prog_sign()229 BIO_free(bd_in); in bpftool_prog_sign()