Lines Matching defs:temp
311 uint8_t pri_key[64], temp[64], payload_sig[64 + 32], a, *lp, kbi[64];
450 if (lws_genhash_destroy(&ctx, temp))
454 * Sign the 32-byte SHA256 "exchange hash" in temp
458 if (crypto_sign_ed25519(payload_sig, &smlen, temp, LWS_SIZE_EC25519,
464 n = crypto_sign_ed25519_open(temp, &l, payload_sig, smlen, pss->K_S);
509 memcpy(pss->session_id, temp, LWS_SIZE_EC25519);
536 kbi, (int)kbi_len, temp, (char)('A' + (c * 2)),
539 kbi, (int)kbi_len, temp, (char)('B' + (c * 2)),
543 lws_explicit_bzero(temp, sizeof(temp));