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

  /external/openssh/
cipher-chachapoly.c 65 chacha_ivsetup(&ctx->main_ctx, seqbuf, NULL);
82 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL);
87 chacha_ivsetup(&ctx->main_ctx, seqbuf, one);
114 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL);
chacha.h 26 void chacha_ivsetup(struct chacha_ctx *x, const u_char *iv, const u_char *ctr)
chacha.c 81 chacha_ivsetup(chacha_ctx *x, const u8 *iv, const u8 *counter) function
  /bionic/libc/upstream-openbsd/lib/libc/crypt/
arc4random.c 81 chacha_ivsetup(&rsx->rs_chacha, buf + KEYSZ);
chacha_private.h 80 chacha_ivsetup(chacha_ctx *x,const u8 *iv) function
  /external/openssh/openbsd-compat/
arc4random.c 77 chacha_ivsetup(&rs, buf + KEYSZ);
chacha_private.h 80 chacha_ivsetup(chacha_ctx *x,const u8 *iv) function

Completed in 87 milliseconds