Searched refs:obuf (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daes_modes.c127 aes_rval aes_ecb_encrypt(const unsigned char *ibuf, unsigned char *obuf, argument
143 if(!addr_mod_16(ibuf) && !addr_mod_16(obuf))
145 via_ecb_op5(ksp,cwd,ibuf,obuf,nb);
156 op = (addr_mod_16(obuf) ? buf : obuf);
163 if(op != obuf)
164 memcpy(obuf, buf, m * AES_BLOCK_SIZE);
167 obuf += m * AES_BLOCK_SIZE;
180 aes_encrypt(ibuf, obuf, ctx);
182 obuf
188 aes_ecb_decrypt(const unsigned char *ibuf, unsigned char *obuf, int len, const aes_decrypt_ctx ctx[1]) argument
249 aes_cbc_encrypt(const unsigned char *ibuf, unsigned char *obuf, int len, unsigned char *iv, const aes_encrypt_ctx ctx[1]) argument
357 aes_cbc_decrypt(const unsigned char *ibuf, unsigned char *obuf, int len, unsigned char *iv, const aes_decrypt_ctx ctx[1]) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty.c1916 char obuf[OBUFSIZ]; local
1995 cp = obuf;

Completed in 25 milliseconds