Searched refs:CC_SPTR (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215.61.5/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccmode_impl.h | 25 …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 D | ccdrbg_impl.h | 32 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 D | cckprng.h | 118 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 D | ccdigest.h | 39 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 D | ccrng.h | 18 int (*CC_SPTR(ccrng_state, generate))(struct ccrng_state *rng, size_t outlen, void *out);
|
| H A D | cc.h | 236 #define CC_SPTR(_sn_, _n_) \ macro 239 #define CC_SPTR(_sn_, _n_) _n_ macro
|
| H A D | ccrng_fortuna.h | 133 CC_SPTR(ccrng_fortuna_ctx, ccrng_fortuna_getentropy) getentropy;
|
| /xnu-11215.61.5/osfmk/corecrypto/ |
| H A D | cc_memory.h | 60 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);
|