Home
last modified time | relevance | path

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

/xnu-11215.61.5/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;
83 const struct ccmode_cfb *ccaes_cfb_encrypt_mode(void);
91 const struct ccmode_cfb *ccaes_cfb_decrypt_mode(void);
H A Dccmode_factory.h41 void ccmode_factory_cfb_decrypt(struct ccmode_cfb *cfb,
48 void ccmode_factory_cfb_encrypt(struct ccmode_cfb *cfb,
H A Dccmode_impl.h81 struct ccmode_cfb { struct
84 int (*CC_SPTR(ccmode_cfb, argument
85 …init))(const struct ccmode_cfb *cfb, cccfb_ctx *ctx, size_t key_len, const void *key, const void *…
86 int (*CC_SPTR(ccmode_cfb, cfb))(cccfb_ctx *ctx, size_t nbytes, const void *in, void *out);
H A Dccmode.h114 size_t cccfb_context_size(const struct ccmode_cfb *mode);
116 size_t cccfb_block_size(const struct ccmode_cfb *mode);
118 int cccfb_init(const struct ccmode_cfb *mode, cccfb_ctx *ctx, size_t key_len, const void *cc_sized_…
120 int cccfb_update(const struct ccmode_cfb *mode, cccfb_ctx *ctx, size_t nbytes, const void *cc_sized…
122 int cccfb_one_shot(const struct ccmode_cfb *mode,
/xnu-11215.61.5/osfmk/corecrypto/
H A Dccmode_internal.h156 int ccmode_cfb_init(const struct ccmode_cfb *cfb, cccfb_ctx *ctx,