Lines Matching defs:bytes
82 lws_mpint_rfc4251(uint8_t *dest, const uint8_t *src, int bytes, int uns)
86 while (!*src && bytes > 1) {
88 bytes--;
101 bytes++;
103 *dest++ = (uint8_t)(bytes >> 24);
104 *dest++ = (uint8_t)(bytes >> 16);
105 *dest++ = (uint8_t)(bytes >> 8);
106 *dest++ = (uint8_t)(bytes);
110 bytes--;
113 while (bytes--)
224 * As many bytes as needed are taken from the beginning of the hash
230 * bytes (as many as HASH generates) to the key. This process is
344 * 1) A 32 bytes private key should be generated for each new
380 * X is the 32 bytes point obtained by the scalar multiplication of
386 * The whole 32 bytes of the number X are then converted into a big
455 * The signature is itself 64 bytes