HomeSort by: relevance | last modified time | path
    Searched refs:chachapoly_crypt (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
cipher-chachapoly.h 34 int chachapoly_crypt(struct chachapoly_ctx *cpctx, u_int seqnr,
cipher-chachapoly.c 58 * chachapoly_crypt() operates as following:
67 chachapoly_crypt(struct chachapoly_ctx *ctx, u_int seqnr, u_char *dest, function
cipher-chachapoly-libcrypto.c 74 * chachapoly_crypt() operates as following:
83 chachapoly_crypt(struct chachapoly_ctx *ctx, u_int seqnr, u_char *dest, function
cipher.c 373 return chachapoly_crypt(cc->cp_ctx, seqnr, dest, src,

Completed in 27 milliseconds