Home
last modified time | relevance | path

Searched refs:encrypted (Results 1 – 25 of 140) sorted by relevance

123456

/freebsd-11-stable/secure/lib/libcrypt/
HDcrypt-blowfish.c78 static char encrypted[_PASSWORD_LEN]; variable
252 encrypted[i++] = '$'; in crypt_blowfish()
253 encrypted[i++] = BCRYPT_VERSION; in crypt_blowfish()
255 encrypted[i++] = minr; in crypt_blowfish()
256 encrypted[i++] = '$'; in crypt_blowfish()
258 snprintf(encrypted + i, 4, "%2.2u$", logr); in crypt_blowfish()
260 encode_base64((u_int8_t *) encrypted + i + 3, csalt, BCRYPT_MAXSALT); in crypt_blowfish()
261 encode_base64((u_int8_t *) encrypted + strlen(encrypted), ciphertext, in crypt_blowfish()
267 return encrypted; in crypt_blowfish()
/freebsd-11-stable/contrib/file/magic/Magdir/
HDpgp52 0 beshort 0xa600 PGP encrypted data
53 #!:mime application/pgp-encrypted
74 # https://reposcope.com/mimetype/application/pgp-encrypted
76 !:mime application/pgp-encrypted
144 # - symmetric encrypted packet header
147 # 1024b RSA encrypted data
149 0 string \x84\x8c\x03 PGP RSA encrypted session key -
164 # 2048b RSA encrypted data
166 0 string \x85\x01\x0c\x03 PGP RSA encrypted session key -
181 # 3072b RSA encrypted data
[all …]
HDgnu122 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 …]
HDmcrypt6 0 string \0m\3 mcrypt 2.5 encrypted data,
11 0 string \0m\2 mcrypt 2.2 encrypted data,
/freebsd-11-stable/crypto/openssl/crypto/pkcs12/
HDp12_add.c207 X509_ALGOR_free(p7->d.encrypted->enc_data->algorithm); in PKCS12_pack_p7encdata()
208 p7->d.encrypted->enc_data->algorithm = pbe; in PKCS12_pack_p7encdata()
209 M_ASN1_OCTET_STRING_free(p7->d.encrypted->enc_data->enc_data); in PKCS12_pack_p7encdata()
210 if (!(p7->d.encrypted->enc_data->enc_data = in PKCS12_pack_p7encdata()
229 return PKCS12_item_decrypt_d2i(p7->d.encrypted->enc_data->algorithm, in STACK_OF()
232 p7->d.encrypted->enc_data->enc_data, 1); in STACK_OF()
/freebsd-11-stable/crypto/openssl/doc/crypto/
HDEVP_SealInit.pod24 encrypted using this key.
28 supplied by a function such as EVP_aes_256_cbc(). The secret key is encrypted
29 using one or more public keys, this allows the same encrypted data to be
31 buffers where the public key encrypted secret key will be written, each buffer
32 must contain enough room for the corresponding encrypted key: that is
34 size of each encrypted secret key is written to the array B<ekl>. B<pubk> is
HDCMS_decrypt.pod20 The B<dcont> parameter is used in the rare case where the encrypted content
38 error when all recipient encrypted keys failed to decrypt an attacker could
41 recipient encrypted key can be decrypted B<without> generating a random
HDEVP_OpenInit.pod21 decryption. They decrypt a public key encrypted symmetric key and
25 with cipher B<type>. It decrypts the encrypted symmetric key of length
/freebsd-11-stable/tools/regression/net80211/wep/
HDtest_wep.c147 const u_int8_t *encrypted; member
222 memcpy(mtod(m, void *), t->encrypted, t->encrypted_len); in runtest()
268 t->encrypted, t->encrypted_len); in runtest()
270 } else if (memcmp(mtod(m, const void *), t->encrypted, m->m_pkthdr.len)) { in runtest()
273 t->encrypted, t->encrypted_len); in runtest()
/freebsd-11-stable/sbin/gbde/
HDtemplate.txt11 # Start and end of the encrypted section of the partition. Specify in
20 # An encrypted partition can have more than one key. It may be a good idea
28 # from skipping sectors which obviously contains un-encrypted data.
/freebsd-11-stable/crypto/openssh/
HDPROTOCOL.key6 an encrypted list of matching private keys.
19 string encrypted, padded list of private keys
51 Before the key is encrypted, a random integer is assigned
HDsshkey.c3051 struct sshbuf *encoded = NULL, *encrypted = NULL, *kdf = NULL; in sshkey_private_to_blob2() local
3071 (encrypted = sshbuf_new()) == NULL) { in sshkey_private_to_blob2()
3115 if ((r = sshbuf_put_u32(encrypted, check)) != 0 || in sshkey_private_to_blob2()
3116 (r = sshbuf_put_u32(encrypted, check)) != 0) in sshkey_private_to_blob2()
3120 if ((r = sshkey_private_serialize(prv, encrypted)) != 0 || in sshkey_private_to_blob2()
3121 (r = sshbuf_put_cstring(encrypted, comment)) != 0) in sshkey_private_to_blob2()
3126 while (sshbuf_len(encrypted) % blocksize) { in sshkey_private_to_blob2()
3127 if ((r = sshbuf_put_u8(encrypted, ++i & 0xff)) != 0) in sshkey_private_to_blob2()
3132 if ((r = sshbuf_put_u32(encoded, sshbuf_len(encrypted))) != 0) in sshkey_private_to_blob2()
3137 sshbuf_len(encrypted) + authlen, &cp)) != 0) in sshkey_private_to_blob2()
[all …]
/freebsd-11-stable/tools/regression/net80211/ccmp/
HDtest_ccmp.c542 const u_int8_t *encrypted; member
651 t->encrypted, t->encrypted_len); in runtest()
653 } else if (memcmp(mtod(m, const void *), t->encrypted, t->encrypted_len)) { in runtest()
657 t->encrypted, t->encrypted_len); in runtest()
/freebsd-11-stable/tools/regression/net80211/tkip/
HDtest_tkip.c135 const u_int8_t *encrypted; member
272 t->encrypted, t->encrypted_len); in runtest()
274 } else if (memcmp(mtod(m, const void *), t->encrypted, m->m_pkthdr.len)) { in runtest()
277 t->encrypted, t->encrypted_len); in runtest()
/freebsd-11-stable/crypto/heimdal/etc/
HDservices.append12 ekshell 545/tcp # Kerberos encrypted remote shell -kfall
22 eklogin 2105/tcp # Kerberos encrypted rlogin
/freebsd-11-stable/contrib/smbfs/
HDconfig.mk.in19 # Comment this to disable support for encrypted passwords (requires
20 # src/sys/crypto directory). By default, NT and Win* machines use encrypted
/freebsd-11-stable/crypto/openssl/doc/ssl/
HDSSL_CTX_set_default_passwd_cb.pod5 …wd_cb, SSL_CTX_set_default_passwd_cb_userdata - set passwd callback for encrypted PEM file handling
44 B<rwflag> to check, whether an item shall be encrypted (rwflag=1).
49 Other items in PEM formatting (certificates) can also be encrypted, it is
/freebsd-11-stable/crypto/openssl/doc/apps/
HDsmime.pod55 to be encrypted. The output file is the encrypted mail in MIME format.
63 encrypted mail message in MIME format for the input file. The decrypted mail
87 the input message to be encrypted or signed or the MIME message to
281 The supplied message to be signed or encrypted must include the
286 A "signed and encrypted" message is one where a signed message is
287 then encrypted. This can be produced by encrypting an already signed
297 encrypted data is used for other purposes.
377 Send encrypted mail using triple DES:
391 message being encrypted already has MIME headers.
413 Create an encrypted message using 128 bit Camellia:
HDpkcs8.pod60 option is not specified. If the key is encrypted a pass phrase will be
112 private keys are encrypted with the password based encryption algorithm
145 The encrypted form of a PEM encode PKCS#8 files uses the following
156 Private keys encrypted using PKCS#5 v2.0 algorithms and high iteration
157 counts are more secure that those encrypted using the traditional
168 It is possible to write out DER encoded encrypted private keys in
HDcms.pod87 to be encrypted. The output file is the encrypted mail in MIME format. The
96 encrypted mail message in MIME format for the input file. The decrypted mail
169 the input message to be encrypted or signed or the message to be decrypted
444 The supplied message to be signed or encrypted must include the
449 A "signed and encrypted" message is one where a signed message is
450 then encrypted. This can be produced by encrypting an already signed
460 encrypted data is used for other purposes.
572 Send encrypted mail using triple DES:
586 message being encrypted already has MIME headers.
608 Create an encrypted message using 128 bit Camellia:
[all …]
/freebsd-11-stable/crypto/heimdal/lib/asn1/
HDpkcs12.asn148 -- EncryptedData if password-encrypted
49 -- EnvelopedData if public key-encrypted
/freebsd-11-stable/crypto/openssl/crypto/des/
HDdes.pod125 Decrypt data that was encrypted with the B<-e> option.
129 Decrypt data that was encrypted with the B<-E> option.
178 the input file is assumed to contain uuencoded, DES encrypted data.
208 multiple of 512 bytes. This causes problems when encrypted data is
/freebsd-11-stable/contrib/ntp/util/
HDntp-keygen-opts.def182 Local files containing private data are encrypted with the
199 encrypted with the DES-CBC algorithm and the specified password.
297 By default, files are not encrypted.
323 Some files used by this program are encrypted using a private password.
326 option specifies the read password for local encrypted files and the
328 option the write password for encrypted files sent to remote sites.
335 program prompts for the password if it reads an encrypted file
337 If an encrypted file is read successfully and
347 password for previously encrypted local files.
357 Normally, encrypted files for each host are generated by that host and
[all …]
/freebsd-11-stable/contrib/wpa/src/eap_common/
HDikev2_common.c322 payloads->encrypted = pdata; in ikev2_parse_payloads()
431 const u8 *encrypted, size_t encrypted_len, in ikev2_decrypt_payload() argument
443 if (encrypted == NULL) { in ikev2_decrypt_payload()
467 iv = encrypted; in ikev2_decrypt_payload()
469 end = encrypted + encrypted_len; in ikev2_decrypt_payload()
/freebsd-11-stable/lib/libpam/modules/pam_unix/
HDpam_unix.c281 char *encrypted; in pam_sm_chauthtok() local
349 encrypted = crypt(old_pass, pwd->pw_passwd); in pam_sm_chauthtok()
353 if (strcmp(encrypted, pwd->pw_passwd) != 0) in pam_sm_chauthtok()

123456