Searched refs:countbuf (Results 1 – 1 of 1) sorted by relevance
303 uint8_t countbuf[4]; in sig_ecdsa() local334 countbuf[0] = (counter >> 24) & 0xff; in sig_ecdsa()335 countbuf[1] = (counter >> 16) & 0xff; in sig_ecdsa()336 countbuf[2] = (counter >> 8) & 0xff; in sig_ecdsa()337 countbuf[3] = counter & 0xff; in sig_ecdsa()338 dump("countbuf", countbuf, sizeof(countbuf)); in sig_ecdsa()343 SHA256Update(&ctx, countbuf, sizeof(countbuf)); in sig_ecdsa()