Home
last modified time | relevance | path

Searched refs:CC_SPTR (Results 1 – 8 of 8) sorted by relevance

/xnu-11215.61.5/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_impl.h25 …int (*CC_SPTR(ccmode_ecb, init))(const struct ccmode_ecb *ecb, ccecb_ctx *ctx, size_t key_nbytes, …
26 … int (*CC_SPTR(ccmode_ecb, ecb))(const ccecb_ctx *ctx, size_t nblocks, const void *in, void *out);
27 void (*CC_SPTR(ccmode_ecb, roundkey))(const ccecb_ctx *ctx, unsigned r, void *key);
72 …int (*CC_SPTR(ccmode_cbc, init))(const struct ccmode_cbc *cbc, cccbc_ctx *ctx, size_t key_len, con…
74 …int (*CC_SPTR(ccmode_cbc, cbc))(const cccbc_ctx *ctx, cccbc_iv *iv, size_t nblocks, const void *in…
84 int (*CC_SPTR(ccmode_cfb,
86 int (*CC_SPTR(ccmode_cfb, cfb))(cccfb_ctx *ctx, size_t nbytes, const void *in, void *out);
96 int (*CC_SPTR(ccmode_cfb8,
98 int (*CC_SPTR(ccmode_cfb8, cfb8))(cccfb8_ctx *ctx, size_t nbytes, const void *in, void *out);
109 int (*CC_SPTR(ccmode_ctr,
[all …]
H A Dccdrbg_impl.h32 int (*CC_SPTR(ccdrbg_info, init))(const struct ccdrbg_info *info, struct ccdrbg_state *drbg,
45 int (*CC_SPTR(ccdrbg_info, reseed))(struct ccdrbg_state *drbg,
57 int (*CC_SPTR(ccdrbg_info, generate))(struct ccdrbg_state *drbg,
64 void (*CC_SPTR(ccdrbg_info, done))(struct ccdrbg_state *drbg);
73 bool (*CC_SPTR(ccdrbg_info, must_reseed))(const struct ccdrbg_state *drbg);
H A Dcckprng.h118 void (*CC_SPTR(cckprng_funcs, init))(struct cckprng_ctx *ctx,
125 void (*CC_SPTR(cckprng_funcs, initgen))(struct cckprng_ctx *ctx, unsigned gen_idx);
126 … void (*CC_SPTR(cckprng_funcs, reseed))(struct cckprng_ctx *ctx, size_t nbytes, const void *seed);
127 void (*CC_SPTR(cckprng_funcs, refresh))(struct cckprng_ctx *ctx);
128 …void (*CC_SPTR(cckprng_funcs, generate))(struct cckprng_ctx *ctx, unsigned gen_idx, size_t nbytes,…
129 void (*CC_SPTR(cckprng_funcs, init_with_getentropy))(struct cckprng_ctx *ctx,
H A Dccdigest.h39 void(* CC_SPTR(ccdigest_info, compress))(ccdigest_state_t state, size_t nblocks,
41 void(* CC_SPTR(ccdigest_info, final))(const struct ccdigest_info *di, ccdigest_ctx_t ctx,
H A Dccrng.h18 int (*CC_SPTR(ccrng_state, generate))(struct ccrng_state *rng, size_t outlen, void *out);
H A Dcc.h236 #define CC_SPTR(_sn_, _n_) \ macro
239 #define CC_SPTR(_sn_, _n_) _n_ macro
H A Dccrng_fortuna.h133 CC_SPTR(ccrng_fortuna_ctx, ccrng_fortuna_getentropy) getentropy;
/xnu-11215.61.5/osfmk/corecrypto/
H A Dcc_memory.h60 cc_unit *(*CC_SPTR(cc_ws, alloc))(cc_ws_t ws, cc_size n);
61 void(*CC_SPTR(cc_ws, free))(cc_ws_t ws);