Home
last modified time | relevance | path

Searched refs:ENCRYPTION (Results 1 – 9 of 9) sorted by relevance

/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
DEncryptedArchiveTest.java47 assertSame(UnsupportedZipFeatureException.Feature.ENCRYPTION, in testReadPasswordEncryptedEntryViaZipFile()
72 assertSame(UnsupportedZipFeatureException.Feature.ENCRYPTION, in testReadPasswordEncryptedEntryViaStream()
/external/ukey2/src/main/java/com/google/security/annotations/
DCryptoAnnotation.java55 public enum Purpose {ENCRYPTION, AUTHENTICATION, OBFUSCATION, enumConstant
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DUnsupportedZipFeatureException.java101 public static final Feature ENCRYPTION = new Feature("encryption"); field in UnsupportedZipFeatureException.Feature
DZipUtil.java348 .Feature.ENCRYPTION, ze); in checkRequestedFeatures()
/external/python/cryptography/docs/development/custom-vectors/rsa-oaep-sha2/
DVerifyRSAOAEPSHA2.java55 private static final String ENCRYPTION = "# Encryption:"; field in TestVectorLoader
224 if (!line.startsWith(ENCRYPTION)) in loadMessage()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DTokenTypes.java80 public static final int ENCRYPTION = START + 43; field
/external/oss-fuzz/projects/mysql-server/targets/
Dfuzz_initfile.dict152 ENCRYPTION="ENCRYPTION"
Dfuzz_docommand.dict152 ENCRYPTION="ENCRYPTION"
/external/python/cpython3/Lib/test/
Dcfgparser.2106 # ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation.