Searched refs:encryption (Results 1 - 25 of 36) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfipstest.cpp80 void KnownAnswerTest(StreamTransformation &encryption, StreamTransformation &decryption, const char *plaintext, const char *ciphertext) argument
84 StringSource(plaintext, true, new HexDecoder(new StreamTransformationFilter(encryption, new ChannelSwitch(comparison, "0"), StreamTransformationFilter::NO_PADDING)));
109 typename CIPHER::Encryption encryption((const byte *)decodedKey.data(), decodedKey.size());
112 SecByteBlock iv(encryption.BlockSize());
116 KnownAnswerTest(ECB_Mode_ExternalCipher::Encryption(encryption).Ref(), ECB_Mode_ExternalCipher::Decryption(decryption).Ref(), plaintext, ecb);
118 KnownAnswerTest(CBC_Mode_ExternalCipher::Encryption(encryption, iv).Ref(), CBC_Mode_ExternalCipher::Decryption(decryption, iv).Ref(), plaintext, cbc);
120 KnownAnswerTest(CFB_Mode_ExternalCipher::Encryption(encryption, iv).Ref(), CFB_Mode_ExternalCipher::Decryption(encryption, iv).Ref(), plaintext, cfb);
122 KnownAnswerTest(OFB_Mode_ExternalCipher::Encryption(encryption, iv).Ref(), OFB_Mode_ExternalCipher::Decryption(encryption, i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DPrefs.cpp217 uint8_t CPrefs::GetMyConnectOptions(bool encryption, bool callback) argument
229 | (thePrefs::IsClientCryptLayerRequired() && encryption) ? 0x04 : 0
230 | (thePrefs::IsClientCryptLayerRequested() && encryption) ? 0x02 : 0
231 | (thePrefs::IsClientCryptLayerSupported() && encryption) ? 0x01 : 0;
H A DPrefs.h118 static uint8_t GetMyConnectOptions(bool encryption = true, bool callback = true);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dray_cs.h51 UCHAR encryption; member in struct:ray_dev_t
H A Drayctl.h473 UCHAR encryption; member in struct:start_network_cmd
480 UCHAR encryption; member in struct:join_network_cmd
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/maurice/
H A DMakefile35 @echo Example2 Demonstrates rsa encryption and decryption
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dp5_pbev2.c65 /* PKCS#5 v2.0 password based encryption structures */
69 ASN1_SIMPLE(PBE2PARAM, encryption, X509_ALGOR)
109 /* Setup the AlgorithmIdentifier for the encryption scheme */
110 scheme = pbe2->encryption;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dp5_pbev2.c66 /* PKCS#5 v2.0 password based encryption structures */
70 ASN1_SIMPLE(PBE2PARAM, encryption, X509_ALGOR)
112 /* Setup the AlgorithmIdentifier for the encryption scheme */
113 scheme = pbe2->encryption;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dp5_pbev2.c66 /* PKCS#5 v2.0 password based encryption structures */
70 ASN1_SIMPLE(PBE2PARAM, encryption, X509_ALGOR)
112 /* Setup the AlgorithmIdentifier for the encryption scheme */
113 scheme = pbe2->encryption;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dp5_crpt2.c73 /* This is an implementation of PKCS#5 v2.0 password based encryption key
180 /* lets see if we recognise the encryption algorithm.
184 OBJ_nid2sn(OBJ_obj2nid(pbe2->encryption->algorithm)));
194 if(EVP_CIPHER_asn1_to_param(ctx, pbe2->encryption->parameter) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Dp5_crpt2.c76 * This is an implementation of PKCS#5 v2.0 password based encryption key
223 * lets see if we recognise the encryption algorithm.
226 cipher = EVP_get_cipherbyobj(pbe2->encryption->algorithm);
236 if (EVP_CIPHER_asn1_to_param(ctx, pbe2->encryption->parameter) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Dp5_crpt2.c76 * This is an implementation of PKCS#5 v2.0 password based encryption key
223 * lets see if we recognise the encryption algorithm.
226 cipher = EVP_get_cipherbyobj(pbe2->encryption->algorithm);
236 if (EVP_CIPHER_asn1_to_param(ctx, pbe2->encryption->parameter) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/VBz64/
H A DVBZipBas.bas88 encryption As Long ' 0 if encryption not available
199 '-- Default encryption password (used in callback if not empty string)
657 If ZipVersion.encryption Then
660 Flags = Flags & " No encryption"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dframetype.c404 {"AENC", FRAME(AENC), DISCARD, "Audio encryption"},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dframetype.c401 {"AENC", FRAME(AENC), DISCARD, "Audio encryption"},
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dfile-item.c42 u8 compression, u8 encryption, u16 other_encoding)
73 btrfs_set_file_extent_encryption(leaf, item, encryption);
37 btrfs_insert_file_extent(struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 objectid, u64 pos, u64 disk_offset, u64 disk_num_bytes, u64 num_bytes, u64 offset, u64 ram_bytes, u8 compression, u8 encryption, u16 other_encoding) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A Dupdownclient.h579 void SetConnectOptions(uint8_t options, bool encryption = true, bool callback = true); // shortcut, sets crypt, callback, etc from the tagvalue we receive
834 /* Save the encryption status for display when disconnected */
H A DBaseClient.cpp1420 // Do not try to connect to source which are incompatible with our encryption setting (one requires it, and the other one doesn't supports it)
2984 void CUpDownClient::SetConnectOptions(uint8_t options, bool encryption, bool callback)
2986 SetCryptLayerSupport((options & 0x01) != 0 && encryption);
2987 SetCryptLayerRequest((options & 0x02) != 0 && encryption);
2988 SetCryptLayerRequires((options & 0x04) != 0 && encryption);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dmaketests.com12 $! "test" programs for the different types of encryption for OpenSSL.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dmaketests.com11 $! "test" programs for the different types of encryption for OpenSSL.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dmaketests.com12 $! "test" programs for the different types of encryption for OpenSSL.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dmakeapps.com11 $! "application" programs for the different types of encryption for OpenSSL.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dcrypto-lib.com1491 $! Check if the user wanted to compile just a subset of all the encryption
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dcrypto-lib.com1491 $! Check if the user wanted to compile just a subset of all the encryption
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmatroskadec.c124 MatroskaTrackEncryption encryption; member in struct:__anon3534
383 { MATROSKA_ID_ENCODINGENCRYPTION, EBML_NEST, 0, offsetof(MatroskaTrackEncoding, encryption), { .n = matroska_track_encoding_encryption } },
1682 if (encodings[0].encryption.key_id.size > 0) {
1683 /* Save the encryption key id to be stored later as a
1685 const int b64_size = AV_BASE64_SIZE(encodings[0].encryption.key_id.size);
1691 encodings[0].encryption.key_id.data,
1692 encodings[0].encryption.key_id.size);
1744 /* export encryption key id as base64 metadata tag */

Completed in 204 milliseconds

12