Home
last modified time | relevance | path

Searched refs:decryption (Results 1 – 25 of 51) sorted by relevance

123

/external/boringssl/src/third_party/wycheproof_testvectors/
Daes_cbc_pkcs5_test.txt211 # checking the padding during decryption.
222 # checking the padding during decryption.
233 # checking the padding during decryption.
244 # checking the padding during decryption.
255 # checking the padding during decryption.
266 # checking the padding during decryption.
277 # checking the padding during decryption.
288 # checking the padding during decryption.
299 # checking the padding during decryption.
310 # checking the padding during decryption.
[all …]
/external/scapy/test/
Dipsec.uts41 * after decryption the original packet payload should be unaltered
74 * after decryption the original packet payload should be unaltered
126 * after decryption the original packet payload should be unaltered
177 * after decryption the original packet payload should be unaltered
229 * after decryption original packet should be preserved
280 * after decryption original packet should be preserved
331 * after decryption original packet should be preserved
387 * after decryption the original packet payload should be unaltered
422 * after decryption the original packet payload should be unaltered
457 * after decryption the original packet payload should be unaltered
[all …]
/external/autotest/server/cros/chaos_lib/
Dchaos_capture_analyzer.py16 def get_output(self, display_filter=None, summaries=True, decryption=None): argument
32 decryption_key=decryption,
127 def get_filtered_packets(self, ap, dut, summaries, decryption): argument
142 decryption=decryption)
669 decryption = 'chromeos:%s' % ssid
672 bssids, dut_mac, False, decryption)
678 bssids, dut_mac, True, decryption)
/external/boringssl/ios-arm/crypto/fipsmodule/
Dvpaes-armv7.S235 Lk_dipt:@ decryption input transform
238 Lk_dsbo:@ decryption sbox final output
241 Lk_dsb9:@ decryption sbox output *9*u, *9*t
244 Lk_dsbd:@ decryption sbox output *D*u, *D*t
247 Lk_dsbb:@ decryption sbox output *B*u, *B*t
250 Lk_dsbe:@ decryption sbox output *E*u, *E*t
276 @ because decryption doesn't use those constants. The values are
466 Lk_dksd:@ decryption key schedule: invskew x*D
469 Lk_dksb:@ decryption key schedule: invskew x*B
472 Lk_dkse:@ decryption key schedule: invskew x*E + 0x63
[all …]
/external/python/cryptography/docs/
Dglossary.rst17 decryption
26 Cryptographic operations where encryption and decryption use the same
31 Cryptographic operations where encryption and decryption use different
32 keys. There are separate encryption and decryption keys. Typically
78 operations such as encryption, decryption, signing, and verification,
/external/boringssl/linux-arm/crypto/fipsmodule/
Dvpaes-armv7.S230 .Lk_dipt:@ decryption input transform
233 .Lk_dsbo:@ decryption sbox final output
236 .Lk_dsb9:@ decryption sbox output *9*u, *9*t
239 .Lk_dsbd:@ decryption sbox output *D*u, *D*t
242 .Lk_dsbb:@ decryption sbox output *B*u, *B*t
245 .Lk_dsbe:@ decryption sbox output *E*u, *E*t
269 @ because decryption doesn't use those constants. The values are
457 .Lk_dksd:@ decryption key schedule: invskew x*D
460 .Lk_dksb:@ decryption key schedule: invskew x*B
463 .Lk_dkse:@ decryption key schedule: invskew x*E + 0x63
[all …]
/external/python/rsa/doc/
Dindex.rst10 encryption and decryption, signing and verifying signatures, and key
29 you'll leak information about the reason why decryption or
Dintro.rst13 encryption, decryption, signing and verification using those large
Dcompatibility.rst46 Encryption and decryption is also compatible::
Dusage.rst19 the private key, hence it's also called the *decryption key*.
94 Encryption and decryption
/external/python/rsa/
DMETADATA2 description: "Python-RSA is a pure-Python RSA implementation. It supports encryption and decryption
DREADME.md10 encryption and decryption, signing and verifying signatures, and key
DCHANGELOG.txt150 - Added random-padded encryption and decryption using PKCS#1 version 1.5
/external/python/cryptography/vectors/cryptography_vectors/asymmetric/RSA/pkcs-1v2-1d2-vec/
Dreadme.txt13 encryption and RSA decryption with CRT.
Doaep-int.txt11 This file also contains a demonstration of the RSADP decryption
127 # CRT decryption of a ciphertext
Dpss-int.txt116 # Signature, the RSA decryption of EM:
/external/u-boot/board/xilinx/zynq/
DKconfig14 bool "Enable zynq aes command for decryption of encrypted images"
/external/wycheproof/doc/
Dindex.md25 failures during decryption should not contain information about the
26 reason why a decryption failed.
/external/openssh/
DPROTOCOL.chacha20poly130551 as a decryption oracle can learn nothing about the payload contents or
72 before decryption. A per-packet Poly1305 key is generated as described
DPROTOCOL.key52 to both checkint fields so successful decryption can be
DOVERVIEW48 RSA key generation, encryption, decryption
/external/u-boot/lib/crypto/
DKconfig6 as encryption, decryption, signature generation and signature
/external/python/cryptography/vectors/cryptography_vectors/keywrap/kwtestvectors/
DReadme.txt9 …authenticated decryption of ciphertext that has been *encrypted using AES inverse cipher function*)
/external/python/cryptography/docs/hazmat/primitives/
Dsymmetric-encryption.rst375 until decryption is complete.
408 :param bytes tag: The tag bytes to verify during decryption. When
449 # it must also be passed in on decryption.
634 it is an encryption or decryption context it will additionally be an
688 :param bytes tag: The tag bytes to verify after decryption.
821 decryption.
/external/ukey2/src/main/proto/
Dsecuremessage.proto51 // Identifies the decryption key

123