Searched refs:ivec (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/sunrpc/ |
D | xcrypt.c | 110 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()
|
D | des_crypt.c | 97 char *ivec) in cbc_crypt() argument 103 COPY8 (ivec, dp.des_ivec); in cbc_crypt() 105 COPY8 (dp.des_ivec, ivec); in cbc_crypt()
|
D | auth_des.c | 246 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()
|
D | svcauth_des.c | 115 des_block ivec; in _svcauth_des() local 227 ivec.key.high = ivec.key.low = 0; in _svcauth_des() 230 (char *) &ivec); in _svcauth_des()
|