Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for divtab (0.08 sec)

  1. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	DIVQ DX                                 // 48f7f2
    	DIVQ R11                                // 49f7f3
    	DIVB (BX)                               // f633
    	DIVB (R11)                              // 41f633
    	DIVB DL                                 // f6f2
    	DIVB R11                                // 41f6f3
    	DIVPD (BX), X2                          // 660f5e13
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (1)
  2. lib/fips140/v1.0.0.zip

    found in the LICENSE file. // Package ssh implements the SSH KDF as specified in RFC 4253, // Section 7.2 and allowed by SP 800-135 Revision 1. package ssh import ( "crypto/internal/fips140" _ "crypto/internal/fips140/check" ) type Direction struct { ivTag []byte keyTag []byte macKeyTag []byte } var ServerKeys, ClientKeys Direction func init() { ServerKeys = Direction{[]byte{'B'}, []byte{'D'}, []byte{'F'}} ClientKeys = Direction{[]byte{'A'}, []byte{'C'}, []byte{'E'}} } func Keys[Hash fips140.Hash](hash...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top