Home
last modified time | relevance | path

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

/system/core/fastbootd/
Dsecure.c131 int cert_verify(BIO *content, CMS_ContentInfo *content_info, X509_STORE *store, int *out_fd) { in cert_verify() argument
135 *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()
Dsecure.h50 int cert_verify(BIO *content, CMS_ContentInfo *content_info, X509_STORE *store, int *out_fd);