Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netkey/
H A Dkey.h83 extern void key_randomfill(void *, size_t);
H A Dkey.c4454 key_randomfill(sav->iv, sav->ivlen); in key_setsaval()
6249 key_randomfill(&value, sizeof(value)); in key_random()
6254 key_randomfill( in key_randomfill() function
9814 key_randomfill(sav->iv, sav->ivlen); in key_sa_stir_iv()
/xnu-8020.101.4/bsd/netinet6/
H A Desp_output.c695 key_randomfill(extend, extendsiz); in esp_output()