| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | pgp | 110 >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 D | pgp-binary-keys | 244 >&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,
|
| /freebsd-13.1/sys/dev/pms/freebsd/driver/common/ |
| H A D | lxencrypt.c | 1038 memset(&(pccb->tiSuperScsiRequest.Encrypt), 0, sizeof(pccb->tiSuperScsiRequest.Encrypt)); in agtiapi_SetupEncryptedIO() 1039 pccb->tiSuperScsiRequest.Encrypt.keyTagCheck = FALSE; in agtiapi_SetupEncryptedIO() 1040 pccb->tiSuperScsiRequest.Encrypt.encryptMode = pCard->cipher_mode; in agtiapi_SetupEncryptedIO() 1041 pccb->tiSuperScsiRequest.Encrypt.tweakVal_W0 = block; in agtiapi_SetupEncryptedIO() 1135 perr->ioerr.dek_index = pccb->tiSuperScsiRequest.Encrypt.dekInfo.dekIndex; in agtiapi_HandleEncryptedIOFailure() 1136 perr->ioerr.dek_table = pccb->tiSuperScsiRequest.Encrypt.dekInfo.dekTable; in agtiapi_HandleEncryptedIOFailure() 1137 perr->ioerr.kek_index = pccb->tiSuperScsiRequest.Encrypt.kekIndex; in agtiapi_HandleEncryptedIOFailure() 1138 perr->ioerr.keytag_check = pccb->tiSuperScsiRequest.Encrypt.keyTagCheck; in agtiapi_HandleEncryptedIOFailure() 1139 perr->ioerr.encrypt_mode = pccb->tiSuperScsiRequest.Encrypt.encryptMode; in agtiapi_HandleEncryptedIOFailure() 1140 perr->ioerr.keytag[0] = pccb->tiSuperScsiRequest.Encrypt.keyTag_W0; in agtiapi_HandleEncryptedIOFailure() [all …]
|
| /freebsd-13.1/contrib/file/tests/ |
| H A D | pgp-binary-key-v2-phil.result | 1 OpenPGP Public Key Version 2, Created Fri May 21 05:20:00 1993, RSA (Encrypt or Sign, 1024 bits); U…
|
| H A D | pgp-binary-key-v4-rsa-key.result | 1 OpenPGP Secret Key Version 4, Created Sat Aug 22 14:05:57 2020, RSA (Encrypt or Sign, 3072 bits); U…
|
| H A D | pgp-binary-key-v4-rsa-no-userid-secret.result | 1 OpenPGP Secret Key Version 4, Created Sat Aug 22 20:13:52 2020, RSA (Encrypt or Sign, 3072 bits); S…
|
| H A D | pgp-binary-key-v4-rsa-secret-key.result | 1 OpenPGP Secret Key Version 4, Created Sat Aug 22 14:05:57 2020, RSA (Encrypt or Sign, 3072 bits); U…
|
| H A D | pgp-binary-key-v3-lutz.result | 1 OpenPGP Public Key Version 3, Created Mon Mar 17 11:14:30 1997, RSA (Encrypt or Sign, 1127 bits); U…
|
| /freebsd-13.1/sys/dev/pms/RefTisa/tisa/api/ |
| H A D | titypes.h | 410 tiEncrypt_t Encrypt; member 485 tiEncrypt_t Encrypt; member
|
| /freebsd-13.1/sys/dev/pms/RefTisa/sat/api/ |
| H A D | sm.h | 263 smEncrypt_t Encrypt; member
|
| /freebsd-13.1/contrib/sendmail/ |
| H A D | PGPKEYS | 1276 pub 2048 E2763A73 2014-01-02 ------- RSA Sign & Encrypt 1454 pub 2048 5207CAD3 2013-01-02 ------- RSA Sign & Encrypt 1591 pub 2048 CEEEF43B 2011-12-14 ------- RSA Sign & Encrypt 1733 pub 2048 A97884B0 2011-01-04 ------- RSA Sign & Encrypt 1950 pub 1024 0xA77F2429 2009-01-01 ---------- RSA Sign & Encrypt 2023 pub 1024 0xF6B30729 2008-01-18 ---------- RSA Sign & Encrypt 2086 pub 1024 0x7093B841 2006-12-16 ---------- RSA Sign & Encrypt 2162 pub 1024 0xAF959625 2005-12-31 ---------- RSA Sign & Encrypt 2239 pub 1024 0x1EF99251 2004-12-30 ---------- RSA Sign & Encrypt 2335 pub 1024 0x95F61771 2003-12-10 ---------- RSA Sign & Encrypt [all …]
|
| /freebsd-13.1/crypto/openssl/doc/man7/ |
| H A D | des_modes.pod | 189 Encrypt with key1, decrypt with key2 and encrypt with key3 again. 224 Encrypt with key1, decrypt with key2 and then encrypt with key3.
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | sntrup761.c | 753 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 D | PROTOCOL.chacha20poly1305 | 81 K_1. Encrypt the packet payload (using K_2) and append it to the
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | EVP_PKEY_encrypt.pod | 46 Encrypt data using OAEP (for RSA keys). See also L<PEM_read_PUBKEY(3)> or
|
| H A D | SSL_CTX_set_options.pod | 196 RFC7366 Encrypt-then-MAC option on TLS and DTLS connection. 198 If this option is set, Encrypt-then-MAC is disabled. Clients will not
|
| /freebsd-13.1/crypto/openssl/doc/man1/ |
| H A D | enc.pod | 83 Encrypt the input data: this is the default. 395 Encrypt a file using AES-128 using a prompted password 405 Encrypt a file then base64 encode it (so it can be sent via mail for example)
|
| H A D | rsautl.pod | 80 Encrypt the input data using an RSA public key.
|
| H A D | genpkey.pod | 258 Encrypt output private key using 128 bit AES and the passphrase "hello":
|
| H A D | pkeyutl.pod | 116 Encrypt the input data using a public key.
|
| H A D | cms.pod | 124 Encrypt mail for the given recipient certificates. Input file is the message 190 Encrypt content using supplied symmetric key and algorithm using a CMS
|
| H A D | pkcs12.pod | 222 Encrypt the certificate using triple DES, this may render the PKCS#12
|
| /freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/sata/host/ |
| H A D | sathw.c | 162 osti_memcpy(&agSATAReq->encrypt, &superRequest->Encrypt, sizeof(agsaEncrypt_t)); in sataLLIOStart()
|
| /freebsd-13.1/sys/dev/pms/RefTisa/sat/src/ |
| H A D | smsathw.c | 85 sm_memcpy(&agSATAReq->encrypt, &superRequest->Encrypt, sizeof(agsaEncrypt_t)); in smsataLLIOStart()
|
| /freebsd-13.1/crypto/heimdal/appl/gssmask/ |
| H A D | gssmask.c | 821 HandleOP(Encrypt) in HandleOP() argument 1051 S(Encrypt),
|