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

  /external/openssh/
cipher-chachapoly.c 37 chacha_keysetup(&ctx->header_ctx, key + 32, 256);
82 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL);
83 chacha_encrypt_bytes(&ctx->header_ctx, src, dest, aadlen);
114 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL);
115 chacha_encrypt_bytes(&ctx->header_ctx, cp, buf, 4);
cipher-chachapoly.h 28 struct chacha_ctx main_ctx, header_ctx; member in struct:chachapoly_ctx

Completed in 2223 milliseconds