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

/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccdes.h40 const struct ccmode_ofb *ccdes_ofb_crypt_mode(void);
57 const struct ccmode_ofb *ccdes3_ofb_crypt_mode(void);
H A Dccaes.h91 const struct ccmode_ofb *ccaes_ofb_crypt_mode(void);
H A Dccmode_impl.h86 struct ccmode_ofb { struct
89 void (*init)(const struct ccmode_ofb *ofb, ccofb_ctx *ctx,
H A Dccmode.h254 /* Declare a ofb key named _name_. Pass the size field of a struct ccmode_ofb
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,
H A Dccmode_factory.h40 static struct ccmode_ofb ofb_##_cipher_; \
42 const struct ccmode_ofb *cc##_cipher_##_ofb_crypt_mode(void) \
506 void ccmode_ofb_init(const struct ccmode_ofb *ofb, ccofb_ctx *ctx,
518 /* Use this to statically initialize a ccmode_ofb object. */
527 /* Use these function to runtime initialize a ccmode_ofb encrypt object (for
532 void ccmode_factory_ofb_crypt(struct ccmode_ofb *ofb,
534 struct ccmode_ofb ofb_crypt = CCMODE_FACTORY_OFB_CRYPT(ecb);

Completed in 99 milliseconds