Home
last modified time | relevance | path

Searched refs:padbyte (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dmisc.c453 int padbyte; in hash_bignum() local
469 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()