Home
last modified time | relevance | path

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

/xnu-11215.61.5/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 Dccaes.h46 extern const struct ccmode_ofb ccaes_arm_ofb_crypt_mode;
98 const struct ccmode_ofb *ccaes_ofb_crypt_mode(void);
H A Dccmode_impl.h119 struct ccmode_ofb { struct
122 int (*CC_SPTR(ccmode_ofb, argument
123 …init))(const struct ccmode_ofb *ofb, ccofb_ctx *ctx, size_t key_len, const void *key, const void *…
124 int (*CC_SPTR(ccmode_ofb, ofb))(ccofb_ctx *ctx, size_t nbytes, const void *in, void *out);
H A Dccmode.h187 size_t ccofb_context_size(const struct ccmode_ofb *mode);
189 size_t ccofb_block_size(const struct ccmode_ofb *mode);
191 int ccofb_init(const struct ccmode_ofb *mode, ccofb_ctx *ctx, size_t key_len, const void *cc_sized_…
193 int ccofb_update(const struct ccmode_ofb *mode, ccofb_ctx *ctx, size_t nbytes, const void *cc_sized…
195 int ccofb_one_shot(const struct ccmode_ofb *mode,
H A Dccmode_factory.h105 void ccmode_factory_ofb_crypt(struct ccmode_ofb *ofb,
/xnu-11215.61.5/osfmk/corecrypto/
H A Dccmode_internal.h77 static struct ccmode_ofb ofb_##_cipher_; \
79 const struct ccmode_ofb *cc##_cipher_##_ofb_crypt_mode(void) \
289 int ccmode_ofb_init(const struct ccmode_ofb *ofb, ccofb_ctx *ctx,