Lines Matching refs:otmp
538 uint8_t *otmp = NULL;
1267 otmp = sshd_zalloc(m);
1268 if (!otmp)
1272 n = lws_genrsa_public_decrypt(&ctx, pp, m, otmp, m);
1278 if (otmp[m] == 0x04 &&
1279 otmp[m + 1] == lws_genhash_size(
1281 m = (uint32_t)memcmp(&otmp[m + 2], hash,
1286 if (otmp[m] == 0x30) {
1291 m += (uint32_t)(otmp[m + 1] + 2);
1295 free(otmp);