Home
last modified time | relevance | path

Searched refs:ccmode_xts (Results 1 – 8 of 8) sorted by relevance

/xnu-11215.61.5/EXTERNAL_HEADERS/corecrypto/
H A Dccaes.h40 extern const struct ccmode_xts ccaes_arm_xts_encrypt_mode;
41 extern const struct ccmode_xts ccaes_arm_xts_decrypt_mode;
63 extern const struct ccmode_xts ccaes_intel_xts_encrypt_opt_mode;
64 extern const struct ccmode_xts ccaes_intel_xts_encrypt_aesni_mode;
66 extern const struct ccmode_xts ccaes_intel_xts_decrypt_opt_mode;
67 extern const struct ccmode_xts ccaes_intel_xts_decrypt_aesni_mode;
85 const struct ccmode_xts *ccaes_xts_encrypt_mode(void);
93 const struct ccmode_xts *ccaes_xts_decrypt_mode(void);
H A Dccmode_impl.h132 struct ccmode_xts { struct
143 int (*CC_SPTR(ccmode_xts, init))(const struct ccmode_xts *xts, argument
149 void (*CC_SPTR(ccmode_xts, key_sched))(const struct ccmode_xts *xts,
156 int (*CC_SPTR(ccmode_xts, set_tweak))(const ccxts_ctx *ctx, ccxts_tweak *tweak, const void *iv);
160 …void *(*CC_SPTR(ccmode_xts, xts))(const ccxts_ctx *ctx, ccxts_tweak *tweak, size_t nblocks, const …
H A Dccmode_factory.h126 void ccmode_factory_xts_decrypt(struct ccmode_xts *xts,
134 void ccmode_factory_xts_encrypt(struct ccmode_xts *xts,
H A Dccpad.h67 size_t ccpad_xts_decrypt(const struct ccmode_xts *xts, ccxts_ctx *ctx, ccxts_tweak *tweak,
71 void ccpad_xts_encrypt(const struct ccmode_xts *xts, ccxts_ctx *ctx, ccxts_tweak *tweak,
H A Dccmode.h228 size_t ccxts_context_size(const struct ccmode_xts *mode);
230 size_t ccxts_block_size(const struct ccmode_xts *mode);
246 int ccxts_init(const struct ccmode_xts *mode, ccxts_ctx *ctx, size_t key_nbytes, const void *cc_siz…
259 int ccxts_set_tweak(const struct ccmode_xts *mode, ccxts_ctx *ctx, ccxts_tweak *tweak, const void *…
275 ccxts_update(const struct ccmode_xts *mode, ccxts_ctx *ctx, ccxts_tweak *tweak, size_t nblocks, con…
294 int ccxts_one_shot(const struct ccmode_xts *mode,
/xnu-11215.61.5/libkern/crypto/
H A Dcorecrypto_aesxts.c49 const struct ccmode_xts *enc, *dec; in xts_start()
79 const struct ccmode_xts *xtsenc = g_crypto_funcs->ccaes_xts_encrypt; in xts_encrypt()
101 const struct ccmode_xts *xtsdec = g_crypto_funcs->ccaes_xts_decrypt; in xts_decrypt()
/xnu-11215.61.5/libkern/libkern/crypto/
H A Dregister_crypto.h227 const struct ccmode_xts *ccaes_xts_encrypt;
228 const struct ccmode_xts *ccaes_xts_decrypt;
/xnu-11215.61.5/osfmk/corecrypto/
H A Dccmode_internal.h324 int ccmode_xts_init(const struct ccmode_xts *xts, ccxts_ctx *ctx,
327 void ccmode_xts_key_sched(const struct ccmode_xts *xts, ccxts_ctx *ctx,