Searched refs:off (Results 1 – 1 of 1) sorted by relevance
76 size_t off = 0; in DoPKCS12() local77 while (off < size) { in DoPKCS12()79 if (!ReadFromFD(fd.get(), &bytes_read, contents.get() + off, size - off)) { in DoPKCS12()87 off += bytes_read; in DoPKCS12()94 off = 0; in DoPKCS12()95 while (off < sizeof(password) - 1) { in DoPKCS12()97 if (!ReadFromFD(0, &bytes_read, password + off, in DoPKCS12()98 sizeof(password) - 1 - off)) { in DoPKCS12()103 off += bytes_read; in DoPKCS12()104 if (bytes_read == 0 || OPENSSL_memchr(password, '\n', off) != nullptr) { in DoPKCS12()[all …]
Completed in 4 milliseconds