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

/bionic/libc/upstream-openbsd/lib/libc/crypt/
H A Dchacha_private.h15 } chacha_ctx; typedef in typeref:struct:__anon1041
55 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits,u32 ivbits)
80 chacha_ivsetup(chacha_ctx *x,const u8 *iv)
89 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes)
H A Darc4random.c59 chacha_ctx rs_chacha; /* chacha context for random keystream */

Completed in 95 milliseconds