Searched refs:cchmac_ctx_t (Results 1 – 7 of 7) sorted by relevance
| /xnu-8020.101.4/EXTERNAL_HEADERS/corecrypto/ |
| H A D | cchmac.h | 23 typedef struct cchmac_ctx* cchmac_ctx_t; typedef 39 #define cchmac_ostate(_di_, HC) ((struct ccdigest_state *)(((cchmac_ctx_t)(HC))->b + cc_pad_alig… 56 void cchmac_init(const struct ccdigest_info *di, cchmac_ctx_t ctx, 58 void cchmac_update(const struct ccdigest_info *di, cchmac_ctx_t ctx, 60 void cchmac_final(const struct ccdigest_info *di, cchmac_ctx_t ctx,
|
| /xnu-8020.101.4/libkern/libkern/crypto/ |
| H A D | register_crypto.h | 55 typedef void (*cchmac_init_fn_t)(const struct ccdigest_info *di, cchmac_ctx_t ctx, 57 typedef void (*cchmac_update_fn_t)(const struct ccdigest_info *di, cchmac_ctx_t ctx, 59 typedef void (*cchmac_final_fn_t)(const struct ccdigest_info *di, cchmac_ctx_t ctx,
|
| /xnu-8020.101.4/osfmk/corecrypto/ |
| H A D | cchmac_update.c | 38 cchmac_update(const struct ccdigest_info *di, cchmac_ctx_t hc, in cchmac_update()
|
| H A D | cchmac_final.c | 41 cchmac_final(const struct ccdigest_info *di, cchmac_ctx_t hc, in cchmac_final()
|
| H A D | cchmac_init.c | 48 cchmac_init(const struct ccdigest_info *di, cchmac_ctx_t hc, in cchmac_init()
|
| /xnu-8020.101.4/bsd/net/ |
| H A D | content_filter_crypto.c | 115 cchmac_ctx_t ctx, in cfil_crypto_update_context()
|
| H A D | necp.c | 1511 cchmac_ctx_t ctx, in necp_sign_update_context()
|