Home
last modified time | relevance | path

Searched refs:Decrypt (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/openssh/
H A Dsntrup761.c762 static void Decrypt(small *r,const Fq *c,const small *f,const small *ginv) in Decrypt() function
811 static void Decrypt(int8 *r,const Fq *B,const int8 *T,const small *a) in Decrypt() function
927 #define XDecrypt Decrypt
1085 Decrypt(r,c,f,v); in ZDecrypt()
/dragonfly/crypto/libressl/
H A DChangeLog2104 * Deprecated internal use of EVP_[Cipher|Encrypt|Decrypt]_Final.