Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netkey/
H A Dkey.h83 extern void key_randomfill(void *, size_t);
H A Dkey.c4573 key_randomfill(sav->iv, sav->ivlen); in key_setsaval()
6422 key_randomfill(&value, sizeof(value)); in key_random()
6427 key_randomfill( in key_randomfill() function
9979 key_randomfill(sav->iv, sav->ivlen); in key_sa_stir_iv()
/xnu-10063.141.1/bsd/netinet6/
H A Desp_output.c699 key_randomfill(extend, extendsiz); in esp_output()