Searched refs:ccmode_xts (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215.61.5/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccaes.h | 40 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 D | ccmode_impl.h | 132 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 D | ccmode_factory.h | 126 void ccmode_factory_xts_decrypt(struct ccmode_xts *xts, 134 void ccmode_factory_xts_encrypt(struct ccmode_xts *xts,
|
| H A D | ccpad.h | 67 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 D | ccmode.h | 228 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 D | corecrypto_aesxts.c | 49 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 D | register_crypto.h | 227 const struct ccmode_xts *ccaes_xts_encrypt; 228 const struct ccmode_xts *ccaes_xts_decrypt;
|
| /xnu-11215.61.5/osfmk/corecrypto/ |
| H A D | ccmode_internal.h | 324 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,
|