Home
last modified time | relevance | path

Searched refs:ccmode_ofb (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.81.2/EXTERNAL_HEADERS/corecrypto/
H A Dccdes.h38 const struct ccmode_ofb *ccdes_ofb_crypt_mode(void);
55 const struct ccmode_ofb *ccdes3_ofb_crypt_mode(void);
H A Dccmode_impl.h116 struct ccmode_ofb { struct
119 int (*CC_SPTR(ccmode_ofb, argument
120 …init))(const struct ccmode_ofb *ofb, ccofb_ctx *ctx, size_t key_len, const void *key, const void *…
121 int (*CC_SPTR(ccmode_ofb, ofb))(ccofb_ctx *ctx, size_t nbytes, const void *in, void *out);
H A Dccaes.h46 extern const struct ccmode_ofb ccaes_arm_ofb_crypt_mode;
114 const struct ccmode_ofb *ccaes_ofb_crypt_mode(void);
H A Dccmode.h278 CC_INLINE size_t ccofb_context_size(const struct ccmode_ofb *mode) in ccofb_context_size()
283 CC_INLINE size_t ccofb_block_size(const struct ccmode_ofb *mode) in ccofb_block_size()
288 CC_INLINE int ccofb_init(const struct ccmode_ofb *mode, ccofb_ctx *ctx, size_t key_len, const void … in ccofb_init()
293 CC_INLINE int ccofb_update(const struct ccmode_ofb *mode, ccofb_ctx *ctx, size_t nbytes, const void… in ccofb_update()
298 CC_INLINE int ccofb_one_shot(const struct ccmode_ofb *mode, in ccofb_one_shot()