Searched refs:chacha20_init (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/libkern/
H A Darc4random.c119 chacha20_init(void) function
125 KASSERT(chacha20inst != NULL, ("chacha20_init: memory allocation error"));
136 SYSINIT(chacha20, SI_SUB_LOCK, SI_ORDER_ANY, chacha20_init, NULL);

Completed in 26 milliseconds