Searched refs:out_fd (Results 1 – 2 of 2) sorted by relevance
131 int cert_verify(BIO *content, CMS_ContentInfo *content_info, X509_STORE *store, int *out_fd) { in cert_verify() argument135 *out_fd = create_temp_file(); in cert_verify()136 if (*out_fd < 0) { in cert_verify()141 output_temp = BIO_new_fd(*out_fd, BIO_NOCLOSE); in cert_verify()144 close(*out_fd); in cert_verify()
50 int cert_verify(BIO *content, CMS_ContentInfo *content_info, X509_STORE *store, int *out_fd);