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

  /src/crypto/external/bsd/openssh/dist/
cipher-chachapoly.h 30 struct chachapoly_ctx *chachapoly_new(const u_char *key, u_int keylen)
cipher-chachapoly.c 38 chachapoly_new(const u_char *key, u_int keylen) function
cipher-chachapoly-libcrypto.c 40 chachapoly_new(const u_char *key, u_int keylen) function
cipher.c 294 cc->cp_ctx = chachapoly_new(key, keylen);

Completed in 74 milliseconds