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

/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_impl.h155 struct ccmode_omac { struct
158 void (*init)(const struct ccmode_omac *omac, ccomac_ctx *ctx,
H A Dccmode_factory.h450 ccmode_omac->omac().
453 void ccmode_omac_init(const struct ccmode_omac *omac, ccomac_ctx *ctx,
463 /* Use this to statically initialize a ccmode_omac object for decryption. */
472 /* Use this to statically initialize a ccmode_omac object for encryption. */
481 /* Use these function to runtime initialize a ccmode_omac decrypt object (for
486 void ccmode_factory_omac_decrypt(struct ccmode_omac *omac,
488 struct ccmode_omac omac_decrypt = CCMODE_FACTORY_OMAC_DECRYPT(ecb);
492 /* Use these function to runtime initialize a ccmode_omac encrypt object (for
497 void ccmode_factory_omac_encrypt(struct ccmode_omac *omac,
499 struct ccmode_omac omac_encryp
[all...]
H A Dccmode.h430 /* Declare a omac key named _name_. Pass the size field of a struct ccmode_omac
435 CC_INLINE size_t ccomac_context_size(const struct ccmode_omac *mode)
440 CC_INLINE unsigned long ccomac_block_size(const struct ccmode_omac *mode)
445 CC_INLINE void ccomac_init(const struct ccmode_omac *mode, ccomac_ctx *ctx,
451 CC_INLINE int ccomac_update(const struct ccmode_omac *mode, ccomac_ctx *ctx,
457 CC_INLINE int ccomac_one_shot(const struct ccmode_omac *mode,

Completed in 28 milliseconds