Searched refs:padbyte (Results 1 – 1 of 1) sorted by relevance
453 int padbyte; in hash_bignum() local469 padbyte = (bn[1] & 0x80) ? 1 : 0; in hash_bignum()470 hash_string(hash, bn + 1 - padbyte, (unsigned)(len + padbyte)); in hash_bignum()472 return (int)(sizeof(len) + len + padbyte); in hash_bignum()