Home
last modified time | relevance | path

Searched defs:newContents (Results 1 – 25 of 126) sorted by relevance

123456

/dports/net-im/zkgroup/zkgroup-0.7.4/ffi/swift/Sources/ZKGroup/
H A DClientZkGroupCipher.swift15 var newContents: [UInt8] = Array(repeating: 0, count: UuidCiphertext.SIZE) in encryptUuid() variable
32 var newContents: [UInt8] = Array(repeating: 0, count: ZKGUuid.SIZE) in decryptUuid() variable
52 var newContents: [UInt8] = Array(repeating: 0, count: ProfileKeyCiphertext.SIZE) in encryptProfileKey() variable
69 var newContents: [UInt8] = Array(repeating: 0, count: ProfileKey.SIZE) in decryptProfileKey() variable
101 var newContents: [UInt8] = Array(repeating: 0, count: Int(paddedPlaintext.count+29)) in encryptBlob() variable
116 var newContents: [UInt8] = Array(repeating: 0, count: Int(blobCiphertext.count-29)) in decryptBlob() variable
H A DGroupSecretParams.swift27 var newContents: [UInt8] = Array(repeating: 0, count: GroupSecretParams.SIZE) in generate() variable
43 var newContents: [UInt8] = Array(repeating: 0, count: GroupSecretParams.SIZE) in deriveFromMasterKey() variable
74 var newContents: [UInt8] = Array(repeating: 0, count: GroupMasterKey.SIZE) in getMasterKey() variable
91 var newContents: [UInt8] = Array(repeating: 0, count: GroupPublicParams.SIZE) in getPublicParams() variable
H A DClientZkProfileOperations.swift25 var newContents: [UInt8] = Array(repeating: 0, count: ProfileKeyCredentialRequestContext.SIZE) in createProfileKeyCredentialRequestContext() variable
42 var newContents: [UInt8] = Array(repeating: 0, count: ProfileKeyCredential.SIZE) in receiveProfileKeyCredential() variable
72 var newContents: [UInt8] = Array(repeating: 0, count: ProfileKeyCredentialPresentation.SIZE) in createProfileKeyCredentialPresentation() variable
H A DServerSecretParams.swift27 var newContents: [UInt8] = Array(repeating: 0, count: ServerSecretParams.SIZE) in generate() variable
58 var newContents: [UInt8] = Array(repeating: 0, count: Int(ServerPublicParams.SIZE)) in getPublicParams() variable
80 var newContents: [UInt8] = Array(repeating: 0, count: NotarySignature.SIZE) in sign() variable
H A DProfileKey.swift22 var newContents: [UInt8] = Array(repeating: 0, count: ProfileKeyCommitment.SIZE) in getCommitment() variable
42 var newContents: [UInt8] = Array(repeating: 0, count: ProfileKeyVersion.SIZE) in getProfileKeyVersion() variable
H A DProfileKeyCredentialPresentation.swift32 var newContents: [UInt8] = Array(repeating: 0, count: UuidCiphertext.SIZE) in getUuidCiphertext() variable
49 var newContents: [UInt8] = Array(repeating: 0, count: ProfileKeyCiphertext.SIZE) in getProfileKeyCiphertext() variable
H A DClientZkAuthOperations.swift15 var newContents: [UInt8] = Array(repeating: 0, count: AuthCredential.SIZE) in receiveAuthCredential() variable
45 var newContents: [UInt8] = Array(repeating: 0, count: AuthCredentialPresentation.SIZE) in createAuthCredentialPresentation() variable
H A DAuthCredentialPresentation.swift32 var newContents: [UInt8] = Array(repeating: 0, count: UuidCiphertext.SIZE) in getUuidCiphertext() variable
49 var newContents: [UInt8] = Array(repeating: 0, count: Int(4)) in getRedemptionTime() variable
H A DGroupPublicParams.swift32 var newContents: [UInt8] = Array(repeating: 0, count: GroupIdentifier.SIZE) in getGroupIdentifier() variable
H A DProfileKeyCredentialRequestContext.swift32 var newContents: [UInt8] = Array(repeating: 0, count: ProfileKeyCredentialRequest.SIZE) in getRequest() variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/
H A DHierarchyOnWorkingCopiesTests.java53 String newContents = in testSimpleSubTypeHierarchy() local
87 String newContents = in testSimpleSuperTypeHierarchy() local
123 String newContents = in test228845() local
188 String newContents = in test228845b() local
220 String newContents = in test400905() local
263 String newContents = in test400905a() local
312 String newContents = in test400905b() local
376 String newContents = in test429435() local
446 String newContents = in test429537() local
H A DWorkingCopyNotInClasspathTests.java72 String newContents = in testCommitWorkingCopy1() local
289 String newContents = in testReconcileAndCommit1() local
327 String newContents = in testReconcileAndCommit2() local
365 String newContents = in testReconcileAndCommit3() local
403 String newContents = in testReconcileAndCommit4() local
443 String newContents = in testReconcileAndCommit5() local
/dports/net-im/zkgroup/zkgroup-0.7.4/ffi/node/zkgroup/groups/
H A DClientZkGroupCipher.ts28 const newContents = new FFICompatArray(UuidCiphertext.SIZE); constant
43 const newContents = new FFICompatArray(UUID_LENGTH); constant
61 const newContents = new FFICompatArray(ProfileKeyCiphertext.SIZE); constant
77 const newContents = new FFICompatArray(ProfileKey.SIZE); constant
110 const newContents = FFICompatArray(paddedPlaintext.length+29); constant
124 const newContents = new FFICompatArray(blobCiphertext.length-29); constant
H A DGroupSecretParams.ts29 const newContents = new FFICompatArray(GroupSecretParams.SIZE); constant
41 const newContents = new FFICompatArray(GroupSecretParams.SIZE); constant
69 const newContents = new FFICompatArray(GroupMasterKey.SIZE); constant
81 const newContents = new FFICompatArray(GroupPublicParams.SIZE); constant
H A DGroupPublicParams.ts32 const newContents = new FFICompatArray(GroupIdentifier.SIZE); constant
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/
H A DStructureXMLModelTestCase.java115 String newContents = fDocument.get(); in addExtension() local
137 assertEquals(fDocument.get(), newContents); in addExtension() local
163 String newContents = fDocument.get(); in addElement() local
179 assertEquals(fDocument.get(), newContents); in addElement() local
213 String newContents = fDocument.get(); in addAttributesToElement() local
239 assertEquals(fDocument.get(), newContents); in addAttributesToElement() local
273 String newContents = fDocument.get(); in breakOpenElement() local
298 assertEquals(fDocument.get(), newContents); in breakOpenElement() local
/dports/net-im/zkgroup/zkgroup-0.7.4/ffi/node/zkgroup/
H A DServerSecretParams.ts24 const newContents = new FFICompatArray(ServerSecretParams.SIZE); constant
58 const newContents = FFICompatArray(ServerPublicParams.SIZE); constant
76 const newContents = new FFICompatArray(NotarySignature.SIZE); constant
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/
H A DIndexNamesRegistry.java50 public void write(char[][] newContents) { in write()
62 char[][] newContents; in read() local
93 char[][] newContents; in save() local
/dports/net-im/zkgroup/zkgroup-0.7.4/ffi/node/zkgroup/profiles/
H A DClientZkProfileOperations.ts40 const newContents = new FFICompatArray(ProfileKeyCredentialRequestContext.SIZE); constant
56 const newContents = new FFICompatArray(ProfileKeyCredential.SIZE); constant
81 const newContents = new FFICompatArray(ProfileKeyCredentialPresentation.SIZE); constant
H A DProfileKeyCredentialPresentation.ts31 const newContents = new FFICompatArray(UuidCiphertext.SIZE); constant
43 const newContents = new FFICompatArray(ProfileKeyCiphertext.SIZE); constant
H A DProfileKey.ts22 const newContents = new FFICompatArray(ProfileKeyCommitment.SIZE); constant
35 const newContents = new FFICompatArray(ProfileKeyVersion.SIZE); constant
H A DProfileKeyCredentialRequestContext.ts31 const newContents = new FFICompatArray(ProfileKeyCredentialRequest.SIZE); constant
/dports/net-im/zkgroup/zkgroup-0.7.4/ffi/node/zkgroup/auth/
H A DAuthCredentialPresentation.ts30 const newContents = new FFICompatArray(UuidCiphertext.SIZE); constant
42 const newContents = new FFICompatArray(Buffer.alloc(4)); constant
H A DClientZkAuthOperations.ts30 const newContents = new FFICompatArray(AuthCredential.SIZE); constant
55 const newContents = new FFICompatArray(AuthCredentialPresentation.SIZE); constant
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/
H A DAbstractASTTests.java355 protected ASTNode buildAST(String newContents, ICompilationUnit cu) throws JavaModelException { in buildAST()
368 …protected ASTNode buildAST(String newContents, ICompilationUnit cu, boolean reportErrors) throws J… in buildAST()
372 …protected ASTNode buildAST(int JLSLevel, String newContents, ICompilationUnit cu, boolean reportEr… in buildAST()
377 …protected ASTNode buildAST(String newContents, ICompilationUnit cu, boolean reportErrors, boolean … in buildAST()
383 …protected ASTNode buildAST(String newContents, ICompilationUnit cu, boolean reportErrors, boolean … in buildAST()
389 …protected ASTNode buildAST(String newContents, ICompilationUnit cu, int flags) throws JavaModelExc… in buildAST()
395 …private ASTNode[] buildASTs(String newContents, ICompilationUnit cu, int flags) throws JavaModelEx… in buildASTs()
445 …protected ASTNode[] buildASTs(String newContents, ICompilationUnit cu, boolean reportErrors) throw… in buildASTs()
448 …protected ASTNode[] buildASTs(int JLSLevel, String newContents, ICompilationUnit cu, boolean repor… in buildASTs()
493 …protected ASTNode[] buildASTs(String newContents, ICompilationUnit cu, boolean reportErrors, boole… in buildASTs()

123456