Searched refs:ccmode_ofb (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.121.3/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccdes.h | 38 const struct ccmode_ofb *ccdes_ofb_crypt_mode(void); 55 const struct ccmode_ofb *ccdes3_ofb_crypt_mode(void);
|
| H A D | ccmode_impl.h | 113 struct ccmode_ofb { struct 116 int (*CC_SPTR(ccmode_ofb, argument 117 …init))(const struct ccmode_ofb *ofb, ccofb_ctx *ctx, size_t key_len, const void *key, const void *… 118 int (*CC_SPTR(ccmode_ofb, ofb))(ccofb_ctx *ctx, size_t nbytes, const void *in, void *out);
|
| H A D | ccaes.h | 44 extern const struct ccmode_ofb ccaes_arm_ofb_crypt_mode; 112 const struct ccmode_ofb *ccaes_ofb_crypt_mode(void);
|
| H A D | ccmode.h | 266 CC_INLINE size_t ccofb_context_size(const struct ccmode_ofb *mode) in ccofb_context_size() 271 CC_INLINE size_t ccofb_block_size(const struct ccmode_ofb *mode) in ccofb_block_size() 276 CC_INLINE int ccofb_init(const struct ccmode_ofb *mode, ccofb_ctx *ctx, size_t key_len, const void … in ccofb_init() 281 CC_INLINE int ccofb_update(const struct ccmode_ofb *mode, ccofb_ctx *ctx, size_t nbytes, const void… in ccofb_update() 286 CC_INLINE int ccofb_one_shot(const struct ccmode_ofb *mode, in ccofb_one_shot()
|