Searched refs:encryption (Results 1 – 25 of 151) sorted by relevance
1234567
| /freebsd-9-stable/crypto/openssl/doc/crypto/ |
| D | EVP_SealInit.pod | 5 EVP_SealInit, EVP_SealUpdate, EVP_SealFinal - EVP envelope encryption 22 encryption. They generate a random key and IV (if required) then 23 "envelope" it by using public key encryption. Data can then be 26 EVP_SealInit() initializes a cipher context B<ctx> for encryption 64 Envelope encryption is the usual method of using public key encryption 65 on large amounts of data, this is because public key encryption is slow 66 but symmetric encryption is fast. So symmetric encryption is used for 67 bulk encryption and the small random symmetric key used is transferred 68 using public key encryption.
|
| D | PKCS12_create.pod | 23 B<nid_key> and B<nid_cert> are the encryption algorithms that should be used 24 for the key and certificate respectively. B<iter> is the encryption algorithm 33 These defaults are: 40 bit RC2 encryption for certificates, triple DES 34 encryption for private keys, a key iteration count of PKCS12_DEFAULT_ITER 44 it can be used for signing and encryption. This option was useful for old 47 encryption. 62 B<nid_key> or B<nid_cert> can be set to -1 indicating that no encryption
|
| D | blowfish.pod | 6 BF_cfb64_encrypt, BF_ofb64_encrypt, BF_options - Blowfish encryption 35 considered good for strong encryption. Blowfish can be used in the same 40 Blowfish consists of a key setup phase and the actual encryption or decryption 46 BF_ecb_encrypt() is the basic Blowfish encryption and decryption function. 48 putting the result in B<out>. B<enc> decides if encryption (B<BF_ENCRYPT>) 70 putting the result in B<out>. B<enc> decides if encryption (BF_ENCRYPT) or 76 putting the result in B<out>. B<enc> decides if encryption (B<BF_ENCRYPT>) 86 encryption. They encrypt/decrypt the first 64 bits of the vector pointed by
|
| D | des.pod | 13 DES_fcrypt, DES_crypt, DES_enc_read, DES_enc_write - DES encryption 107 This library contains a fast implementation of the DES encryption 110 There are two phases to the use of DES encryption. The first is the 112 actual encryption. A DES key is of type I<DES_cblock>. This type is 115 the key; it is used to speed the encryption process. 144 DES_ecb_encrypt() is the basic DES encryption routine that encrypts or 156 three-key Triple-DES encryption in ECB mode. This involves encrypting 160 I<ks2> and I<ks3> are the same, it is equivalent to just encryption 164 encryption by using I<ks1> for the final encryption. 177 I<outw> to 'whiten' the encryption. I<inw> and I<outw> are secret [all …]
|
| D | rc4.pod | 5 RC4_set_key, RC4 - RC4 encryption 23 (16 byte) keys are used for strong encryption, but shorter insecure 26 RC4 consists of a key setup phase and the actual encryption or 38 calls as encryption.
|
| D | pem.pod | 225 EncryptedPrivateKeyInfo format using PKCS#5 v2.0 password based encryption 226 algorithms. The B<cipher> argument specifies the encryption algoritm to 227 use: unlike all other PEM routines the encryption is applied at the 229 encryption is used and a PKCS#8 PrivateKeyInfo structure is used instead. 233 it uses PKCS#5 v1.5 or PKCS#12 encryption algorithms instead. The algorithm 314 which specifies the encryption algorithm to use, encryption is done 385 triple DES encryption, the pass phrase is prompted for: 393 DES encryption, using the pass phrase "hello": 459 This old B<PrivateKey> routines use a non standard technique for encryption. 471 the encryption algorithm name as used by EVP_get_cipherbyname() and an 8 [all …]
|
| D | BIO_f_cipher.pod | 27 BIO_flush() on an encryption BIO that is being written through is 32 and IV B<iv>. B<enc> should be set to 1 for encryption and zero for 35 When reading from an encryption BIO the final block is automatically
|
| D | evp.pod | 16 B<EVP_Seal>I<...> and B<EVP_Open>I<...> provide public key encryption 22 Symmetric encryption is available with the B<EVP_Encrypt>I<...>
|
| D | EVP_EncryptInit.pod | 101 EVP_EncryptInit_ex() sets up cipher context B<ctx> for encryption 126 this function is called the encryption operation is finished and no further 136 formatted. The parameters and restrictions are identical to the encryption 143 functions that can be used for decryption or encryption. The operation 145 to 1 for encryption, 0 for decryption and -1 to leave the value unchanged 173 encryption operations are padded using standard block padding and the 311 IDEA encryption algorithm in CBC, ECB, CFB and OFB modes respectively. 315 RC2 encryption algorithm in CBC, ECB, CFB and OFB modes respectively. This is a variable key 327 Blowfish encryption algorithm in CBC, ECB, CFB and OFB modes respectively. This is a variable key 332 CAST encryption algorithm in CBC, ECB, CFB and OFB modes respectively. This is a variable key [all …]
|
| D | OpenSSL_add_all_algorithms.pod | 28 OpenSSL_add_all_ciphers() adds all encryption algorithms to the table including 29 password based encryption algorithms.
|
| D | bio.pod | 29 encryption BIO). The effect of a filter BIO may change according 30 to the I/O operation it is performing: for example an encryption
|
| /freebsd-9-stable/crypto/openssl/doc/apps/ |
| D | pkcs8.pod | 69 default. If any encryption options are set then a pass phrase will be 81 structures using an appropriate password based encryption algorithm. With 110 private keys are encrypted with the password based encryption algorithm 111 called B<pbeWithMD5AndDES-CBC> this uses 56 bit DES encryption but it 112 was the strongest encryption algorithm supported in PKCS#5 v1.5. Using 114 encryption algorithm such as 168 bit triple DES or 128 bit RC2 however 118 The B<alg> argument is the encryption algorithm to use, valid values include 153 The default encryption is only 56 bits because this is the encryption 156 Some software may use PKCS#12 password based encryption algorithms 161 PKCS#8 format because the encryption details are included at an ASN1 [all …]
|
| D | ciphers.pod | 30 authentication, encryption and mac algorithms used along with any key size 97 the current cipher list in order of encryption algorithm key length. 127 "high" encryption cipher suites. This currently means those with key lengths larger 132 "medium" encryption cipher suites, currently some of those using 128 bit encryption. 136 "low" encryption cipher suites, currently those using 64 or 56 bit encryption algorithms 141 export encryption algorithms. Including 40 and 56 bits algorithms. 145 40 bit export encryption algorithms 149 56 bit export encryption algorithms. In OpenSSL 0.9.8c and later the set of 155 the "NULL" ciphers that is those offering no encryption. Because these offer no 156 encryption at all and are a security risk they are disabled unless explicitly [all …]
|
| D | rsa.pod | 39 traditional SSLeay compatible format for private key encryption: newer 75 option is not specified. If any encryption options are set then a pass phrase 95 encryption option can be used to remove the pass phrase from a key, or by 96 setting the encryption options it can be use to add or change the pass phrase. 149 and Microsoft IIS .key files, this uses unsalted RC4 for its encryption.
|
| D | dsa.pod | 36 traditional SSLeay compatible format for private key encryption: newer 74 is not specified. If any encryption options are set then a pass phrase will be 89 encryption option can be used to remove the pass phrase from a key, or by 90 setting the encryption options it can be use to add or change the pass phrase.
|
| /freebsd-9-stable/crypto/openssl/crypto/des/ |
| D | des.pod | 58 Two standard encryption modes are supported by the 103 (eight bytes at a time) encryption mode. 107 Encrypt using triple encryption. 108 By default triple cbc encryption is used but if the 110 option is used then triple ECB encryption is performed. 121 This will product a more secure encryption. 161 Use the encryption
|
| D | README | 18 This kit builds a DES encryption library and a DES encryption program. 20 triple cfb, desx, and MIT's pcbc encryption modes and also has a fast
|
| /freebsd-9-stable/crypto/openssl/ |
| D | README | 35 General encryption and X.509 v1/v3 stuff needed by SSL/TLS but not 39 libdes - EAY's libdes DES encryption package which was floating 46 RC4 encryption, 47 RC2 encryption - 4 different modes, ecb, cbc, cfb and ofb. 48 Blowfish encryption - 4 different modes, ecb, cbc, cfb and ofb. 49 IDEA encryption - 4 different modes, ecb, cbc, cfb and ofb. 57 RSA encryption/decryption/generation. 59 DSA encryption/decryption/generation. 66 based ASCII-binary encoding which supports encryption with a 76 client/server, file pointer, encryption, digest, non-blocking testing [all …]
|
| /freebsd-9-stable/contrib/wpa/wpa_supplicant/ |
| D | eap_testing.txt | 120 1) PEAPv1 required new label, "client PEAP encryption" instead of "client EAP 121 encryption", during key derivation (requires phase1="peaplabel=1" in the 175 Note: PEAPv1 requires TLS key derivation to use label "client EAP encryption" 202 Note: PEAPv1 requires TLS key derivation to use label "client EAP encryption" 224 Note: PEAPv1 requires TLS key derivation to use label "client EAP encryption" 294 Note: PEAPv1 requires TLS key derivation to use label "client EAP encryption" 363 - uses label "client EAP encryption" 369 - uses label "client EAP encryption" 375 - uses label "client PEAP encryption" 380 - uses label "client PEAP encryption" [all …]
|
| /freebsd-9-stable/crypto/heimdal/lib/krb5/ |
| D | krb5_err.et | 25 error_code ETYPE_NOSUPP, "KDC has no support for encryption type" 101 error_code PUBLIC_KEY_ENCRYPTION_NOT_SUPPORTED, "Public key encryption not supported" 144 error_code KRB5_PROG_ETYPE_NOSUPP, "Program lacks support for encryption type" 146 error_code KRB5_WRONG_ETYPE, "Requested encryption type not used in message" 194 error_code KRB5_BAD_ENCTYPE, "Bad encryption type" 195 error_code KRB5_BAD_KEYSIZE, "Key size is incompatible with encryption type" 196 error_code KRB5_BAD_MSIZE, "Message size is incompatible with encryption type" 208 error_code KRB5_CC_NOT_KTYPE, "No credentials found with supported encryption types" 253 error_code KRB5_SAM_INVALID_ETYPE, "Invalid encryption type in SAM challenge"
|
| /freebsd-9-stable/crypto/openssh/ |
| D | PROTOCOL.chacha20poly1305 | 2 encryption cipher supported by OpenSSH. 17 authenticated encryption mode. The construction used is based on that 25 The chacha20-poly1305@openssh.com offers both encryption and 58 for encryption of the packet payload. 85 ChaCha20 must never reuse a {key, nonce} for encryption nor may it be
|
| /freebsd-9-stable/bin/ed/ |
| D | POSIX | 29 encryption. The `x' command prompts the user to enter a key used for 31 is entered as the key, then encryption is disabled. Otherwise, a key 33 effect until encryption is disabled. For more information on the 34 encryption algorithm, see the bdes(1) man page. Encryption/decryption
|
| /freebsd-9-stable/crypto/openssl/crypto/asn1/ |
| D | p5_pbev2.c | 70 ASN1_SIMPLE(PBE2PARAM, encryption, X509_ALGOR) 113 scheme = pbe2->encryption;
|
| /freebsd-9-stable/crypto/heimdal/cf/ |
| D | telnet.m4 | 10 [Define if you want encryption support in telnet.])dnl 12 [Define if you want to use DES encryption in telnet.])dnl
|
| /freebsd-9-stable/contrib/wpa/wpa_supplicant/doc/docbook/ |
| D | wpa_background.sgml | 47 hardware. It still uses RC4 for the encryption like WEP, but with 60 Group Key Handshake) for generating and exchanging data encryption 75 support for more robust encryption algorithm (CCMP: AES in Counter
|
1234567