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

/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dccmode.h99 CC_INLINE void cccbc_set_iv(const struct ccmode_cbc *mode, cccbc_iv *iv_ctx, const void *iv) argument
102 cc_copy(mode->block_size, iv_ctx, iv);
104 cc_zero(mode->block_size, iv_ctx);
118 cccbc_iv_decl(mode->block_size, iv_ctx);
121 cccbc_set_iv (mode, iv_ctx, iv);
123 cc_zero(mode->block_size, iv_ctx);
124 mode->cbc(ctx, iv_ctx, nblocks, in, out);

Completed in 21 milliseconds