Home
last modified time | relevance | path

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

/system/core/fastbootd/
Dsecure.c132 BIO *output_temp; in cert_verify() local
141 output_temp = BIO_new_fd(*out_fd, BIO_NOCLOSE); in cert_verify()
142 if (output_temp == NULL) { in cert_verify()
148 ret = CMS_verify(content_info, NULL ,store, content, output_temp, 0); in cert_verify()
160 BIO_free(output_temp); in cert_verify()