Searched defs:do_chksum (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/key/
H A Dxcrypt.c233 * If arg do_chksum is TRUE, append the checksum before the encrypt.
247 bool_t do_chksum) /* in */
256 const int binkeybytes = do_chksum ? keylen/8 + keychecksumsize/2 :
258 const int bufsize = do_chksum ? hexkeybytes + keychecksumsize + 1 :
269 if (do_chksum)
336 * If 'do_chksum' is TRUE, the 'secret' buffer is assumed to contain
351 bool_t do_chksum) /* in */
389 if (do_chksum)
240 xencrypt_g( char *secret, keylen_t keylen, algtype_t algtype, const char *passwd, const char netname[], char **encrypted_secret, bool_t do_chksum) argument
345 xdecrypt_g( char *secret, int keylen, int algtype, const char *passwd, const char netname[], bool_t do_chksum) argument

Completed in 65 milliseconds