Searched defs:ecb (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/libkern/crypto/
H A Dcorecrypto_des.c57 const struct ccmode_ecb *ecb = enc ? g_crypto_funcs->ccdes_ecb_encrypt : g_crypto_funcs->ccdes_ecb_decrypt; local
85 const struct ccmode_ecb *ecb = enc ? g_crypto_funcs->cctdes_ecb_encrypt : g_crypto_funcs->cctdes_ecb_decrypt; local
/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_impl.h25 void (*ecb)(const ccecb_ctx *ctx, unsigned long nblocks, const void *in, member in struct:ccmode_ecb
H A Dccmode_factory.h119 const struct ccmode_ecb *ecb; member in struct:_ccmode_cbc_key
146 ccmode_factory_cbc_decrypt(struct ccmode_cbc *cbc, const struct ccmode_ecb *ecb) argument
157 ccmode_factory_cbc_encrypt(struct ccmode_cbc *cbc, const struct ccmode_ecb *ecb) argument
173 const struct ccmode_ecb *ecb; member in struct:_ccmode_cfb_key
201 ccmode_factory_cfb_decrypt(struct ccmode_cfb *cfb, const struct ccmode_ecb *ecb) argument
212 ccmode_factory_cfb_encrypt(struct ccmode_cfb *cfb, const struct ccmode_ecb *ecb) argument
228 const struct ccmode_ecb *ecb; member in struct:_ccmode_cfb8_key
255 ccmode_factory_cfb8_decrypt(struct ccmode_cfb8 *cfb8, const struct ccmode_ecb *ecb) argument
266 ccmode_factory_cfb8_encrypt(struct ccmode_cfb8 *cfb8, const struct ccmode_ecb *ecb) argument
279 const struct ccmode_ecb *ecb; member in struct:_ccmode_ctr_key
298 ccmode_factory_ctr_crypt(struct ccmode_ctr *ctr, const struct ccmode_ecb *ecb) argument
341 const struct ccmode_ecb *ecb; member in struct:_ccmode_gcm_key
417 const struct ccmode_ecb *ecb; member in struct:_ccmode_ofb_key
436 ccmode_factory_ofb_crypt(struct ccmode_ofb *ofb, const struct ccmode_ecb *ecb) argument
458 const struct ccmode_ecb *ecb; member in struct:_ccmode_omac_key
486 ccmode_factory_omac_decrypt(struct ccmode_omac *omac, const struct ccmode_ecb *ecb) argument
497 ccmode_factory_omac_encrypt(struct ccmode_omac *omac, const struct ccmode_ecb *ecb) argument
514 const struct ccmode_ecb *ecb; member in struct:_ccmode_xts_key
552 ccmode_factory_xts_decrypt(struct ccmode_xts *xts, const struct ccmode_ecb *ecb, const struct ccmode_ecb *ecb_encrypt) argument
564 ccmode_factory_xts_encrypt(struct ccmode_xts *xts, const struct ccmode_ecb *ecb, const struct ccmode_ecb *ecb_encrypt) argument
[all...]

Completed in 20 milliseconds