Searched refs:contents (Results 1 – 1 of 1) sorted by relevance
75 auto contents = std::make_unique<uint8_t[]>(size); in DoPKCS12() local79 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