Home | History | Annotate | Download | only in keystore

Lines Matching defs:slength

100     ssize_t slength = in.readInt32();
101 if (slength > 0) {
102 *data = reinterpret_cast<const uint8_t*>(in.readInplace(slength));
104 *length = static_cast<size_t>(slength);