Home
last modified time | relevance | path

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

/glibc-2.36/sunrpc/
Dxcrypt.c110 char ivec[8]; local
119 memset (ivec, 0, 8);
121 err = cbc_crypt (key, buf, len, DES_ENCRYPT | DES_HW, ivec);
142 char ivec[8]; in libc_hidden_nolink_sunrpc() local
152 memset (ivec, 0, 8); in libc_hidden_nolink_sunrpc()
154 err = cbc_crypt (key, buf, len, DES_DECRYPT | DES_HW, ivec); in libc_hidden_nolink_sunrpc()
Ddes_crypt.c97 char *ivec) in cbc_crypt() argument
103 COPY8 (ivec, dp.des_ivec); in cbc_crypt()
105 COPY8 (dp.des_ivec, ivec); in cbc_crypt()
Dauth_des.c246 des_block ivec; in authdes_marshal() local
277 ivec.key.high = ivec.key.low = 0; in authdes_marshal()
279 2 * sizeof (des_block), DES_ENCRYPT | DES_HW, (char *) &ivec); in authdes_marshal()
Dsvcauth_des.c115 des_block ivec; in _svcauth_des() local
227 ivec.key.high = ivec.key.low = 0; in _svcauth_des()
230 (char *) &ivec); in _svcauth_des()