Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 44 for 512g (0.81 sec)

  1. src/crypto/sha512/sha512block_s390x.s

    #include "textflag.h"
    
    // func block(dig *digest, p []byte)
    TEXT ·block(SB), NOSPLIT|NOFRAME, $0-32
    	MOVBZ  ·useAsm(SB), R4
    	LMG    dig+0(FP), R1, R3            // R2 = &p[0], R3 = len(p)
    	MOVBZ  $3, R0                       // SHA-512 function code
    	CMPBEQ R4, $0, generic
    
    loop:
    	KIMD R0, R2      // compute intermediate message digest (KIMD)
    	BVS  loop        // continue if interrupted
    	RET
    
    generic:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 610 bytes
    - Viewed (0)
  2. docs/ftp/README.md

    reached the end of their useful life.
    
    Valid values: 
    
    ```
    ******@****.***
    hmac-sha2-512******@****.***
    hmac-sha2-256
    hmac-sha2-512
    hmac-sha1
    hmac-sha1-96
    ```
    
    ### Certificate-based authentication
    
    `--sftp=trusted-user-ca-key=...` specifies a file containing public key of certificate authority that is trusted
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue May 07 06:41:25 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  3. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/fixture/TestNGCoverage.groovy

        private static final String FIXED_BROKEN_PRESERVE_ORDER = '6.9.4'  // Fixes cbeust/testng#639 for preserve-order
    
        private static final Set<String> VERSIONS = [
            '5.12.1', // Newest version without TestNG#setConfigFailurePolicy method (Added in 5.13)
            FIXED_ILLEGAL_ACCESS,
            BEFORE_BROKEN_PRESERVE_ORDER,
            FIXED_BROKEN_PRESERVE_ORDER,
            BROKEN_ICLASS_LISTENER,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 4K bytes
    - Viewed (0)
  4. src/runtime/iface_test.go

    	zerostr  string = ""
    	zerostrI Tstr   = ""
    	nzstr    string = "abc"
    
    	zeroslice  []byte = nil
    	zerosliceI Tslice = nil
    	nzslice    []byte = []byte("abc")
    
    	zerobig [512]byte
    	nzbig   [512]byte = [512]byte{511: 1}
    )
    
    func BenchmarkConvT2Ezero(b *testing.B) {
    	b.Run("zero", func(b *testing.B) {
    		b.Run("16", func(b *testing.B) {
    			for i := 0; i < b.N; i++ {
    				e = zero16
    			}
    		})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 7.5K bytes
    - Viewed (0)
  5. src/reflect/benchmark_test.go

    		ArrayInt_1024_NoZero [1024]int
    		Struct4Int           Int4
    		ArrayStruct4Int_1024 [256]Int4
    		ArrayChanInt_1024    [1024]chan int
    		StructInt_512        Int512
    	}{}
    	s.ArrayInt_1024_NoZero[512] = 1
    	source := ValueOf(s)
    
    	for i := 0; i < source.NumField(); i++ {
    		name := source.Type().Field(i).Name
    		value := source.Field(i)
    		b.Run(name, func(b *testing.B) {
    			for i := 0; i < b.N; i++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Nov 19 17:09:03 UTC 2023
    - 8.8K bytes
    - Viewed (0)
  6. subprojects/core/src/main/java/org/gradle/internal/hash/DefaultChecksumService.java

                case "sha-1":
                    return sha1(src);
                case "sha256":
                case "sha-256":
                    return sha256(src);
                case "sha512":
                case "sha-512":
                    return sha512(src);
            }
            throw new UnsupportedOperationException("Cannot hash with algorith " + algorithm);
        }
    
        private HashCode doHash(File file, CachingFileHasher hasher) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Jun 04 22:23:37 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  7. pkg/env/var_test.go

    	}
    
    	v = ev.Get()
    	if v != 789*time.Second {
    		t.Errorf("Expected 789 seconds, got %v", v)
    	}
    }
    
    func TestDesc(t *testing.T) {
    	reset()
    
    	_ = RegisterDurationVar(testVar+"5", 123*time.Second, "A duration")
    	_ = RegisterStringVar(testVar+"1", "123", "A string")
    	_ = RegisterIntVar(testVar+"2", 456, "An int")
    	_ = RegisterBoolVar(testVar+"3", true, "A bool")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 08 16:43:05 UTC 2023
    - 8.1K bytes
    - Viewed (0)
  8. src/main/java/jcifs/internal/smb2/nego/PreauthIntegrityNegotiateContext.java

        /**
         * Context type
         */
        public static final int NEGO_CTX_PREAUTH_TYPE = 0x1;
    
        /**
         * SHA-512
         */
        public static final int HASH_ALGO_SHA512 = 0x1;
    
        private int[] hashAlgos;
        private byte[] salt;
    
    
        /**
         * 
         * @param config
         * @param hashAlgos
         * @param salt
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 3.8K bytes
    - Viewed (0)
  9. src/runtime/preempt_arm64.s

    	LDP 88(RSP), (R10, R11)
    	LDP 72(RSP), (R8, R9)
    	LDP 56(RSP), (R6, R7)
    	LDP 40(RSP), (R4, R5)
    	LDP 24(RSP), (R2, R3)
    	LDP 8(RSP), (R0, R1)
    	MOVD 496(RSP), R30
    	MOVD -8(RSP), R29
    	MOVD (RSP), R27
    	ADD $512, RSP
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 03 01:58:56 UTC 2022
    - 2K bytes
    - Viewed (0)
  10. src/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedAndECDSAGiven

    00000220  fb 33 24 a1 b3 0a 7c 0f  00 e6 1a 06 2b 9f 1e 1f  |.3$...|.....+...|
    00000230  cc b8 b2 80 90 e7 86 20  32 40 06 ac 1b b0 41 b7  |....... 2@....A.|
    00000240  0d 9c 4c 41 90 01 0b 7a  7e b2 b2 46 39 dc 51 25  |..LA...z~..F9.Q%|
    00000250  98 e0 b9 ec 36 fc 08 64  f0 51 2a 41 e1 e5 61 3d  |....6..d.Q*A..a=|
    00000260  fc 07 c1 9b 1f 6f 48 d4  1f 46 bf 14 e6 92 61 1a  |.....oH..F....a.|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:13:30 UTC 2023
    - 9.5K bytes
    - Viewed (0)
Back to top