Home
last modified time | relevance | path

Searched refs:_rs_allocate (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/upstream-openbsd/android/include/
Darc4random.h73 _rs_allocate(struct _rs **rsp, struct _rsx **rsxp) in _rs_allocate() function
/bionic/libc/upstream-openbsd/lib/libc/crypt/
Darc4random.c63 static inline int _rs_allocate(struct _rs **, struct _rsx **);
76 if (_rs_allocate(&rs, &rsx) == -1) in _rs_init()