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

/darwin-on-arm/xnu/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.h81 const struct ccmode_ofb *ccaes_ofb_crypt_mode(void);
H A Dccmode_impl.h92 struct ccmode_ofb { struct
95 void (*init)(const struct ccmode_ofb *ofb, ccofb_ctx *ctx,
H A Dccmode_factory.h40 static struct ccmode_ofb ofb_##_cipher_; \
42 const struct ccmode_ofb *cc##_cipher_##_ofb_crypt_mode(void) \
410 void ccmode_ofb_init(const struct ccmode_ofb *ofb, ccofb_ctx *ctx,
422 /* Use this to statically initialize a ccmode_ofb object. */
431 /* Use these function to runtime initialize a ccmode_ofb encrypt object (for
436 void ccmode_factory_ofb_crypt(struct ccmode_ofb *ofb,
438 struct ccmode_ofb ofb_crypt = CCMODE_FACTORY_OFB_CRYPT(ecb);
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,

Completed in 30 milliseconds