Home
last modified time | relevance | path

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

/xnu-8796.121.2/EXTERNAL_HEADERS/corecrypto/
H A Dccdes.h30 const struct ccmode_cfb *ccdes_cfb_decrypt_mode(void);
31 const struct ccmode_cfb *ccdes_cfb_encrypt_mode(void);
47 const struct ccmode_cfb *ccdes3_cfb_decrypt_mode(void);
48 const struct ccmode_cfb *ccdes3_cfb_encrypt_mode(void);
H A Dccaes.h43 extern const struct ccmode_cfb ccaes_arm_cfb_encrypt_mode;
44 extern const struct ccmode_cfb ccaes_arm_cfb_decrypt_mode;
99 const struct ccmode_cfb *ccaes_cfb_encrypt_mode(void);
107 const struct ccmode_cfb *ccaes_cfb_decrypt_mode(void);
H A Dccmode_impl.h78 struct ccmode_cfb { struct
81 int (*CC_SPTR(ccmode_cfb, argument
82 …init))(const struct ccmode_cfb *cfb, cccfb_ctx *ctx, size_t key_len, const void *key, const void *…
83 int (*CC_SPTR(ccmode_cfb, cfb))(cccfb_ctx *ctx, size_t nbytes, const void *in, void *out);
H A Dccmode.h139 CC_INLINE size_t cccfb_context_size(const struct ccmode_cfb *mode) in cccfb_context_size()
144 CC_INLINE size_t cccfb_block_size(const struct ccmode_cfb *mode) in cccfb_block_size()
149 CC_INLINE int cccfb_init(const struct ccmode_cfb *mode, cccfb_ctx *ctx, size_t key_len, const void … in cccfb_init()
154 CC_INLINE int cccfb_update(const struct ccmode_cfb *mode, cccfb_ctx *ctx, size_t nbytes, const void… in cccfb_update()
159 CC_INLINE int cccfb_one_shot(const struct ccmode_cfb *mode, in cccfb_one_shot()