Searched defs:ibuf (Results 1 - 3 of 3) 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
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/libkern/stdio/
H A Dscanf.c119 sscanf(const char *ibuf, const char *fmt, ...) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty.c1793 char ibuf[IBUFSIZ]; local

Completed in 80 milliseconds