/external/ukey2/src/main/javatest/com/google/security/cryptauth/lib/securegcm/ |
D | KeyEncodingTest.java | 44 private Boolean isLegacy; field in KeyEncodingTest 50 isLegacy = PublicKeyProtoUtil.isLegacyCryptoRequired(); in setUp() 58 isLegacy = PublicKeyProtoUtil.isLegacyCryptoRequired(); in tearDown() 63 userKeyPair = isLegacy ? PublicKeyProtoUtil.generateRSA2048KeyPair() in setUserKeyPair() 68 if (isLegacy) { in testSimulateLegacyCrypto() 93 PrivateKey decodedSk = KeyEncoding.parseUserPrivateKey(encodedSk, isLegacy); in testUserPrivateKeyEncoding() 98 KeyPair clientKeyPair = EnrollmentCryptoOps.generateEnrollmentKeyAgreementKeyPair(isLegacy); in testKeyAgreementPublicKeyEncoding() 106 KeyPair clientKeyPair = EnrollmentCryptoOps.generateEnrollmentKeyAgreementKeyPair(isLegacy); in testKeyAgreementPrivateKeyEncoding() 109 PrivateKey decodedSk = KeyEncoding.parseKeyAgreementPrivateKey(encodedSk, isLegacy); in testKeyAgreementPrivateKeyEncoding() 119 isLegacy = true; in testEncodingsWithForcedLegacy()
|
D | EnrollmentCryptoOpsTest.java | 55 boolean isLegacy = KeyEncoding.isLegacyCryptoRequired(); in testSimulatedEnrollment() 59 EnrollmentCryptoOps.generateEnrollmentKeyAgreementKeyPair(isLegacy); in testSimulatedEnrollment() 68 EnrollmentCryptoOps.generateEnrollmentKeyAgreementKeyPair(isLegacy); in testSimulatedEnrollment() 77 KeyPair userKeyPair = isLegacy ? PublicKeyProtoUtil.generateRSA2048KeyPair() in testSimulatedEnrollment() 90 KeyEncoding.parseKeyAgreementPrivateKey(savedServerPrivateKey, isLegacy), in testSimulatedEnrollment() 96 enrollmentMessage, serverMasterKey, isLegacy); in testSimulatedEnrollment()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | FallbackIteratorDataGenerator.java | 24 final boolean isLegacy = type.equals("legacy"); in main() 26 final String canonicalizationFormat = isLegacy ? "\t\t\"%s;%s\"," in main() 45 if (isLegacy) { in main() 61 if (!isLegacy) { in main()
|
D | CheckLangTagBNF.java | 288 + (ltp.isLegacy() ? " (legacy)" : "")); in checkParse()
|
/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/ |
D | KeyEncoding.java | 65 public static PrivateKey parseUserPrivateKey(byte[] encodedPrivateKey, boolean isLegacy) in parseUserPrivateKey() argument 68 if (isLegacy) { in parseUserPrivateKey() 99 public static PrivateKey parseKeyAgreementPrivateKey(byte[] keyBytes, boolean isLegacy) in parseKeyAgreementPrivateKey() argument 101 if (isLegacy) { in parseKeyAgreementPrivateKey()
|
D | EnrollmentCryptoOps.java | 107 public static KeyPair generateEnrollmentKeyAgreementKeyPair(boolean isLegacy) { in generateEnrollmentKeyAgreementKeyPair() argument 108 if (isLegacy) { in generateEnrollmentKeyAgreementKeyPair() 178 byte[] enrollmentMessage, SecretKey masterKey, boolean isLegacy) in decryptEnrollmentMessage() argument 199 SigType sigType = isLegacy ? LEGACY_INNER_SIG_TYPE : INNER_SIG_TYPE; in decryptEnrollmentMessage()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUPALMetadata.cpp | 174 if (!isLegacy()) { in setRegister() 188 if (isLegacy()) in setEntryPoint() 199 if (isLegacy()) { in setNumUsedVgprs() 215 if (isLegacy()) { in setNumUsedSgprs() 229 if (isLegacy()) { in setScratchSize() 550 if (isLegacy()) { in toString() 705 return isLegacy() ? ElfNote::NoteNameV2 : ElfNote::NoteNameV3; in getVendor() 717 bool AMDGPUPALMetadata::isLegacy() const { in isLegacy() function in AMDGPUPALMetadata
|
D | AMDGPUPALMetadata.h | 115 bool isLegacy() const;
|
/external/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUPALMetadata.cpp | 177 if (!isLegacy()) { in setRegister() 191 if (isLegacy()) in setEntryPoint() 202 if (isLegacy()) { in setNumUsedVgprs() 218 if (isLegacy()) { in setNumUsedSgprs() 232 if (isLegacy()) { in setScratchSize() 611 if (isLegacy()) { in toString() 786 return isLegacy() ? ElfNote::NoteNameV2 : ElfNote::NoteNameV3; in getVendor() 798 bool AMDGPUPALMetadata::isLegacy() const { in isLegacy() function in AMDGPUPALMetadata
|
D | AMDGPUPALMetadata.h | 119 bool isLegacy() const;
|
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/ |
D | RobolectricTestRunner.java | 234 boolean isLegacy = roboMethod.isLegacy(); in configureSandbox() 237 roboMethod.parallelUniverseInterface.setResourcesMode(isLegacy); in configureSandbox() 339 createClassLoaderConfig(method), sdkConfig, roboMethod.isLegacy(), getJarResolver()); in getSandbox() 667 public boolean isLegacy() {
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
D | LanguageTag.java | 132 boolean isLegacy = false; in parse() 149 isLegacy = true; in parse() 168 if (isLegacy) { in parse()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | LanguageTag.java | 128 boolean isLegacy = false; in parse() 145 isLegacy = true; in parse() 164 if (isLegacy) { in parse()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | LanguageTagParser.java | 96 public boolean isLegacy() { in isLegacy() method in LanguageTagParser
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 92811 int isLegacy; 92813 isLegacy = (db->flags & SQLITE_LegacyAlter); 92828 if( isLegacy==0 ) db->flags &= ~(u64)SQLITE_LegacyAlter; 107363 int isLegacy = (db->flags & SQLITE_LegacyAlter); 107368 if( isLegacy==0 ){ 107386 if( isLegacy==0 || (db->flags & SQLITE_ForeignKeys) ){ 107401 if( isLegacy==0 ){ 107411 if( isLegacy==0 ){ 107426 if( isLegacy==0 ){ 107491 int isLegacy = (db->flags & SQLITE_LegacyAlter); [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 92593 int isLegacy; 92595 isLegacy = (db->flags & SQLITE_LegacyAlter); 92610 if( isLegacy==0 ) db->flags &= ~(u64)SQLITE_LegacyAlter; 107119 int isLegacy = (db->flags & SQLITE_LegacyAlter); 107124 if( isLegacy==0 ){ 107142 if( isLegacy==0 || (db->flags & SQLITE_ForeignKeys) ){ 107157 if( isLegacy==0 ){ 107167 if( isLegacy==0 ){ 107182 if( isLegacy==0 ){ 107247 int isLegacy = (db->flags & SQLITE_LegacyAlter); [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 92609 int isLegacy; 92611 isLegacy = (db->flags & SQLITE_LegacyAlter); 92626 if( isLegacy==0 ) db->flags &= ~(u64)SQLITE_LegacyAlter; 107135 int isLegacy = (db->flags & SQLITE_LegacyAlter); 107140 if( isLegacy==0 ){ 107158 if( isLegacy==0 || (db->flags & SQLITE_ForeignKeys) ){ 107173 if( isLegacy==0 ){ 107183 if( isLegacy==0 ){ 107198 if( isLegacy==0 ){ 107263 int isLegacy = (db->flags & SQLITE_LegacyAlter); [all …]
|