Home
last modified time | relevance | path

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

/tool/
A Dpkcs12.cc75 auto contents = std::make_unique<uint8_t[]>(size); in DoPKCS12() local
79 if (!ReadFromFD(fd.get(), &bytes_read, contents.get() + off, size - off)) { in DoPKCS12()
116 CBS_init(&pkcs12, contents.get(), size); in DoPKCS12()

Completed in 4 milliseconds