Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ssh/
Dcipher-chachapoly.h29 struct chachapoly_ctx *chachapoly_new(const u_char *key, u_int keylen)
Dcipher-chachapoly.c33 chachapoly_new(const u_char *key, u_int keylen) in chachapoly_new() function
Dcipher-chachapoly-libcrypto.c35 chachapoly_new(const u_char *key, u_int keylen) in chachapoly_new() function
Dcipher.c266 cc->cp_ctx = chachapoly_new(key, keylen); in cipher_init()