Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netkey/
H A Dkey.h80 extern void key_randomfill(void *, size_t);
H A Dkey.c4493 key_randomfill(sav->iv, sav->ivlen); in key_setsaval()
6386 key_randomfill(&value, sizeof(value)); in key_random()
6391 key_randomfill( in key_randomfill() function
9960 key_randomfill(sav->iv, sav->ivlen); in key_sa_stir_iv()
/xnu-11215.1.10/bsd/netinet6/
H A Desp_output.c699 key_randomfill(extend, extendsiz); in esp_output()