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

/darwin-on-arm/xnu/libkern/crypto/
H A Dcorecrypto_aes.c55 cccbc_update(cbc, cx[0].ctx, ctx_iv, num_blk, in_blk, out_blk); //Actually cbc encrypt.
86 cccbc_update(cbc, cx[0].ctx, ctx_iv, num_blk, in_blk, out_blk); //Actually cbc decrypt.
H A Dcorecrypto_des.c126 cccbc_update(cbc, ctx, ctx_iv, nblocks, in, out);
167 cccbc_update(cbc, ctx, ctx_iv, nblocks, in, out);
195 cccbc_update(cbc, ks->enc, ctx_iv, 1, in++, cksum);
/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dccmode.h107 CC_INLINE void cccbc_update(const struct ccmode_cbc *mode, cccbc_ctx *ctx, cccbc_iv *iv, function

Completed in 25 milliseconds