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

/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_factory.h62 #define CCMODE_GCM_FACTORY(_cipher_, _dir_) CCMODE_CFB_FACTORY(_cipher_, gcm, _dir_)
322 /* Create a gcm key from a gcm mode object.
325 void ccmode_gcm_init(const struct ccmode_gcm *gcm, ccgcm_ctx *ctx,
353 /* TODO: Make table based gcm a separate mode object. */
376 .gcm = ccmode_gcm_decrypt, \
389 .gcm = ccmode_gcm_encrypt, \
400 void ccmode_factory_gcm_decrypt(struct ccmode_gcm *gcm, argument
403 *gcm = gcm_decrypt;
411 void ccmode_factory_gcm_encrypt(struct ccmode_gcm *gcm, argument
[all...]
H A Dccmode_impl.h132 void (*init)(const struct ccmode_gcm *gcm, ccgcm_ctx *ctx,
135 void (*gmac)(ccgcm_ctx *ctx, size_t nbytes, const void *in); // could just be gcm with NULL out
136 void (*gcm)(ccgcm_ctx *ctx, size_t nbytes, const void *in, void *out); member in struct:ccmode_gcm
H A Dccmode.h363 /* Declare a gcm key named _name_. Pass the size field of a struct ccmode_gcm
399 mode->gcm(ctx, nbytes, in, out);
425 mode->gcm(ctx, nbytes, in, out);

Completed in 73 milliseconds