| /xnu-12377.41.6/osfmk/prng/ |
| H A D | prng_random.c | 129 cc_clear(SEED_SIZE, seed); in bootseed_init_bootloader() 175 cc_clear(SEED_SIZE, seed); in bootseed_init_native() 176 cc_clear(sizeof(x), &x); in bootseed_init_native() 186 cc_clear(SEED_SIZE, dst); in bootseed_init_native() 238 cc_clear(di->output_size, prk); in bootseed_init() 239 cc_clear(SEED_SIZE, bootloader_rand); in bootseed_init() 240 cc_clear(SEED_SIZE, native_rand); in bootseed_init() 279 cc_clear(sizeof(nonce), &nonce); in early_random_init() 280 cc_clear(sizeof(earlyseed), earlyseed); in early_random_init() 402 cc_clear(sizeof(entropyseed), entropyseed); in register_and_init_prng() [all …]
|
| /xnu-12377.41.6/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccmode.h | 28 #define ccecb_ctx_clear(_size_, _name_) cc_clear(_size_, _name_) 59 #define cccbc_ctx_clear(_size_, _name_) cc_clear(_size_, _name_) 64 #define cccbc_iv_clear(_size_, _name_) cc_clear(_size_, _name_) 112 #define cccfb_ctx_clear(_size_, _name_) cc_clear(_size_, _name_) 135 #define cccfb8_ctx_clear(_size_, _name_) cc_clear(_size_, _name_) 158 #define ccctr_ctx_clear(_size_, _name_) cc_clear(_size_, _name_) 185 #define ccofb_ctx_clear(_size_, _name_) cc_clear(_size_, _name_) 208 #define ccxts_ctx_clear(_size_, _name_) cc_clear(_size_, _name_) 213 #define ccxts_tweak_clear(_size_, _name_) cc_clear(_size_, _name_) 310 #define ccgcm_ctx_clear(_size_, _name_) cc_clear(_size_, _name_) [all …]
|
| H A D | ccrsa.h | 81 #define ccrsa_full_ctx_clear(_nbytes_, _name_) cc_clear(ccrsa_full_ctx_size(_nbytes_), _name_) 83 #define ccrsa_pub_ctx_clear(_nbytes_, _name_) cc_clear(ccrsa_pub_ctx_size(_nbytes_), _name_) 87 #define ccrsa_full_ctx_clear_nbits(_nbits_, _name_) cc_clear(ccrsa_full_ctx_size(ccn_sizeof(_nbits… 89 #define ccrsa_pub_ctx_clear_nbits(_nbits_, _name_) cc_clear(ccrsa_pub_ctx_size(ccn_sizeof(_nbits_… 93 #define ccrsa_full_ctx_clear_n(_nunits_, _name_) cc_clear(ccrsa_full_ctx_size(ccn_sizeof_n(_nunits… 95 #define ccrsa_pub_ctx_clear_n(_nunits_, _name_) cc_clear(ccrsa_pub_ctx_size(ccn_sizeof_n(_nunits_…
|
| H A D | ccdigest.h | 60 #define ccdigest_ctx_clear(_state_size_, _block_size_, _name_) cc_clear(ccdigest_ctx_size(_state_si… 64 #define ccdigest_di_clear(_di_, _name_) cc_clear(ccdigest_di_size(_di_), _name_)
|
| H A D | ccmode_siv.h | 22 #define ccsiv_ctx_clear(_size_, _name_) cc_clear(_size_, _name_)
|
| H A D | ccmode_siv_hmac.h | 23 #define ccsiv_hmac_ctx_clear(_size_, _name_) cc_clear(_size_, _name_)
|
| H A D | cchmac.h | 31 #define cchmac_ctx_clear(STATE_SIZE, BLOCK_SIZE, _name_) cc_clear(cchmac_ctx_size(STATE_SIZE, BLOCK…
|
| H A D | cccmac.h | 44 #define cccmac_mode_clear(_mode_, _name_) cc_clear(cccmac_ctx_size(_mode_), _name_)
|
| H A D | cc.h | 185 void cc_clear(size_t len, void *cc_sized_by(len) dst);
|
| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | esp_rijndael.c | 355 cc_clear(sizeof(iv), iv); in esp_cbc_decrypt_aes() 356 cc_clear(sizeof(sbuf), sbuf); in esp_cbc_decrypt_aes() 583 cc_clear(sizeof(sbuf), sbuf); in esp_cbc_encrypt_aes() 723 cc_clear(sizeof(nonce), nonce); in esp_gcm_schedule() 856 cc_clear(sizeof(nonce), nonce); in esp_gcm_encrypt_aes() 865 cc_clear(sizeof(nonce), nonce); in esp_gcm_encrypt_aes() 873 cc_clear(sizeof(nonce), nonce); in esp_gcm_encrypt_aes() 881 cc_clear(sizeof(nonce), nonce); in esp_gcm_encrypt_aes() 888 cc_clear(sizeof(nonce), nonce); in esp_gcm_encrypt_aes() 993 cc_clear(sizeof(iv), iv); in esp_gcm_decrypt_aes() [all …]
|
| H A D | esp_chachapoly.c | 331 cc_clear(sizeof(nonce), nonce); in esp_chachapoly_encrypt() 469 cc_clear(sizeof(nonce), nonce); in esp_chachapoly_decrypt() 567 cc_clear(sizeof(nonce), nonce); in esp_chachapoly_encrypt_data() 589 cc_clear(sizeof(nonce), nonce); in esp_chachapoly_encrypt_data() 670 cc_clear(sizeof(nonce), nonce); in esp_chachapoly_decrypt_data() 673 cc_clear(sizeof(nonce), nonce); in esp_chachapoly_decrypt_data()
|
| /xnu-12377.41.6/libkern/crypto/ |
| H A D | corecrypto_aesxts.c | 120 cc_clear(sizeof(xts->enc), xts->enc); in xts_done() 121 cc_clear(sizeof(xts->dec), xts->dec); in xts_done()
|
| /xnu-12377.41.6/osfmk/corecrypto/ |
| H A D | cchkdf.c | 116 cc_clear(di->output_size, T); in cchkdf_expand() 140 cc_clear(di->output_size, prk); in cchkdf()
|
| H A D | ccdrbg_nisthmac.c | 86 cc_clear(sizeof(drbg_ctx->key), drbg_ctx->key); in done() 87 cc_clear(sizeof(drbg_ctx->V), drbg_ctx->V); in done() 259 cc_clear(outlen, Vprev); in generate()
|
| H A D | cccbc.c | 92 cc_clear(len, iv_ctx); in cccbc_clear_iv() 180 cc_clear(mode->block_size, iv_ctx); in cccbc_one_shot_explicit()
|
| H A D | cc_clear.c | 59 cc_clear(size_t len, void *dst) in cc_clear() function
|
| H A D | ccgcm.c | 219 cc_clear(CCGCM_BLOCK_NBYTES, CCMODE_GCM_KEY_Y(key)); in ccgcm_set_iv_legacy() 221 cc_clear(CCGCM_BLOCK_NBYTES, CCMODE_GCM_KEY_Y_0(key)); in ccgcm_set_iv_legacy()
|
| H A D | ccn_internal.h | 153 cc_clear(ccn_sizeof_n(n), r); in ccn_clear()
|
| /xnu-12377.41.6/osfmk/conf/ |
| H A D | Makefile.arm64 | 12 cc_clear.o \
|
| H A D | files | 377 osfmk/corecrypto/cc_clear.c standard
|
| /xnu-12377.41.6/san/coverage/ |
| H A D | kcov-denylist-x86_64 | 6 src:./osfmk/corecrypto/cc_clear.c
|
| /xnu-12377.41.6/san/memory/ |
| H A D | kasan-denylist-x86_64 | 8 src:./osfmk/corecrypto/cc_clear.c
|
| /xnu-12377.41.6/bsd/nfs/gss/ |
| H A D | gss_krb5_mech.c | 196 cc_clear(krb_key->key_len, krb_key->key_val); in gss_krb5_key_free() 521 cc_clear(blocksize, block); in mbuf_walk() 2673 cc_clear(sizeof(lucid_context_t), &ctx->gss_lucid_ctx); in gss_krb5_destroy_context()
|