Lines Matching defs:out
51 uint8_t *out = NULL;
55 desiredPasswordSize, &out, &outSize);
59 if (ret == 0 && outSize > 0 && out != NULL) {
65 memcpy(buf, out, outSize);
66 delete[] out;
122 uint8_t *out = NULL;
127 &out, &outSize, &request_reenroll);
130 if (ret == 0 && outSize > 0 && out != NULL) {
136 memcpy(buf, out, outSize);
137 delete[] out;