HomeSort by relevance Sort by last modified time
    Searched refs:chacha_ctx (Results 1 - 7 of 7) sorted by null

  /external/openssh/
chacha.h 15 struct chacha_ctx { struct
25 void chacha_keysetup(struct chacha_ctx *x, const u_char *k, u_int kbits)
27 void chacha_ivsetup(struct chacha_ctx *x, const u_char *iv, const u_char *ctr)
30 void chacha_encrypt_bytes(struct chacha_ctx *x, const u_char *m,
cipher-chachapoly.h 28 struct chacha_ctx main_ctx, header_ctx;
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)
  /bionic/libc/upstream-openbsd/lib/libc/crypt/
chacha_private.h 15 } chacha_ctx; typedef in typeref:struct:__anon1338
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)
arc4random.c 60 chacha_ctx rs_chacha; /* chacha context for random keystream */
  /external/openssh/openbsd-compat/
chacha_private.h 15 } chacha_ctx; typedef in typeref:struct:__anon28984
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)
arc4random.c 64 static chacha_ctx rs; /* chacha context for random keystream */

Completed in 158 milliseconds