Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 193 for chains (0.11 sec)

  1. analysis/analysis-api-fir/tests-gen/org/jetbrains/kotlin/analysis/api/fir/test/cases/generated/cases/components/substitutorProvider/FirIdeNormalAnalysisSourceModuleCreateInheritanceTypeSubstitutorTestGenerated.java

      }
    
      @Test
      @TestMetadata("chain.kt")
      public void testChain() {
        runTest("analysis/analysis-api/testData/components/substitutorProvider/createInheritanceTypeSubstitutor/chain.kt");
      }
    
      @Test
      @TestMetadata("cycle.kt")
      public void testCycle() {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Feb 27 20:30:06 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  2. tests/integration/ambient/cacert_rotation_test.go

    				t.Errorf("failed to get initial workload secret: %v", err)
    			}
    
    			// Update CA with new intermediate cert
    			if err := cert.CreateCustomCASecret(t,
    				"ca-cert-alt-2.pem", "ca-key-alt-2.pem",
    				"cert-chain-alt-2.pem", "root-cert-alt.pem"); err != nil {
    				t.Errorf("failed to update CA secret: %v", err)
    			}
    
    			// perform one retry to handle race condition where ztunnel cert is refreshed before Istiod certificates are reloaded
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 03:28:36 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  3. src/crypto/internal/edwards25519/field/fe_amd64.s

    	// r4 += a3×b1
    	MOVQ 24(CX), AX
    	MULQ 8(BX)
    	ADDQ AX, R15
    	ADCQ DX, R14
    
    	// r4 += a4×b0
    	MOVQ 32(CX), AX
    	MULQ (BX)
    	ADDQ AX, R15
    	ADCQ DX, R14
    
    	// First reduction chain
    	MOVQ   $0x0007ffffffffffff, AX
    	SHLQ   $0x0d, DI, SI
    	SHLQ   $0x0d, R9, R8
    	SHLQ   $0x0d, R11, R10
    	SHLQ   $0x0d, R13, R12
    	SHLQ   $0x0d, R15, R14
    	ANDQ   AX, DI
    	IMUL3Q $0x13, R14, R14
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  4. src/crypto/internal/edwards25519/field/_asm/fe_amd64_asm.go

    	addMul64(r3, 19, l4, l4)
    
    	// r4 = = 2×l0×l4 + 2×l1×l3 + l2×l2
    	r4 := uint128{"r4", GP64(), GP64()}
    	mul64(r4, 2, l0, l4)
    	addMul64(r4, 2, l1, l3)
    	addMul64(r4, 1, l2, l2)
    
    	Comment("First reduction chain")
    	maskLow51Bits := GP64()
    	MOVQ(Imm((1<<51)-1), maskLow51Bits)
    	c0, r0lo := shiftRightBy51(&r0)
    	c1, r1lo := shiftRightBy51(&r1)
    	c2, r2lo := shiftRightBy51(&r2)
    	c3, r3lo := shiftRightBy51(&r3)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  5. security/pkg/nodeagent/test/mock/caserver.go

    	reject = s.rejectCSR
    	s.faultInjectLock.Unlock()
    	return reject
    }
    
    // SendEmptyCert force CA server send empty cert chain.
    func (s *CAServer) SendEmptyCert() {
    	s.faultInjectLock.Lock()
    	s.emptyCert = true
    	s.faultInjectLock.Unlock()
    	caServerLog.Info("force CA server to send empty cert chain")
    }
    
    func (s *CAServer) sendEmpty() bool {
    	var empty bool
    	s.faultInjectLock.Lock()
    	empty = s.emptyCert
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  6. tests/integration/security/cacert_rotation/main_test.go

    				"ca-cert-alt.pem", "ca-key-alt.pem",
    				"cert-chain-alt.pem", "root-cert-combined-2.pem"); err != nil {
    				t.Errorf("failed to update CA secret: %v", err)
    			}
    
    			lastUpdateTime = waitForWorkloadCertUpdate(t, from[0], istioCtl, lastUpdateTime)
    
    			// step 3: Remove the old root cert
    			if err := cert.CreateCustomCASecret(t,
    				"ca-cert-alt.pem", "ca-key-alt.pem",
    				"cert-chain-alt.pem", "root-cert-alt.pem"); err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/auth/chain/AuthenticationChain.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.auth.chain;
    
    import org.codelibs.fess.es.user.exentity.User;
    
    public interface AuthenticationChain {
    
        void update(User user);
    
        void delete(User user);
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 899 bytes
    - Viewed (0)
  8. tests/integration/security/ca_custom_root/secure_naming_test.go

    					}
    				})
    			}
    		})
    }
    
    func verifyCertificatesWithPluginCA(t framework.TestContext, certs []string) {
    	// Verify that the certificate chain length is as expected
    	if len(certs) != exampleCertChainLength {
    		t.Errorf("expect %v certs in the cert chain but getting %v certs",
    			exampleCertChainLength, len(certs))
    		return
    	}
    	var rootCert []byte
    	var err error
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  9. testing/performance/src/performanceTest/groovy/org/gradle/performance/regression/corefeature/ParallelDownloadsPerformanceTest.groovy

            @Override
            void init(FilterConfig filterConfig) throws ServletException {
    
            }
    
            @Override
            void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException {
                HttpServletRequest httpRequest = (HttpServletRequest) request
                def path = httpRequest.servletPath
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  10. platforms/core-configuration/declarative-dsl-core/src/main/kotlin/org/gradle/internal/declarativedsl/analysis/PropertyAccessResolver.kt

                    onProperty(ObjectOrigin.PropertyReference(receiverOrigin, property, propertyAccess))
                }
            }
    
            propertyAccess.asChainOrNull()?.let { chain ->
                schema.externalObjectsByFqName[chain.asFqName()]?.let { externalObject ->
                    onExternalObject(ObjectOrigin.External(externalObject, propertyAccess))
                }
            }
        }
    
        private
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 10:08:01 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top