Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dcipher-chachapoly.h29 struct chachapoly_ctx *chachapoly_new(const u_char *key, u_int keylen)
H A Dcipher-chachapoly.c40 chachapoly_new(const u_char *key, u_int keylen) in chachapoly_new() function
H A Dcipher-chachapoly-libcrypto.c42 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()
H A Dssh_namespace.h98 #define chachapoly_new Fssh_chachapoly_new macro