Home
last modified time | relevance | path

Searched refs:Encrypt (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/file/magic/Magdir/
H A Dpgp110 >11 byte 0x02 RSA Encrypt-Only 1024b
127 >12 byte 0x02 RSA Encrypt-Only 2048b
144 >12 byte 0x02 RSA Encrypt-Only 3072b
161 >12 byte 0x02 RSA Encrypt-Only 4096b
178 >12 byte 0x02 RSA Encrypt-Only 8192b
260 >0 byte 0x01 RSA (Encrypt or Sign)
262 >0 byte 0x02 RSA Encrypt-Only
264 >0 byte 16 ElGamal (Encrypt-Only)
268 >0 byte 20 ElGamal (Encrypt or Sign)
306 >5 byte 0x01 RSA (Encrypt or Sign)
[all …]
H A Dpgp-binary-keys244 >&0 ubyte =1 \b, RSA (Encrypt or Sign,
246 >&0 ubyte =2 \b, RSA (Encrypt,
250 >&0 ubyte =16 \b, El Gamal (Encrypt,
256 >&0 ubyte =20 \b, El Gamal (Encrypt or Sign,
/dragonfly/crypto/openssh/
H A Dsntrup761.c753 static void Encrypt(Fq *c,const small *r,const Fq *h) in Encrypt() function
798 static void Encrypt(Fq *B,int8 *T,const int8 *r,const Fq *G,const Fq *A,const small *b) in Encrypt() function
924 Encrypt(B,T,r,G,A,b); in XEncrypt()
1072 Encrypt(c,r,h); in ZEncrypt()
H A DPROTOCOL.chacha20poly130581 K_1. Encrypt the packet payload (using K_2) and append it to the
H A DPROTOCOL54 1.5 transport: Protocol 2 Encrypt-then-MAC MAC algorithms
/dragonfly/sys/vfs/hammer2/
H A DDESIGN250 - Encrypt filenames in directory entries. Since the filename[] array
254 - Encrypt file size and most inode contents.
255 - Encrypt file data (holes are not encrypted).
/dragonfly/crypto/libressl/
H A DChangeLog2104 * Deprecated internal use of EVP_[Cipher|Encrypt|Decrypt]_Final.