Searched refs:set_tweak (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/libkern/crypto/
H A Dcorecrypto_aesxts.c80 xtsenc->set_tweak(xts->enc, tweak, iv);
96 xtsdec->set_tweak(xts->dec, tweak, iv);
/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_impl.h114 void (*set_tweak)(const ccxts_ctx *ctx, ccxts_tweak *tweak, const void *iv); member in struct:ccmode_xts
116 /* Encrypt blocks for a sector, clients must call set_tweak before calling
H A Dccmode.h338 mode->set_tweak(ctx, tweak, iv);
355 mode->set_tweak(ctx, tweak, iv);
H A Dccmode_factory.h621 // when set_tweak is called.
632 .set_tweak = ccmode_xts_set_tweak, \
644 .set_tweak = ccmode_xts_set_tweak, \

Completed in 127 milliseconds