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

/macosx-10.9.5/CommonCrypto-60049/lib/
H A DcorecryptoSymmetricBridge.h90 } modeCtx; typedef in typeref:union:__anon673
109 size_t tweaklen, int options, modeCtx ctx);
118 typedef void (*ccmode_encrypt_p)(const corecryptoMode modeObj, const void *pt, void *ct, size_t len, modeCtx ctx);
127 typedef void (*ccmode_decrypt_p)(const corecryptoMode modeObj, const void *ct, void *pt, size_t len, modeCtx ctx);
139 void *ct, const void *tweak, modeCtx ctx);
148 void *pt, const void *tweak, modeCtx ctx);
152 typedef int (*ccmode_done_p)(const corecryptoMode modeObj, modeCtx ctx);
158 typedef int (*ccmode_setiv_p)(const corecryptoMode modeObj, const void *iv, uint32_t len, modeCtx ctx);
164 typedef int (*ccmode_getiv_p)(const corecryptoMode modeObj, void *iv, uint32_t *len, modeCtx ctx);
211 typedef int (*cc_encrypt_pad_p)(modeCtx ct
[all...]
H A DcorecryptoSymmetricBridge.c114 size_t tweaklen, int options, modeCtx ctx)
119 static void ccecb_mode_crypt(corecryptoMode modeObj, const void *in, void *out, size_t len, modeCtx ctx)
143 size_t tweaklen, int options, modeCtx ctx)
149 static void cccbc_mode_crypt(const corecryptoMode modeObj, const void *in, void *out, size_t len, modeCtx ctx)
154 static int cccbc_getiv(const corecryptoMode modeObj, void *iv, uint32_t *len, modeCtx ctx)
164 static int cccbc_setiv(const corecryptoMode modeObj, const void *iv, uint32_t len, modeCtx ctx)
190 size_t tweaklen, int options, modeCtx ctx)
195 static void cccfb_mode_crypt(const corecryptoMode modeObj, const void *in, void *out, size_t len, modeCtx ctx)
220 size_t tweaklen, int options, modeCtx ctx)
225 static void cccfb8_mode_crypt(const corecryptoMode modeObj, const void *in, void *out, size_t len, modeCtx ct
[all...]
H A DCommonCryptorPriv.h84 modeCtx ctx[CC_DIRECTIONS];

Completed in 123 milliseconds