Home
last modified time | relevance | path

Searched refs:cc_unsafe_indexable (Results 1 – 6 of 6) sorted by relevance

/xnu-10063.141.1/EXTERNAL_HEADERS/corecrypto/
H A Dccrsa.h241 … ccrsa_pub_crypt(ccrsa_pub_ctx_t key, cc_unit *cc_unsafe_indexable out, const cc_unit *cc_unsafe_i…
350 size_t *sig_nbytes, uint8_t *cc_unsafe_indexable sig);
384 size_t *sig_nbytes, uint8_t *cc_unsafe_indexable sig);
414 size_t sig_nbytes, const uint8_t *cc_unsafe_indexable sig,
472 size_t *sig_len, uint8_t *cc_unsafe_indexable sig);
495 size_t *sig_len, uint8_t *cc_unsafe_indexable sig);
830 …st ccrsa_pub_ctx_t pubkey, uint8_t *cc_unsafe_indexable modulus, size_t *modulusLength, uint8_t *c…
851 int ccrsa_get_fullkey_components(const ccrsa_full_ctx_t key, uint8_t *cc_unsafe_indexable modulus, …
852 uint8_t *cc_unsafe_indexable d, size_t *dLength,
853 uint8_t *cc_unsafe_indexable p, size_t *pLength,
[all …]
H A Dccmode.h43 const void *cc_unsafe_indexable in,
44 void *cc_unsafe_indexable out);
94 const void *cc_unsafe_indexable in,
95 void *cc_unsafe_indexable out);
274 void *cc_unsafe_indexable
298 const void *cc_unsafe_indexable iv,
300 const void *cc_unsafe_indexable in,
301 void *cc_unsafe_indexable out);
400 …x, size_t key_nbytes, const void *cc_sized_by(key_nbytes) key, const void *cc_unsafe_indexable iv);
469 int ccgcm_inc_iv(const struct ccmode_gcm *mode, ccgcm_ctx *ctx, void *cc_unsafe_indexable iv);
H A Dccasn1.h73 typedef const unsigned char * cc_unsafe_indexable ccoid_t;
H A Dcc_config.h768 #define cc_unsafe_indexable __attribute__((unsafe_indexable)) macro
771 #define cc_cstring cc_unsafe_indexable
783 #define cc_unsafe_indexable macro
/xnu-10063.141.1/osfmk/corecrypto/
H A Dccn_internal.h346 void ccn_lcm_ws(cc_ws_t ws, cc_size n, cc_unit *cc_unsafe_indexable r2n, const cc_unit *cc_counted_…
352 void ccn_mul(cc_size n, cc_unit *cc_unsafe_indexable r_2n, const cc_unit *cc_counted_by(n)s, const …
379 void ccn_mul_ws(cc_ws_t ws, cc_size count, cc_unit *cc_unsafe_indexable r, const cc_unit *cc_counte…
384 void ccn_sqr_ws(cc_ws_t ws, cc_size n, cc_unit *cc_unsafe_indexable r, const cc_unit *cc_counted_by…
582 int ccn_random_bits(cc_size nbits, cc_unit *cc_unsafe_indexable r, struct ccrng_state *rng);
586 int ccn_random_bits_fips(cc_size nbits, cc_unit *cc_unsafe_indexable r, struct ccrng_state *rng);
H A Dcc_internal.h114 void cc_disable_dit(volatile bool *cc_unsafe_indexable dit_was_enabled);