• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/

Lines Matching refs:CC_INLINE

23 CC_INLINE size_t ccecb_context_size(const struct ccmode_ecb *mode)
28 CC_INLINE unsigned long ccecb_block_size(const struct ccmode_ecb *mode)
33 CC_INLINE void ccecb_init(const struct ccmode_ecb *mode, ccecb_ctx *ctx,
39 CC_INLINE void ccecb_update(const struct ccmode_ecb *mode, const ccecb_ctx *ctx,
45 CC_INLINE void ccecb_one_shot(const struct ccmode_ecb *mode,
81 CC_INLINE size_t cccbc_context_size(const struct ccmode_cbc *mode)
86 CC_INLINE unsigned long cccbc_block_size(const struct ccmode_cbc *mode)
91 CC_INLINE void cccbc_init(const struct ccmode_cbc *mode, cccbc_ctx *ctx,
97 CC_INLINE void cccbc_set_iv(const struct ccmode_cbc *mode, cccbc_iv *iv_ctx,
106 CC_INLINE void cccbc_update(const struct ccmode_cbc *mode, cccbc_ctx *ctx,
113 CC_INLINE void cccbc_one_shot(const struct ccmode_cbc *mode,
136 CC_INLINE size_t cccfb_context_size(const struct ccmode_cfb *mode)
141 CC_INLINE unsigned long cccfb_block_size(const struct ccmode_cfb *mode)
146 CC_INLINE void cccfb_init(const struct ccmode_cfb *mode, cccfb_ctx *ctx,
153 CC_INLINE void cccfb_update(const struct ccmode_cfb *mode, cccfb_ctx *ctx,
159 CC_INLINE void cccfb_one_shot(const struct ccmode_cfb *mode,
176 CC_INLINE size_t cccfb8_context_size(const struct ccmode_cfb8 *mode)
181 CC_INLINE unsigned long cccfb8_block_size(const struct ccmode_cfb8 *mode)
186 CC_INLINE void cccfb8_init(const struct ccmode_cfb8 *mode, cccfb8_ctx *ctx,
192 CC_INLINE void cccfb8_update(const struct ccmode_cfb8 *mode, cccfb8_ctx *ctx,
198 CC_INLINE void cccfb8_one_shot(const struct ccmode_cfb8 *mode,
219 CC_INLINE size_t ccctr_context_size(const struct ccmode_ctr *mode)
224 CC_INLINE unsigned long ccctr_block_size(const struct ccmode_ctr *mode)
229 CC_INLINE void ccctr_init(const struct ccmode_ctr *mode, ccctr_ctx *ctx,
235 CC_INLINE void ccctr_update(const struct ccmode_ctr *mode, ccctr_ctx *ctx,
241 CC_INLINE void ccctr_one_shot(const struct ccmode_ctr *mode,
259 CC_INLINE size_t ccofb_context_size(const struct ccmode_ofb *mode)
264 CC_INLINE unsigned long ccofb_block_size(const struct ccmode_ofb *mode)
269 CC_INLINE void ccofb_init(const struct ccmode_ofb *mode, ccofb_ctx *ctx,
275 CC_INLINE void ccofb_update(const struct ccmode_ofb *mode, ccofb_ctx *ctx,
281 CC_INLINE void ccofb_one_shot(const struct ccmode_ofb *mode,
318 CC_INLINE size_t ccxts_context_size(const struct ccmode_xts *mode)
323 CC_INLINE unsigned long ccxts_block_size(const struct ccmode_xts *mode)
328 CC_INLINE void ccxts_init(const struct ccmode_xts *mode, ccxts_ctx *ctx,
335 CC_INLINE void ccxts_set_tweak(const struct ccmode_xts *mode, ccxts_ctx *ctx,
341 CC_INLINE void *ccxts_update(const struct ccmode_xts *mode, ccxts_ctx *ctx,
347 CC_INLINE void ccxts_one_shot(const struct ccmode_xts *mode,
368 CC_INLINE size_t ccgcm_context_size(const struct ccmode_gcm *mode)
373 CC_INLINE unsigned long ccgcm_block_size(const struct ccmode_gcm *mode)
378 CC_INLINE void ccgcm_init(const struct ccmode_gcm *mode, ccgcm_ctx *ctx,
384 CC_INLINE void ccgcm_set_iv(const struct ccmode_gcm *mode, ccgcm_ctx *ctx,
390 CC_INLINE void ccgcm_gmac(const struct ccmode_gcm *mode, ccgcm_ctx *ctx,
396 CC_INLINE void ccgcm_update(const struct ccmode_gcm *mode, ccgcm_ctx *ctx,
402 CC_INLINE void ccgcm_finalize(const struct ccmode_gcm *mode, ccgcm_ctx *ctx,
408 CC_INLINE void ccgcm_reset(const struct ccmode_gcm *mode, ccgcm_ctx *ctx)
414 CC_INLINE void ccgcm_one_shot(const struct ccmode_gcm *mode,
440 CC_INLINE size_t ccccm_context_size(const struct ccmode_ccm *mode)
445 CC_INLINE unsigned long ccccm_block_size(const struct ccmode_ccm *mode)
450 CC_INLINE void ccccm_init(const struct ccmode_ccm *mode, ccccm_ctx *ctx,
456 CC_INLINE void ccccm_set_iv(const struct ccmode_ccm *mode, ccccm_ctx *ctx, ccccm_nonce *nonce_ctx,
463 CC_INLINE void ccccm_cbcmac(const struct ccmode_ccm *mode, ccccm_ctx *ctx, ccccm_nonce *nonce_ctx,
469 CC_INLINE void ccccm_update(const struct ccmode_ccm *mode, ccccm_ctx *ctx, ccccm_nonce *nonce_ctx,
475 CC_INLINE void ccccm_finalize(const struct ccmode_ccm *mode, ccccm_ctx *ctx, ccccm_nonce *nonce_ctx,
481 CC_INLINE void ccccm_reset(const struct ccmode_ccm *mode, ccccm_ctx *ctx, ccccm_nonce *nonce_ctx)
487 CC_INLINE void ccccm_one_shot(const struct ccmode_ccm *mode,
514 CC_INLINE size_t ccomac_context_size(const struct ccmode_omac *mode)
519 CC_INLINE unsigned long ccomac_block_size(const struct ccmode_omac *mode)
524 CC_INLINE void ccomac_init(const struct ccmode_omac *mode, ccomac_ctx *ctx,
530 CC_INLINE int ccomac_update(const struct ccmode_omac *mode, ccomac_ctx *ctx,
536 CC_INLINE int ccomac_one_shot(const struct ccmode_omac *mode,