| /expo/packages/expo-updates/ios/EXUpdates/ASN1Decoder/ |
| H A D | X509ExtensionClasses.swift | 69 let subs = valueAsBlock.sub(0)?.sub ?? [] 72 guard var oidData = sub.sub(0)?.rawValue, 73 let nameBlock = sub.sub(1) else { 98 guard let sequence = valueAsBlock?.sub(0)?.sub else { 108 guard let sequence = valueAsBlock?.sub(0)?.sub else { 118 guard let sequence = valueAsBlock?.sub(0)?.sub else { 146 let subs = valueAsBlock.sub(0)?.sub ?? [] 150 var data = sub.sub(0)?.rawValue, 155 if let subQualifiers = sub.sub(1) { 158 let value = sub.sub(1)?.asString [all …]
|
| H A D | PKCS7.swift | 34 let mainBlock = firstBlock.sub(1)?.sub(0) else { 40 guard firstBlock.sub(0)?.value as? String == OID.pkcs7signedData.rawValue else { 46 if let block = mainBlock.sub(1) { 57 return mainBlock.sub(3)?.sub?.first.map { try? X509Certificate(asn1: $0) } ?? nil 61 return mainBlock.sub(3)?.sub?.compactMap { try? X509Certificate(asn1: $0) } ?? [] 66 if let dataBlock = block.parent?.sub?.last { 73 for sub in dataBlock.sub ?? [] { 74 if let value = sub.value as? Data { 76 } else if sub.value is String, let rawValue = sub.rawValue { 79 for sub2 in sub.sub ?? [] {
|
| H A D | ASN1Object.swift | 37 var sub: [ASN1Object]? variable 41 public func sub(_ index: Int) -> ASN1Object? { in sub() function 42 if let sub = self.sub, index >= 0, index < sub.count { in sub() variable 43 return sub[index] in sub() 49 return sub?.count ?? 0 in subCount() 57 for child in sub ?? [] { in findOid() 80 for item in sub ?? [] { 98 output.append(sub != nil && sub!.count > 0 ? " {": "") in printAsn1() 100 for item in sub ?? [] { in printAsn1() 103 output.append(sub != nil && sub!.count > 0 ? insets + "}\n": "") in printAsn1()
|
| H A D | PKCS7_Signature.swift | 31 guard let signerInfos = mainBlock.sub(4) else {return nil} 38 guard let signatureInfoasn1 = signerInfos.sub(i) else {continue} 75 let value = digestAlgorithmIdentifier?.sub(0)?.value as? String ?? "" 86 let value = signatureAlgorithm?.sub(0)?.value as? String ?? "" 91 version = asn1.sub(0) 92 signerIdentifier = asn1.sub(1) 93 digestAlgorithmIdentifier = asn1.sub(2) 94 let sub3 = asn1.sub(3) 99 signatureAlgorithm = asn1.sub(4) 100 signature = asn1.sub(5) [all …]
|
| H A D | X509Extension.swift | 36 return block.sub(0)?.value as? String 44 if block.sub?.count ?? 0 > 2 { 45 return block.sub(1)?.value as? Bool ?? false 51 if let valueBlock = block.sub?.last { 58 return block.sub?.last 63 for item in block.sub?.last?.sub?.last?.sub ?? [] {
|
| H A D | X509Certificate.swift | 114 for sub in subjectBlock.sub ?? [] { 152 for sub in subjectBlock.sub ?? [] { 164 for sub in subjectBlock.sub ?? [] { in subject() 210 return block1.sub(2)?.sub(0)?.value as? String 237 let data = oidBlock.parent?.sub?.last?.sub(0)?.value as? Data 287 return block1[X509BlockPosition.extensions]?.sub(0)?.sub 343 if let sub = block.sub?.first { in firstLeafValue() variable 351 guard let sub = sub else { return nil } variable 352 if sub.count <= 6 { 354 return sub[index.rawValue-1] [all …]
|
| H A D | PKCS7_AppleReceipt.swift | 81 guard var receiptBlock = block.parent?.sub?.last?.sub(0)?.sub(0) else { return nil } in receipt() 85 receiptBlock = receiptBlock.sub(0)! in receipt() 88 for item in receiptBlock.sub ?? [] { in receipt() 89 let fieldType = (item.sub(0)?.value as? Data)?.uint64Value ?? 0 in receipt() 90 let fieldValueString = item.sub(2)?.asString in receipt() 94 receiptInfo.bundleIdentifierData = item.sub(2)?.rawValue in receipt() 100 receiptInfo.opaqueValue = item.sub(2)?.rawValue in receipt() 103 receiptInfo.sha1 = item.sub(2)?.rawValue in receipt() 119 let subItems = item.sub(2)?.sub?.first?.sub ?? [] in receipt() 135 let fieldType = (subItem.sub(0)?.value as? Data)?.uint64Value ?? 0 in inAppPurchase() [all …]
|
| H A D | X509PublicKey.swift | 36 return pkBlock.sub(0)?.sub(0)?.value as? String 44 return pkBlock.sub(0)?.sub(1)?.value as? String 55 let keyData = pkBlock.sub(1)?.value as? Data else { 67 guard let publicKeyModulus = publicKeyAsn1Objects.first?.sub(0)?.value as? Data else {
|
| H A D | X509ExtensionAltName.swift | 45 for item in block.sub?.last?.sub?.last?.sub ?? [] { 60 if let name = item.sub?.last?.sub?.last?.value as? String { in generalName() 68 if let sequence = item.sub(0) { in generalName()
|
| H A D | ASN1DistinguishedNames.swift | 59 for sub in block.sub ?? [] { in string() 60 if let subOid = sub.sub(0)?.sub(0), subOid.identifier?.tagNumber() == .objectIdentifier, in string() 61 … let oidString = subOid.value as? String, let value = sub.sub(0)?.sub(1)?.value as? String { in string()
|
| H A D | ASN1Decoder.swift | 49 asn1obj.sub = try parse(iterator: &iterator) in parse() 52 asn1obj.sub = try parse(iterator: &subIterator) in parse() 59 for item in asn1obj.sub! { in parse() 130 asn1obj.sub = try parse(iterator: &subIterator) in parse()
|
| /expo/tools/src/versioning/android/android-manifest-merger/ |
| H A D | build.gradle | 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Profiler/ |
| H A D | ABI49_0_0RCTProfileTrampoline-arm64.S | 30 sub sp, sp, #(10*8 + 8*16) 97 sub sp, sp, #0x20
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Profiler/ |
| H A D | ABI48_0_0RCTProfileTrampoline-arm64.S | 30 sub sp, sp, #(10*8 + 8*16) 97 sub sp, sp, #0x20
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Profiler/ |
| H A D | ABI47_0_0RCTProfileTrampoline-arm64.S | 30 sub sp, sp, #(10*8 + 8*16) 97 sub sp, sp, #0x20
|
| /expo/packages/expo-screen-orientation/build/ |
| H A D | ScreenOrientation.js | 233 …_orientationChangeSubscribers = _orientationChangeSubscribers.filter((sub) => sub !== subscription…
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/base/ |
| H A D | JsiDependencyManager.h | 147 for (auto &sub : nodeSub.second) { in JSI_HOST_FUNCTION() 148 if (uniqueValues.count(sub.first) == 0) { in JSI_HOST_FUNCTION() 149 uniqueValues.emplace(sub.first); in JSI_HOST_FUNCTION()
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/base/ |
| H A D | JsiDependencyManager.h | 147 for (auto &sub : nodeSub.second) { in JSI_HOST_FUNCTION() 148 if (uniqueValues.count(sub.first) == 0) { in JSI_HOST_FUNCTION() 149 uniqueValues.emplace(sub.first); in JSI_HOST_FUNCTION()
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/dom/base/ |
| H A D | JsiDependencyManager.h | 145 for (auto &sub : nodeSub.second) { in JSI_HOST_FUNCTION() 146 if (uniqueValues.count(sub.first) == 0) { in JSI_HOST_FUNCTION() 147 uniqueValues.emplace(sub.first); in JSI_HOST_FUNCTION()
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/base/ |
| H A D | JsiDependencyManager.h | 147 for (auto &sub : nodeSub.second) { in JSI_HOST_FUNCTION() 148 if (uniqueValues.count(sub.first) == 0) { in JSI_HOST_FUNCTION() 149 uniqueValues.emplace(sub.first); in JSI_HOST_FUNCTION()
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/dom/base/ |
| H A D | JsiDependencyManager.h | 145 for (auto &sub : nodeSub.second) { in JSI_HOST_FUNCTION() 146 if (uniqueValues.count(sub.first) == 0) { in JSI_HOST_FUNCTION() 147 uniqueValues.emplace(sub.first); in JSI_HOST_FUNCTION()
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/base/ |
| H A D | JsiDependencyManager.h | 147 for (auto &sub : nodeSub.second) { in JSI_HOST_FUNCTION() 148 if (uniqueValues.count(sub.first) == 0) { in JSI_HOST_FUNCTION() 149 uniqueValues.emplace(sub.first); in JSI_HOST_FUNCTION()
|
| /expo/packages/expo-screen-orientation/src/ |
| H A D | ScreenOrientation.ts | 285 (sub) => sub !== subscription
|
| /expo/templates/expo-template-tv/android/ |
| H A D | build.gradle | 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
|
| /expo/templates/expo-template-bare-minimum/android/ |
| H A D | build.gradle | 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
|