Home
last modified time | relevance | path

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

123456

/NextBSD/contrib/file/magic/Magdir/
HDgnu32 0 beshort 0x8502 GPG encrypted data
43 >>2 leshort 0x0204 GPG symmetrically encrypted data (3DES cipher)
44 >>2 leshort 0x0304 GPG symmetrically encrypted data (CAST5 cipher)
45 >>2 leshort 0x0404 GPG symmetrically encrypted data (BLOWFISH cipher)
46 >>2 leshort 0x0704 GPG symmetrically encrypted data (AES cipher)
47 >>2 leshort 0x0804 GPG symmetrically encrypted data (AES192 cipher)
48 >>2 leshort 0x0904 GPG symmetrically encrypted data (AES256 cipher)
49 >>2 leshort 0x0a04 GPG symmetrically encrypted data (TWOFISH cipher)
50 >>2 leshort 0x0b04 GPG symmetrically encrypted data (CAMELLIA128 cipher)
51 >>2 leshort 0x0c04 GPG symmetrically encrypted data (CAMELLIA192 cipher)
[all …]
HDpgp13 0 beshort 0xa600 PGP encrypted data
14 #!:mime application/pgp-encrypted
85 # - symmetric encrypted packet header
88 # 1024b RSA encrypted data
90 0 string \x84\x8c\x03 PGP RSA encrypted session key -
105 # 2048b RSA encrypted data
107 0 string \x85\x01\x0c\x03 PGP RSA encrypted session key -
122 # 3072b RSA encrypted data
124 0 string \x85\x01\x8c\x03 PGP RSA encrypted session key -
139 # 3072b RSA encrypted data
[all …]
HDmcrypt6 0 string \0m\3 mcrypt 2.5 encrypted data,
11 0 string \0m\2 mcrypt 2.2 encrypted data,
HDvirtual67 >>36 belong 1 \b, AES-encrypted
83 >>32 belong 1 \b, AES-encrypted
98 >>32 belong 1 \b, AES-encrypted
/NextBSD/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()
/NextBSD/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()
/NextBSD/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
/NextBSD/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()
/NextBSD/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.
/NextBSD/crypto/openssh/
HDauthfile.c431 Buffer buffer, encrypted; in key_private_rsa1_to_blob() local
473 buffer_init(&encrypted); in key_private_rsa1_to_blob()
477 buffer_put_char(&encrypted, authfile_id_string[i]); in key_private_rsa1_to_blob()
478 buffer_put_char(&encrypted, 0); in key_private_rsa1_to_blob()
481 buffer_put_char(&encrypted, cipher_num); in key_private_rsa1_to_blob()
482 buffer_put_int(&encrypted, 0); /* For future extension */ in key_private_rsa1_to_blob()
485 buffer_put_int(&encrypted, BN_num_bits(key->rsa->n)); in key_private_rsa1_to_blob()
486 buffer_put_bignum(&encrypted, key->rsa->n); in key_private_rsa1_to_blob()
487 buffer_put_bignum(&encrypted, key->rsa->e); in key_private_rsa1_to_blob()
488 buffer_put_cstring(&encrypted, comment); in key_private_rsa1_to_blob()
[all …]
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
/NextBSD/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()
/NextBSD/crypto/heimdal/etc/
HDservices.append12 ekshell 545/tcp # Kerberos encrypted remote shell -kfall
22 eklogin 2105/tcp # Kerberos encrypted rlogin
/NextBSD/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()
/NextBSD/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
/NextBSD/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
/NextBSD/crypto/openssl/doc/apps/
HDsmime.pod54 to be encrypted. The output file is the encrypted mail in MIME format.
59 encrypted mail message in MIME format for the input file. The decrypted mail
83 the input message to be encrypted or signed or the MIME message to
277 The supplied message to be signed or encrypted must include the
282 A "signed and encrypted" message is one where a signed message is
283 then encrypted. This can be produced by encrypting an already signed
293 encrypted data is used for other purposes.
373 Send encrypted mail using triple DES:
387 message being encrypted already has MIME headers.
409 Create an encrypted message using 128 bit Camellia:
HDpkcs8.pod59 option is not specified. If the key is encrypted a pass phrase will be
111 private keys are encrypted with the password based encryption algorithm
144 The encrypted form of a PEM encode PKCS#8 files uses the following
155 Private keys encrypted using PKCS#5 v2.0 algorithms and high iteration
156 counts are more secure that those encrypted using the traditional
167 It is possible to write out DER encoded encrypted private keys in
HDcms.pod86 to be encrypted. The output file is the encrypted mail in MIME format. The
92 encrypted mail message in MIME format for the input file. The decrypted mail
165 the input message to be encrypted or signed or the message to be decrypted
437 The supplied message to be signed or encrypted must include the
442 A "signed and encrypted" message is one where a signed message is
443 then encrypted. This can be produced by encrypting an already signed
453 encrypted data is used for other purposes.
565 Send encrypted mail using triple DES:
579 message being encrypted already has MIME headers.
601 Create an encrypted message using 128 bit Camellia:
[all …]
/NextBSD/crypto/heimdal/lib/asn1/
HDpkcs12.asn148 -- EncryptedData if password-encrypted
49 -- EnvelopedData if public key-encrypted
/NextBSD/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
/NextBSD/contrib/wpa/src/eap_common/
HDikev2_common.c323 payloads->encrypted = pdata; in ikev2_parse_payloads()
432 const u8 *encrypted, size_t encrypted_len, in ikev2_decrypt_payload() argument
444 if (encrypted == NULL) { in ikev2_decrypt_payload()
468 iv = encrypted; in ikev2_decrypt_payload()
470 end = encrypted + encrypted_len; in ikev2_decrypt_payload()
/NextBSD/lib/libpam/modules/pam_unix/
HDpam_unix.c276 char *encrypted; in pam_sm_chauthtok() local
343 encrypted = crypt(old_pass, pwd->pw_passwd); in pam_sm_chauthtok()
347 if (strcmp(encrypted, pwd->pw_passwd) != 0) in pam_sm_chauthtok()

123456