Searched refs:ccmode_gcm (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccaes.h79 const struct ccmode_gcm *ccaes_gcm_encrypt_mode(void);
87 const struct ccmode_gcm *ccaes_gcm_decrypt_mode(void);
H A Dccmode.h363 /* Declare a gcm key named _name_. Pass the size field of a struct ccmode_gcm
368 CC_INLINE size_t ccgcm_context_size(const struct ccmode_gcm *mode)
373 CC_INLINE unsigned long ccgcm_block_size(const struct ccmode_gcm *mode)
378 CC_INLINE void ccgcm_init(const struct ccmode_gcm *mode, ccgcm_ctx *ctx,
384 CC_INLINE void ccgcm_set_iv(const struct ccmode_gcm *mode, ccgcm_ctx *ctx,
390 CC_INLINE void ccgcm_gmac(const struct ccmode_gcm *mode, ccgcm_ctx *ctx,
396 CC_INLINE void ccgcm_update(const struct ccmode_gcm *mode, ccgcm_ctx *ctx,
402 CC_INLINE void ccgcm_finalize(const struct ccmode_gcm *mode, ccgcm_ctx *ctx,
408 CC_INLINE void ccgcm_reset(const struct ccmode_gcm *mode, ccgcm_ctx *ctx)
414 CC_INLINE void ccgcm_one_shot(const struct ccmode_gcm *mod
[all...]
H A Dccmode_impl.h129 struct ccmode_gcm { struct
132 void (*init)(const struct ccmode_gcm *gcm, ccgcm_ctx *ctx,
H A Dccmode_factory.h325 void ccmode_gcm_init(const struct ccmode_gcm *gcm, ccgcm_ctx *ctx,
369 /* Use this to statically initialize a ccmode_gcm object for decryption. */
382 /* Use this to statically initialize a ccmode_gcm object for encryption. */
395 /* Use these function to runtime initialize a ccmode_gcm decrypt object (for
400 void ccmode_factory_gcm_decrypt(struct ccmode_gcm *gcm,
402 struct ccmode_gcm gcm_decrypt = CCMODE_FACTORY_GCM_DECRYPT(ecb_encrypt);
406 /* Use these function to runtime initialize a ccmode_gcm encrypt object (for
411 void ccmode_factory_gcm_encrypt(struct ccmode_gcm *gcm,
413 struct ccmode_gcm gcm_encrypt = CCMODE_FACTORY_GCM_ENCRYPT(ecb_encrypt);

Completed in 26 milliseconds