Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/key/
H A Dxcrypt.c255 const int keychecksumsize = classic_des ? KEYCHECKSUMSIZE : MD5HEXSIZE; in xencrypt_g() local
256 const int binkeybytes = do_chksum ? keylen/8 + keychecksumsize/2 : in xencrypt_g()
258 const int bufsize = do_chksum ? hexkeybytes + keychecksumsize + 1 : in xencrypt_g()
272 keychecksumsize); in xencrypt_g()
360 const int keychecksumsize = classic_des ? KEYCHECKSUMSIZE : MD5HEXSIZE; in xdecrypt_g() local
392 keychecksumsize) != 0) { in xdecrypt_g()