Home
last modified time | relevance | path

Searched refs:chachapoly_new (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/openssh/
H A Dcipher-chachapoly.h29 struct chachapoly_ctx *chachapoly_new(const u_char *key, u_int keylen)
H A Dcipher-chachapoly-libcrypto.c43 chachapoly_new(const u_char *key, u_int keylen) in chachapoly_new() function
H A Dcipher.c272 cc->cp_ctx = chachapoly_new(key, keylen); in cipher_init()