Searched refs:ccmode_omac (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_impl.h167 struct ccmode_omac { struct
170 void (*init)(const struct ccmode_omac *omac, ccomac_ctx *ctx,
H A Dccmode.h509 /* Declare a omac key named _name_. Pass the size field of a struct ccmode_omac
514 CC_INLINE size_t ccomac_context_size(const struct ccmode_omac *mode)
519 CC_INLINE unsigned long ccomac_block_size(const struct ccmode_omac *mode)
524 CC_INLINE void ccomac_init(const struct ccmode_omac *mode, ccomac_ctx *ctx,
530 CC_INLINE int ccomac_update(const struct ccmode_omac *mode, ccomac_ctx *ctx,
536 CC_INLINE int ccomac_one_shot(const struct ccmode_omac *mode,
H A Dccmode_factory.h546 ccmode_omac->omac().
549 void ccmode_omac_init(const struct ccmode_omac *omac, ccomac_ctx *ctx,
559 /* Use this to statically initialize a ccmode_omac object for decryption. */
568 /* Use this to statically initialize a ccmode_omac object for encryption. */
577 /* Use these function to runtime initialize a ccmode_omac decrypt object (for
582 void ccmode_factory_omac_decrypt(struct ccmode_omac *omac,
584 struct ccmode_omac omac_decrypt = CCMODE_FACTORY_OMAC_DECRYPT(ecb);
588 /* Use these function to runtime initialize a ccmode_omac encrypt object (for
593 void ccmode_factory_omac_encrypt(struct ccmode_omac *omac,
595 struct ccmode_omac omac_encryp
[all...]

Completed in 26 milliseconds