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

/macosx-10.10/xnu-2782.1.97/libkern/libkern/crypto/
H A Daes.h48 } aes_decrypt_ctx; typedef in typeref:struct:__anon15198
56 aes_decrypt_ctx decrypt;
84 aes_rval aes_decrypt_key(const unsigned char *key, int key_len, aes_decrypt_ctx cx[1]);
85 aes_rval aes_decrypt_key128(const unsigned char *key, aes_decrypt_ctx cx[1]);
86 aes_rval aes_decrypt_key256(const unsigned char *key, aes_decrypt_ctx cx[1]);
89 aes_rval aes_decrypt(const unsigned char *in, unsigned char *out, aes_decrypt_ctx cx[1]);
93 unsigned char *out_blk, aes_decrypt_ctx cx[1]);
/macosx-10.10/CommonCrypto-60061/include/
H A Daes.h61 } aes_decrypt_ctx; typedef in typeref:struct:__anon439
78 void aes_decrypt_key128(const unsigned char *in_key, aes_decrypt_ctx cx[1])
81 void aes_decrypt_key192(const unsigned char *key, aes_decrypt_ctx cx[1])
84 void aes_decrypt_key256(const unsigned char *in_key, aes_decrypt_ctx cx[1])
88 unsigned char *out_blk, aes_decrypt_ctx cx[1])
/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonCryptoAESShoefly.c59 void aes_decrypt_key128(const unsigned char *in_key, aes_decrypt_ctx cx[1])
61 aes_decrypt_ctx *ctx = cx;
69 void aes_decrypt_key256(const unsigned char *in_key, aes_decrypt_ctx cx[1])
71 aes_decrypt_ctx *ctx = cx;
90 unsigned char *out_blk, aes_decrypt_ctx cx[1])
92 aes_decrypt_ctx *ctx = cx;
/macosx-10.10/xnu-2782.1.97/libkern/crypto/
H A Dcorecrypto_aes.c68 aes_rval aes_decrypt_key(const unsigned char *key, int key_len, aes_decrypt_ctx cx[1])
73 if(cbc->size>sizeof(aes_decrypt_ctx))
82 unsigned char *out_blk, aes_decrypt_ctx cx[1])
95 aes_rval aes_decrypt(const unsigned char *in_blk, unsigned char *out_blk, aes_decrypt_ctx cx[1])
106 aes_rval aes_decrypt_key128(const unsigned char *key, aes_decrypt_ctx cx[1])
117 aes_rval aes_decrypt_key256(const unsigned char *key, aes_decrypt_ctx cx[1])
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Desp_rijndael.c293 (aes_decrypt_ctx*)(&(((aes_ctx*)sav->sched)->decrypt)));

Completed in 125 milliseconds