| /freebsd/crypto/openssl/util/perl/TLSProxy/ |
| H A D | Alert.pm | 16 $encrypted, 22 encrypted => $encrypted, 36 sub encrypted subroutine 39 return $self->{encrypted};
|
| H A D | Record.pm | 154 $record->encrypted(1); 295 encrypted => 0, 401 if (TLSProxy::Proxy->is_tls13() && $self->encrypted) { 504 sub encrypted subroutine 508 $self->{encrypted} = shift; 510 return $self->{encrypted};
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | pgp | 16 0 beshort 0xa600 PGP encrypted data 17 #!:mime application/pgp-encrypted 38 # https://reposcope.com/mimetype/application/pgp-encrypted 40 !:mime application/pgp-encrypted 108 # - symmetric encrypted packet header 111 # PGP ECC encrypted data 159 # 1024b RSA encrypted data 161 0 string \x84\x8c\x03 PGP RSA encrypted session key - 176 # 2048b RSA encrypted data 178 0 string \x85\x01\x0c\x03 PGP RSA encrypted session key - [all …]
|
| H A D | aes | 5 # aes: magic file for AES encrypted files 12 >3 ubyte <3 AES encrypted data, version %u 14 !:mime application/x-aes-encrypted 16 # For Version 2 the encrypted file can have text tags
|
| H A D | gnu | 122 0 beshort 0x8502 GPG encrypted data 138 >>2 leshort 0x0204 GPG symmetrically encrypted data (3DES cipher) 139 >>2 leshort 0x0304 GPG symmetrically encrypted data (CAST5 cipher) 140 >>2 leshort 0x0404 GPG symmetrically encrypted data (BLOWFISH cipher) 141 >>2 leshort 0x0704 GPG symmetrically encrypted data (AES cipher) 142 >>2 leshort 0x0804 GPG symmetrically encrypted data (AES192 cipher) 143 >>2 leshort 0x0904 GPG symmetrically encrypted data (AES256 cipher) 144 >>2 leshort 0x0a04 GPG symmetrically encrypted data (TWOFISH cipher) 145 >>2 leshort 0x0b04 GPG symmetrically encrypted data (CAMELLIA128 cipher) 146 >>2 leshort 0x0c04 GPG symmetrically encrypted data (CAMELLIA192 cipher) [all …]
|
| H A D | mcrypt | 10 # Note: called by TrID "mcrypt encrypted (v2.5)" 11 0 string \0m\3 mcrypt 2.5 encrypted data, 20 # Note: called by TrID "mcrypt encrypted (v2.2)" 21 0 string \0m\2 mcrypt 2.2 encrypted data,
|
| H A D | crypto | 35 0 string scrypt\0 scrypt encrypted file 43 0 string age-encryption.org/v1\n age encrypted file 49 0 string -----BEGIN\040AGE\040ENCRYPTED\040FILE----- age encrypted file, ASCII armored
|
| H A D | creativeassembly | 21 >&0 lelong&0x10 0x10 \b, data encrypted 23 >&0 lelong&0x80 0x80 \b, index encrypted
|
| H A D | syd | 4 # syd: file(1) magic for syd(1) encrypted files 19 0 string \x7fSYD SYD encrypted file
|
| /freebsd/crypto/openssl/crypto/pkcs12/ |
| H A D | p12_add.c | 129 X509_ALGOR_free(p7->d.encrypted->enc_data->algorithm); in PKCS12_pack_p7encdata_ex() 130 p7->d.encrypted->enc_data->algorithm = pbe; in PKCS12_pack_p7encdata_ex() 131 ASN1_OCTET_STRING_free(p7->d.encrypted->enc_data->enc_data); in PKCS12_pack_p7encdata_ex() 132 …if (!(p7->d.encrypted->enc_data->enc_data = PKCS12_item_i2d_encrypt_ex(pbe, ASN1_ITEM_rptr(PKCS12_… in PKCS12_pack_p7encdata_ex() 161 if (p7->d.encrypted == NULL) { in STACK_OF() 166 return PKCS12_item_decrypt_d2i_ex(p7->d.encrypted->enc_data->algorithm, in STACK_OF() 169 p7->d.encrypted->enc_data->enc_data, 1, in STACK_OF()
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zstream/test-stream-creation-scripts/ |
| H A D | make-all-records-streams.sh | 56 -o keyformat=passphrase test/redacted/encrypted 57 "$SCRIPTDIR/gen-lorem-files.py" -r -d /test/redacted/encrypted 3 58 echo "very small" > /test/redacted/encrypted/small-encrypted
|
| H A D | make-decompression-streams.sh | 43 -o keylocation=file:///test/password -o keyformat=passphrase test/encrypted 44 "$SCRIPTDIR/gen-lorem-files.py" -r -d /test/encrypted --min-size 12000 \ 49 zfs send -cw test/encrypted@decompression > /tmp/decompression-crypt.zsend
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | EVP_SealInit.pod | 23 encrypted using this key. 27 supplied by a function such as EVP_aes_256_cbc(). The secret key is encrypted 28 using one or more public keys, this allows the same encrypted data to be 30 buffers where the public key encrypted secret key will be written, each buffer 31 must contain enough room for the corresponding encrypted key: that is 33 size of each encrypted secret key is written to the array B<ekl>. B<pubk> is
|
| /freebsd/tools/regression/net80211/wep/ |
| H A D | test_wep.c | 145 const u_int8_t *encrypted; member 220 memcpy(mtod(m, void *), t->encrypted, t->encrypted_len); in runtest() 266 t->encrypted, t->encrypted_len); in runtest() 268 } else if (memcmp(mtod(m, const void *), t->encrypted, m->m_pkthdr.len)) { in runtest() 271 t->encrypted, t->encrypted_len); in runtest()
|
| /freebsd/sbin/gbde/ |
| H A D | template.txt | |
| /freebsd/crypto/openssl/demos/encrypt/ |
| H A D | rsa_encrypt.c | 217 unsigned char *encrypted = NULL, *decrypted = NULL; in main() local 220 if (!do_encrypt(libctx, msg, msg_len, &encrypted, &encrypted_len)) { in main() 224 if (!do_decrypt(libctx, encrypted, encrypted_len, in main() 237 OPENSSL_free(encrypted); in main()
|
| /freebsd/crypto/openssh/ |
| H A D | PROTOCOL.key | 6 an encrypted list of matching private keys. 19 string encrypted, padded list of private keys 54 Before the key is encrypted, a random integer is assigned
|
| /freebsd/tools/regression/net80211/ccmp/ |
| H A D | test_ccmp.c | 540 const u_int8_t *encrypted; member 649 t->encrypted, t->encrypted_len); in runtest() 651 } else if (memcmp(mtod(m, const void *), t->encrypted, t->encrypted_len)) { in runtest() 655 t->encrypted, t->encrypted_len); in runtest()
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/ |
| H A D | zfs_receive_to_encrypted.ksh | 45 datasetexists $TESTPOOL/encrypted && \ 46 destroy_dataset $TESTPOOL/encrypted -r
|
| /freebsd/crypto/heimdal/etc/ |
| H A D | services.append | 12 ekshell 545/tcp # Kerberos encrypted remote shell -kfall 22 eklogin 2105/tcp # Kerberos encrypted rlogin
|
| /freebsd/tools/regression/net80211/tkip/ |
| H A D | test_tkip.c | 133 const u_int8_t *encrypted; member 270 t->encrypted, t->encrypted_len); in runtest() 272 } else if (memcmp(mtod(m, const void *), t->encrypted, m->m_pkthdr.len)) { in runtest() 275 t->encrypted, t->encrypted_len); in runtest()
|
| /freebsd/contrib/smbfs/ |
| H A D | config.mk.in | 19 # Comment this to disable support for encrypted passwords (requires 20 # src/sys/crypto directory). By default, NT and Win* machines use encrypted
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-smime.pod.in | 77 to be encrypted. The output file is the encrypted mail in MIME format. 85 encrypted mail message in MIME format for the input file. The decrypted mail 109 The input message to be encrypted or signed or the MIME message to 303 The supplied message to be signed or encrypted must include the 308 A "signed and encrypted" message is one where a signed message is 309 then encrypted. This can be produced by encrypting an already signed 319 encrypted data is used for other purposes. 399 Send encrypted mail using triple DES: 413 message being encrypted already has MIME headers. 435 Create an encrypted message using 128 bit Camellia:
|
| H A D | openssl-pkcs8.pod.in | 60 not used) then the input file must be in PKCS#8 format. An encrypted 71 file in a format specified by B<-inform>. The output file will be encrypted 83 option is not specified. If the key is encrypted a pass phrase will be 179 Private keys encrypted using PKCS#5 v2.0 algorithms and high iteration 180 counts are more secure that those encrypted using the traditional 184 It is possible to write out DER encoded encrypted private keys in 249 Convert a private key from any PKCS#8 encrypted format to traditional format:
|
| /freebsd/crypto/heimdal/lib/asn1/ |
| H A D | pkcs12.asn1 | 48 -- EncryptedData if password-encrypted 49 -- EnvelopedData if public key-encrypted
|