Searched refs:KEYCHECKSUMSIZE (Results 1 – 4 of 4) sorted by relevance
89 char crypt1[HEXKEYBYTES + KEYCHECKSUMSIZE + 1]; in main()214 (void) memcpy(crypt1 + HEXKEYBYTES, secret, KEYCHECKSUMSIZE); in main()215 crypt1[HEXKEYBYTES + KEYCHECKSUMSIZE] = 0; in main()253 char pkent[HEXKEYBYTES + HEXKEYBYTES + KEYCHECKSUMSIZE + 2];
178 (char *)malloc(HEXKEYBYTES + KEYCHECKSUMSIZE + 1))) { in encryptkeys()184 (void) memcpy(crypt + HEXKEYBYTES, slist[0], KEYCHECKSUMSIZE); in encryptkeys()185 crypt[HEXKEYBYTES + KEYCHECKSUMSIZE] = 0; in encryptkeys()
255 const int keychecksumsize = classic_des ? KEYCHECKSUMSIZE : MD5HEXSIZE; in xencrypt_g()360 const int keychecksumsize = classic_des ? KEYCHECKSUMSIZE : MD5HEXSIZE; in xdecrypt_g()
71 const KEYCHECKSUMSIZE = 16; variable