Searched refs:in_blk (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/
H A Daes.h173 aes_rval aes_encrypt_cbc(const unsigned char *in_blk, const unsigned char *in_iv, unsigned int num_blk,
200 aes_rval aes_decrypt_cbc(const unsigned char *in_blk, const unsigned char *in_iv, unsigned int num_blk,
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daes_modes.c344 aes_rval aes_encrypt_cbc(const unsigned char *in_blk, const unsigned char *in_iv, unsigned int num_blk, argument
353 return aes_cbc_encrypt(in_blk, out_blk, num_blk<<4, tmp_iv, cx);
454 aes_rval aes_decrypt_cbc(const unsigned char *in_blk, const unsigned char *in_iv, unsigned int num_blk, argument
463 return aes_cbc_decrypt(in_blk, out_blk, num_blk<<4, tmp_iv, cx);
H A Daes_x86_v2.s329 #define in_blk 4 /* input byte array address parameter */ define
379 movl in_blk+stk_spc(%esp), %esi /* input pointer */
883 movl in_blk+stk_spc(%esp), %esi /* input pointer */

Completed in 73 milliseconds