Searched refs:UDES_buf (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Drpc_enc.c73 DES_ecb_encrypt((const_DES_cblock *)desp->UDES.UDES_buf,
74 (DES_cblock *)desp->UDES.UDES_buf, &ks, enc);
76 DES_ncbc_encrypt(desp->UDES.UDES_buf, desp->UDES.UDES_buf,
86 a = (char *)&(desp->UDES.UDES_buf[len - 8]);
H A Drpc_des.h116 unsigned char *UDES_buf; member in union:desparams::__anon40
119 #define des_buf UDES.UDES_buf /* otherwise, pointer to data */
/freebsd-9.3-release/include/rpc/
H A Ddes.h53 u_char *UDES_buf; member in union:desparams::__anon4977
56 # define des_buf UDES.UDES_buf /* otherwise, pointer to data */
/freebsd-9.3-release/lib/libc/rpc/
H A Ddes_crypt.c84 dp.UDES.UDES_buf = buf;
109 dp.UDES.UDES_buf = buf;
/freebsd-9.3-release/usr.sbin/keyserv/
H A Dcrypt_server.c229 dparm.UDES.UDES_buf = argp->desbuf.desbuf_val;
259 dparm.UDES.UDES_buf = dptr;

Completed in 85 milliseconds