| H A D | ccmode.h | 370 CC_INLINE int ccxts_set_tweak(const struct ccmode_xts *mode, ccxts_ctx *ctx, ccxts_tweak *tweak, co… in ccxts_set_tweak() argument 372 return mode->set_tweak(ctx, tweak, iv); in ccxts_set_tweak() 389 ccxts_update(const struct ccmode_xts *mode, ccxts_ctx *ctx, ccxts_tweak *tweak, size_t nblocks, con… in ccxts_update() argument 391 return mode->xts(ctx, tweak, nblocks, in, out); in ccxts_update() 901 ccomac_update(const struct ccmode_omac *mode, ccomac_ctx *ctx, size_t nblocks, const void *tweak, c… in ccomac_update() argument 903 return mode->omac(ctx, nblocks, tweak, in, out); in ccomac_update() 910 const void *tweak, in ccomac_one_shot() argument 919 rc = mode->omac(ctx, nblocks, tweak, in, out); in ccomac_one_shot()
|