Searched refs:chacha_ctx (Results 1 - 5 of 5) sorted by relevance
/external/openssh/ |
H A D | chacha.h | 14 struct chacha_ctx { struct 24 void chacha_keysetup(struct chacha_ctx *x, const u_char *k, u_int kbits) 26 void chacha_ivsetup(struct chacha_ctx *x, const u_char *iv, const u_char *ctr) 29 void chacha_encrypt_bytes(struct chacha_ctx *x, const u_char *m,
|
H A D | cipher-chachapoly.h | 28 struct chacha_ctx main_ctx, header_ctx;
|
H A D | chacha.c | 16 typedef struct chacha_ctx chacha_ctx; typedef in typeref:struct:chacha_ctx 56 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) 81 chacha_ivsetup(chacha_ctx *x, const u8 *iv, const u8 *counter) 90 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes)
|
/external/openssh/openbsd-compat/ |
H A D | chacha_private.h | 15 } chacha_ctx; typedef in typeref:struct:__anon13007 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 D | arc4random.c | 64 static chacha_ctx rs; /* chacha context for random keystream */
|
Completed in 103 milliseconds