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

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/
H A Daes.h110 } aes_decrypt_ctx; typedef in typeref:struct:__anon29
132 } aes_decrypt_ctx; typedef in typeref:struct:__anon31
138 aes_decrypt_ctx decrypt;
181 aes_rval aes_decrypt_key128(const unsigned char *key, aes_decrypt_ctx cx[1]);
185 aes_rval aes_decrypt_key192(const unsigned char *key, aes_decrypt_ctx cx[1]);
189 aes_rval aes_decrypt_key256(const unsigned char *key, aes_decrypt_ctx cx[1]);
193 aes_rval aes_decrypt_key(const unsigned char *key, int key_len, aes_decrypt_ctx cx[1]);
197 aes_rval aes_decrypt(const unsigned char *in, unsigned char *out, const aes_decrypt_ctx cx[1]);
201 unsigned char *out_blk, const aes_decrypt_ctx cx[1]);
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daes_modes.c189 int len, const aes_decrypt_ctx ctx[1])
358 int len, unsigned char *iv, const aes_decrypt_ctx ctx[1])
455 unsigned char *out_blk, const aes_decrypt_ctx cx[1])
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/ppc/
H A Daeskey.c307 aes_rval aes_decrypt_key128(const unsigned char *key, aes_decrypt_ctx cx[1])
345 aes_rval aes_decrypt_key192(const unsigned char *key, aes_decrypt_ctx cx[1])
386 aes_rval aes_decrypt_key256(const unsigned char *key, aes_decrypt_ctx cx[1])
432 aes_rval aes_decrypt_key(const unsigned char *key, int key_len, aes_decrypt_ctx cx[1])
H A Daescrypt.c292 unsigned char *out, const aes_decrypt_ctx cx[1])
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Desp_rijndael.c240 (aes_decrypt_ctx*)(&(((aes_ctx*)sav->sched)->decrypt)));

Completed in 14 milliseconds