Home
last modified time | relevance | path

Searched defs:l15 (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/kern/
H A Dkern_nrandom.c369 L15_Swap(struct l15_state *l15, const LByteType pos1, const LByteType pos2) in L15_Swap()
379 L15_InitState (struct l15_state *l15) in L15_InitState()
394 L15_KSA (struct l15_state *l15, const LByteType * const key, in L15_KSA()
406 L15_Discard(struct l15_state *l15, const LByteType numCalls) in L15_Discard()
419 L15_Init(struct l15_state *l15, const LByteType *key, in L15_Init()
432 L15_Byte(struct l15_state *l15) in L15_Byte()
445 L15_Vector(struct l15_state *l15, const LByteType * const key, in L15_Vector()
/dflybsd-src/sys/sys/
H A Dcsprng.h43 struct l15_state l15; member