Searched refs:cryptbuf (Results 1 – 1 of 1) sorted by relevance
64 u32 cryptbuf[4]; in svcauth_des() local90 cryptbuf[2] = *p++; /* get the encrypted window */ in svcauth_des()106 cryptbuf[0] = *p++; /* encrypted time stamp */ in svcauth_des()107 cryptbuf[1] = *p++; in svcauth_des()108 cryptbuf[3] = *p++; /* 0 or window - 1 */ in svcauth_des()111 status = des_ecb_encrypt((des_block *) cryptbuf, in svcauth_des()112 (des_block *) cryptbuf, in svcauth_des()119 status = des_cbc_encrypt((des_cblock *) cryptbuf, in svcauth_des()120 (des_cblock *) cryptbuf, 16, in svcauth_des()135 data->dc_window = ntohl(cryptbuf[2]); in svcauth_des()[all …]