Home
last modified time | relevance | path

Searched refs:key_randomfill (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.41.9/bsd/netkey/
H A Dkey.h83 extern void key_randomfill(void *, size_t);
H A Dkey.c4521 key_randomfill(sav->iv, sav->ivlen); in key_setsaval()
6316 key_randomfill(&value, sizeof(value)); in key_random()
6321 key_randomfill( in key_randomfill() function
9883 key_randomfill(sav->iv, sav->ivlen); in key_sa_stir_iv()
/xnu-8792.41.9/bsd/netinet6/
H A Desp_output.c695 key_randomfill(extend, extendsiz); in esp_output()