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

  /external/openssh/
cipher-chachapoly.c 66 chacha_encrypt_bytes(&ctx->main_ctx,
83 chacha_encrypt_bytes(&ctx->header_ctx, src, dest, aadlen);
88 chacha_encrypt_bytes(&ctx->main_ctx, src + aadlen,
115 chacha_encrypt_bytes(&ctx->header_ctx, cp, buf, 4);
chacha.h 29 void chacha_encrypt_bytes(struct chacha_ctx *x, const u_char *m,
chacha.c 90 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) function
  /bionic/libc/upstream-openbsd/lib/libc/crypt/
arc4random.c 124 chacha_encrypt_bytes(&rsx->rs_chacha, rsx->rs_buf,
chacha_private.h 89 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) function
  /external/openssh/openbsd-compat/
arc4random.c 152 chacha_encrypt_bytes(&rs, rs_buf, rs_buf, RSBUFSZ);
chacha_private.h 89 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) function

Completed in 1932 milliseconds