Home
last modified time | relevance | path

Searched refs:encryption (Results 1 – 25 of 6422) sorted by relevance

12345678910>>...257

/dports/textproc/libwpd010/libwpd-0.10.3/src/lib/
H A DWP6CharacterGroup.cpp64 m_red = readU8(input, encryption); in WP6CharacterGroup_ColorSubGroup()
65 m_green = readU8(input, encryption); in WP6CharacterGroup_ColorSubGroup()
66 m_blue = readU8(input, encryption); in WP6CharacterGroup_ColorSubGroup()
82 m_shading = readU8(input, encryption); in WP6CharacterGroup_CharacterShadingChangeSubGroup()
100 m_hash = readU16(input, encryption); in WP6CharacterGroup_FontFaceChangeSubGroup()
177 m_level = readU8(input, encryption); in WP6CharacterGroup_ParagraphNumberOnSubGroup()
180 m_flag = readU8(input, encryption); in WP6CharacterGroup_ParagraphNumberOnSubGroup()
196 m_flags = readU8(input, encryption); in WP6CharacterGroup_TableDefinitionOnSubGroup()
232 m_flags = readU8(input, encryption); in WP6CharacterGroup_TableColumnSubGroup()
233 m_width = readU16(input, encryption); in WP6CharacterGroup_TableColumnSubGroup()
[all …]
H A DWP6BoxGroup.cpp62 _read(input, encryption); in WP6BoxGroup()
85 readU16(input, encryption); in _readContents()
127 m_width = readU16(input, encryption); in _readContents()
135 m_height = readU16(input, encryption); in _readContents()
195 readU16(input, encryption); in _readContents()
206 readU16(input, encryption); in _readContents()
217 readU16(input, encryption); in _readContents()
228 readU16(input, encryption); in _readContents()
239 readU16(input, encryption); in _readContents()
254 readU16(input, encryption); in _readContents()
[all …]
H A DWP6VariableLengthGroup.cpp70 return new WP6PageGroup(input, encryption); in constructVariableLengthGroup()
72 return new WP6EOLGroup(input, encryption); in constructVariableLengthGroup()
86 return new WP6StyleGroup(input, encryption); in constructVariableLengthGroup()
88 return new WP6TabGroup(input, encryption); in constructVariableLengthGroup()
90 return new WP6BoxGroup(input, encryption); in constructVariableLengthGroup()
111 if (size != readU16(input, encryption)) in isGroupConsistent()
116 if (groupID != readU8(input, encryption)) in isGroupConsistent()
136 m_subGroup = readU8(input, encryption); in _read()
139 m_flags = readU8(input, encryption); in _read()
168 _readContents(input, encryption); in _read()
[all …]
H A DWP6GraphicsBoxStylePacket.cpp32 WP6PrefixDataPacket(input, encryption), in WP6GraphicsBoxStylePacket()
53 _read(input, encryption, dataOffset, dataSize); in WP6GraphicsBoxStylePacket()
147 m_leftColumn = readU8(input, encryption); in _readContents()
148 m_rightColumn = readU8(input, encryption); in _readContents()
159 m_widthFlags = readU8(input, encryption) & 0x01; in _readContents()
162 m_width = readU16(input, encryption); in _readContents()
168 m_height = readU16(input, encryption); in _readContents()
179 m_contentType = readU8(input, encryption); in _readContents()
195 if (0x01 == (readU8(input, encryption) & 0xFF)) in _readContents()
197 m_nativeWidth = readU16(input, encryption); in _readContents()
[all …]
H A DWP6PageGroup.cpp54 _read(input, encryption); in WP6PageGroup()
69 m_margin = readU16(input, encryption); in _readContents()
73 m_suppressedCode = readU8(input, encryption); in _readContents()
78 m_pageNumberUseFlag = readU8(input, encryption); in _readContents()
81 m_pageNumberPosition = readU8(input, encryption); in _readContents()
86 m_pageNumberColor.m_r = readU8(input, encryption); in _readContents()
90 m_pageNumberHeight = readU16(input, encryption); in _readContents()
97 m_formLength = readU16(input, encryption); in _readContents()
98 m_formWidth = readU16(input, encryption); in _readContents()
99 m_formType = readU8(input, encryption); in _readContents()
[all …]
H A DWP3VariableLengthGroup.cpp54 return new WP3PageFormatGroup(input, encryption); in constructVariableLengthGroup()
60 return new WP3TablesGroup(input, encryption); in constructVariableLengthGroup()
62 return new WP3FontGroup(input, encryption); in constructVariableLengthGroup()
70 return new WP3DisplayGroup(input, encryption); in constructVariableLengthGroup()
72 return new WP3WindowGroup(input, encryption); in constructVariableLengthGroup()
98 if (size != readU16(input, encryption, true)) in isGroupConsistent()
103 if (subGroup != readU8(input, encryption)) in isGroupConsistent()
108 if (group != readU8(input, encryption)) in isGroupConsistent()
130 m_subGroup = readU8(input, encryption); in _read()
135 _readContents(input, encryption); in _read()
[all …]
H A DWP5VariableLengthGroup.cpp58 return new WP5FontGroup(input, encryption); in constructVariableLengthGroup()
62 return new WP5BoxGroup(input, encryption); in constructVariableLengthGroup()
64 return new WP5TableEOLGroup(input, encryption); in constructVariableLengthGroup()
66 return new WP5TableEOPGroup(input, encryption); in constructVariableLengthGroup()
87 if (size != readU16(input, encryption)) in isGroupConsistent()
92 if (subGroup != readU8(input, encryption)) in isGroupConsistent()
97 if (group != readU8(input, encryption)) in isGroupConsistent()
117 m_subGroup = readU8(input, encryption); in _read()
122 _readContents(input, encryption); in _read()
126 if (m_size != (readU16(input, encryption) + 4)) in _read()
[all …]
H A DWP1FixedLengthGroup.cpp57 return new WP1MarginResetGroup(input, encryption, group); in constructFixedLengthGroup()
59 return new WP1TopMarginGroup(input, encryption, group); in constructFixedLengthGroup()
61 return new WP1BottomMarginGroup(input, encryption, group); in constructFixedLengthGroup()
63 return new WP1LeftIndentGroup(input, encryption, group); in constructFixedLengthGroup()
69 return new WP1FontIdGroup(input, encryption, group); in constructFixedLengthGroup()
73 return new WP1CenterTextGroup(input, encryption, group); in constructFixedLengthGroup()
75 return new WP1FlushRightGroup(input, encryption, group); in constructFixedLengthGroup()
79 return new WP1PointSizeGroup(input, encryption, group); in constructFixedLengthGroup()
83 return new WP1SpacingResetGroup(input, encryption, group); in constructFixedLengthGroup()
100 _readContents(input, encryption); in _read()
[all …]
H A DWP3ResourceFork.cpp36 unsigned dataOffset = readU32(input, encryption, true); in WP3ResourceFork()
37 unsigned mapOffset = readU32(input, encryption, true); in WP3ResourceFork()
39 readU32(input, encryption, true); in WP3ResourceFork()
41 readU32(input, encryption, true); in WP3ResourceFork()
45 unsigned typeOffset = readU16(input, encryption, true); in WP3ResourceFork()
53 unsigned resourceType = readU32(input,encryption, true); in WP3ResourceFork()
67 resourceName = readPascalString(input, encryption); in WP3ResourceFork()
72 offsetToData |= readU16(input, encryption, true); in WP3ResourceFork()
80 if (encryption) in WP3ResourceFork()
88 encryption->setEncryptionMaskBase(0); in WP3ResourceFork()
[all …]
H A DWP6FontDescriptorPacket.cpp41 WP6PrefixDataPacket(input, encryption), in WP6FontDescriptorPacket()
72 m_characterWidth = readU16(input, encryption); in _readContents()
74 m_xHeight = readU16(input, encryption); in _readContents()
76 m_italicsAdjust = readU16(input, encryption); in _readContents()
82 m_width = readU8(input, encryption); in _readContents()
83 m_weight = readU8(input, encryption); in _readContents()
84 m_attributes = readU8(input, encryption); in _readContents()
86 m_classification = readU8(input, encryption); in _readContents()
87 m_fill = readU8(input, encryption); in _readContents()
88 m_fontType = readU8(input, encryption); in _readContents()
[all …]
H A DWP6ParagraphGroup.cpp38 _read(input, encryption); in WP6ParagraphGroup()
89 unsigned lineSpacing = readU32(input, encryption); in WP6ParagraphGroup_LineSpacingSubGroup()
110 unsigned char definition = readU8(input, encryption); in WP6ParagraphGroup_TabSetSubGroup()
124 unsigned char numTabStops = readU8(input, encryption); in WP6ParagraphGroup_TabSetSubGroup()
130 tabType = readU8(input, encryption); in WP6ParagraphGroup_TabSetSubGroup()
193 unsigned short tabPosition = readU16(input, encryption); in WP6ParagraphGroup_TabSetSubGroup()
253 m_leftMargin = (signed short)readU16(input, encryption); in WP6ParagraphGroup_LeftMarginAdjustmentSubGroup()
281 m_justification = readU8(input, encryption); in WP6ParagraphGroup_JustificationModeSubGroup()
323 m_outlineHash = readU16(input, encryption); in WP6ParagraphGroup_OutlineDefineSubGroup()
325 numberingMethod = readU8(input, encryption); in WP6ParagraphGroup_OutlineDefineSubGroup()
[all …]
H A DWP3TablesGroup.cpp50 _read(input, encryption); in WP3TablesGroup()
68 m_tableMode = readU8(input, encryption); in _readContents()
69 m_offsetFromLeftEdge = readU32(input, encryption, true); in _readContents()
70 m_topGutterSpacing = readU32(input, encryption, true); in _readContents()
71 m_leftGutterSpacing = readU32(input, encryption, true); in _readContents()
75 m_numColumns = readU8(input, encryption); in _readContents()
82 m_columnMode[i] = readU8(input, encryption); in _readContents()
83 m_numberFormat[i] = readU8(input, encryption); in _readContents()
84 m_columnWidth[i] = readU32(input, encryption, true); in _readContents()
89 m_colSpan = readU16(input, encryption, true); in _readContents()
[all …]
H A DWP6EOLGroup.cpp59 _read(input, encryption); in WP6EOLGroup()
83 byte = readU8(input, encryption); in _readContents()
91 rowFlags = readU8(input, encryption); in _readContents()
176 fR = readU8(input, encryption); in _readContents()
177 fG = readU8(input, encryption); in _readContents()
178 fB = readU8(input, encryption); in _readContents()
179 fS = readU8(input, encryption); in _readContents()
180 bR = readU8(input, encryption); in _readContents()
181 bG = readU8(input, encryption); in _readContents()
182 bB = readU8(input, encryption); in _readContents()
[all …]
H A DWP6FillStylePacket.cpp33 WP6PrefixDataPacket(input, encryption), in WP6FillStylePacket()
37 _read(input, encryption, dataOffset, dataSize); in WP6FillStylePacket()
55 signed short fillNameLength = readS16(input, encryption); in _readContents()
61 m_fgColor.m_r = readU8(input, encryption); in _readContents()
62 m_fgColor.m_g = readU8(input, encryption); in _readContents()
63 m_fgColor.m_b = readU8(input, encryption); in _readContents()
64 m_fgColor.m_s = readU8(input, encryption); in _readContents()
65 m_bgColor.m_r = readU8(input, encryption); in _readContents()
66 m_bgColor.m_g = readU8(input, encryption); in _readContents()
67 m_bgColor.m_b = readU8(input, encryption); in _readContents()
[all …]
/dports/www/moodle311/moodle/lib/tests/
H A Dencryption_test.php41 $keyfile = encryption::get_key_file(encryption::METHOD_OPENSSL);
45 $keyfile = encryption::get_key_file(encryption::METHOD_SODIUM);
78 return ['Sodium' => [encryption::METHOD_SODIUM], 'OpenSSL' => [encryption::METHOD_OPENSSL]];
89 encryption::create_key($method);
96 encryption::create_key($method);
144 case encryption::METHOD_OPENSSL:
148 case encryption::METHOD_SODIUM:
218 case encryption::METHOD_SODIUM:
222 case encryption::METHOD_OPENSSL:
243 encryption::decrypt($encrypted);
[all …]
/dports/net/py-python-openstackclient/python-openstackclient-5.2.1/doc/source/cli/command-objects/
H A Dvolume-type.rst69 Consider using other encryption options such as: :option:`--encryption-cipher`,
70 :option:`--encryption-key-size` and :option:`--encryption-control-location`
89 :option:`--encryption-key-size` and :option:`--encryption-provider`
123 [--encryption-type]
147 .. option:: --encryption-type
204 Consider using other encryption options such as: :option:`--encryption-cipher`,
205 :option:`--encryption-key-size` and :option:`--encryption-control-location`
224 … :option:`--encryption-cipher`, :option:`--encryption-key-size` and :option:`--encryption-provider`
240 [--encryption-type]
243 .. option:: --encryption-type
[all …]
/dports/security/kgpg/kgpg-21.12.3/tests/
H A Dkgpgencrypt.cpp43 KGpgEncrypt *encryption = new KGpgEncrypt( in testAsciiArmoredEncryption() local
48 QSignalSpy spy(encryption, &KGpgEncrypt::done); in testAsciiArmoredEncryption()
49 encryption->start(); in testAsciiArmoredEncryption()
52 checkEncryptedText(encryption); in testAsciiArmoredEncryption()
80 KGpgEncrypt *encryption = in testHideKeyIdEncryption() local
87 encryption->start(); in testHideKeyIdEncryption()
90 checkEncryptedText(encryption); in testHideKeyIdEncryption()
119 KGpgEncrypt *encryption = new KGpgEncrypt( in testSymmetricEncryption() local
125 addPasswordArguments(encryption, passphrase); in testSymmetricEncryption()
126 encryption->start(); in testSymmetricEncryption()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/amazon/aws/tests/integration/targets/s3_bucket/roles/s3_bucket/tasks/
H A Dencryption_sse.yml18 - name: 'Enable AES256 encryption'
22 encryption: 'AES256'
28 - output.encryption
35 encryption: 'AES256'
41 - output.encryption
46 - name: Disable encryption from bucket
50 encryption: "none"
56 - not output.encryption
58 - name: Disable encryption from bucket
62 encryption: "none"
[all …]
H A Dencryption_kms.yml22 encryption: "aws:kms"
28 - output.encryption
35 encryption: "aws:kms"
41 - output.encryption
46 - name: Disable encryption from bucket
50 encryption: "none"
56 - not output.encryption
58 - name: Disable encryption from bucket
62 encryption: "none"
68 - not output.encryption
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/encryption/r/
H A Dinnodb-bad-key-change.result35 …his could be because correct encryption management plugin is not loaded, used encryption key is no…
49 …his could be because correct encryption management plugin is not loaded, used encryption key is no…
51 …his could be because correct encryption management plugin is not loaded, used encryption key is no…
53 …his could be because correct encryption management plugin is not loaded, used encryption key is no…
55 …his could be because correct encryption management plugin is not loaded, used encryption key is no…
57 …his could be because correct encryption management plugin is not loaded, used encryption key is no…
59 …his could be because correct encryption management plugin is not loaded, used encryption key is no…
61 …his could be because correct encryption management plugin is not loaded, used encryption key is no…
65 …his could be because correct encryption management plugin is not loaded, used encryption key is no…
68 …his could be because correct encryption management plugin is not loaded, used encryption key is no…
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/encryption/r/
H A Dinnodb-bad-key-change.result35 …his could be because correct encryption management plugin is not loaded, used encryption key is no…
49 …his could be because correct encryption management plugin is not loaded, used encryption key is no…
51 …his could be because correct encryption management plugin is not loaded, used encryption key is no…
53 …his could be because correct encryption management plugin is not loaded, used encryption key is no…
55 …his could be because correct encryption management plugin is not loaded, used encryption key is no…
57 …his could be because correct encryption management plugin is not loaded, used encryption key is no…
59 …his could be because correct encryption management plugin is not loaded, used encryption key is no…
61 …his could be because correct encryption management plugin is not loaded, used encryption key is no…
65 …his could be because correct encryption management plugin is not loaded, used encryption key is no…
68 …his could be because correct encryption management plugin is not loaded, used encryption key is no…
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/encryption/r/
H A Dinnodb-bad-key-change.result35 …his could be because correct encryption management plugin is not loaded, used encryption key is no…
49 …his could be because correct encryption management plugin is not loaded, used encryption key is no…
51 …his could be because correct encryption management plugin is not loaded, used encryption key is no…
53 …his could be because correct encryption management plugin is not loaded, used encryption key is no…
55 …his could be because correct encryption management plugin is not loaded, used encryption key is no…
57 …his could be because correct encryption management plugin is not loaded, used encryption key is no…
59 …his could be because correct encryption management plugin is not loaded, used encryption key is no…
61 …his could be because correct encryption management plugin is not loaded, used encryption key is no…
65 …his could be because correct encryption management plugin is not loaded, used encryption key is no…
68 …his could be because correct encryption management plugin is not loaded, used encryption key is no…
[all …]
/dports/www/grafana8/grafana-8.3.6/docs/sources/administration/
H A Denvelope-encryption.md2 title = "Envelope encryption"
3 description = "Envelope encryption"
4 keywords = ["grafana", "envelope encryption", "documentation"]
9 # Envelope encryption
11 In Grafana, you can choose to use envelope encryption. Instead of
13 called data encryption keys (DEKs) to encrypt them. These data
14 encryption keys are themselves encrypted with a single key encryption
17 To turn on envelope encryption, add the term `envelopeEncryption` to the list of feature toggles in…
19encryption once you have turned it on, and back up your database before turning it on for the firs…
21 Refer to [Database encryption]({{< relref "../administration/database-encryption.md" >}}) to learn …
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/encryption/r/
H A Dupgrade.result6 # encryption and not general tablespace encryption. We upgrade from
9 # encryption and not general tablespace encryption. We upgrade from
12 # encryption and general tablespace encryption. We upgrade from
58 26 ts0 encryption=N;
59 27 ts1 encryption=N;
120 7 ts0 encryption=N;
121 8 ts1 encryption=N;
181 7 ts0 encryption=N;
182 8 ts1 encryption=N;
183 9 ts2 encryption=n;
[all …]
/dports/textproc/py-pikepdf/pikepdf-2.16.1/tests/
H A Dtest_encrypt.py63 trivial.save(outpdf, encryption=dict(user='foo'))
67 trivial.save(outpdf, encryption=dict(R=6))
88 assert pdf.encryption.user_password == b'bar'
89 assert pdf.encryption.bits == 128
90 assert pdf.encryption.R == 4
91 assert pdf.encryption.V == 4
92 assert pdf.encryption.P == -3392
116 encryption=pikepdf.Encryption(
141 graph_encrypted.save(outpdf, encryption=False)
147 graph_encrypted.save(outpdf, encryption=True)
[all …]

12345678910>>...257