Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 90 for 197 (0.05 sec)

  1. src/crypto/aes/aes_test.go

    			}
    			w = w<<24 | w>>8
    		}
    	}
    }
    
    // Test vectors are from FIPS 197:
    //	https://csrc.nist.gov/publications/fips/fips197/fips-197.pdf
    
    // Appendix A of FIPS 197: Key expansion examples
    type KeyTest struct {
    	key []byte
    	enc []uint32
    	dec []uint32 // decryption expansion; not in FIPS 197, computed from C implementation.
    }
    
    var keyTests = []KeyTest{
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 14:58:19 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  2. src/crypto/aes/block.go

    //	OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
    //	EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    //
    // See FIPS 197 for specification, and see Daemen and Rijmen's Rijndael submission
    // for implementation details.
    //	https://csrc.nist.gov/csrc/media/publications/fips/197/final/documents/fips-197.pdf
    //	https://csrc.nist.gov/archive/aes/rijndael/Rijndael-ammended.pdf
    
    package aes
    
    import "internal/byteorder"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  3. pkg/kubelet/pluginmanager/cache/types.go

    // call until the Register("foo") call returns.
    //
    // ReRegistration: Socket created with same plugin name, usually for a plugin update
    // e.g: plugin with name foo registers at foo.com/foo-1.9.7 later a plugin with name foo
    // registers at foo.com/foo-1.9.9
    //
    // DeRegistration: When ReRegistration happens only the deletion of the new socket will trigger a DeRegister call
    type PluginHandler interface {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 16 14:21:15 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  4. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/FreefairAspectJPluginSmokeTest.groovy

                }
    
                ${mavenCentralRepository()}
    
                dependencies {
                    inpath "org.apache.httpcomponents:httpcore-nio:4.4.11"
                    implementation "org.aspectj:aspectjrt:1.9.7"
    
                    testImplementation "junit:junit:4.13"
                }
            """
            file("src/main/aspectj/StupidAspect.aj") << """
                import org.aspectj.lang.ProceedingJoinPoint;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  5. test/dwarf/linedirectives.go

    //line foo/bar.y:155
    	l = 155
    //line foo/bar.y:160
    
    //line foo/bar.y:164
    //line foo/bar.y:173
    
    //line foo/bar.y:178
    //line foo/bar.y:180
    //line foo/bar.y:185
    //line foo/bar.y:195
    //line foo/bar.y:197
    //line foo/bar.y:202
    //line foo/bar.y:204
    //line foo/bar.y:208
    //line foo/bar.y:211
    //line foo/bar.y:213
    //line foo/bar.y:215
    //line foo/bar.y:217
    //line foo/bar.y:221
    //line foo/bar.y:229
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 04:48:57 UTC 2012
    - 1.5K bytes
    - Viewed (0)
  6. src/crypto/aes/const.go

    // license that can be found in the LICENSE file.
    
    // Package aes implements AES encryption (formerly Rijndael), as defined in
    // U.S. Federal Information Processing Standards Publication 197.
    //
    // The AES operations in this package are not implemented using constant-time algorithms.
    // An exception is when running on systems with enabled hardware support for AES
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 01 21:52:00 UTC 2018
    - 29.3K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_linux_riscv64.go

    	SYS_SEMTIMEDOP             = 192
    	SYS_SEMOP                  = 193
    	SYS_SHMGET                 = 194
    	SYS_SHMCTL                 = 195
    	SYS_SHMAT                  = 196
    	SYS_SHMDT                  = 197
    	SYS_SOCKET                 = 198
    	SYS_SOCKETPAIR             = 199
    	SYS_BIND                   = 200
    	SYS_LISTEN                 = 201
    	SYS_ACCEPT                 = 202
    	SYS_CONNECT                = 203
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 23 11:00:41 UTC 2019
    - 8.9K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go

    	SYS_SEMTIMEDOP              = 192
    	SYS_SEMOP                   = 193
    	SYS_SHMGET                  = 194
    	SYS_SHMCTL                  = 195
    	SYS_SHMAT                   = 196
    	SYS_SHMDT                   = 197
    	SYS_SOCKET                  = 198
    	SYS_SOCKETPAIR              = 199
    	SYS_BIND                    = 200
    	SYS_LISTEN                  = 201
    	SYS_ACCEPT                  = 202
    	SYS_CONNECT                 = 203
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_linux_loong64.go

    	SYS_SEMTIMEDOP              = 192
    	SYS_SEMOP                   = 193
    	SYS_SHMGET                  = 194
    	SYS_SHMCTL                  = 195
    	SYS_SHMAT                   = 196
    	SYS_SHMDT                   = 197
    	SYS_SOCKET                  = 198
    	SYS_SOCKETPAIR              = 199
    	SYS_BIND                    = 200
    	SYS_LISTEN                  = 201
    	SYS_ACCEPT                  = 202
    	SYS_CONNECT                 = 203
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 26 20:15:45 UTC 2022
    - 10.3K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_linux_amd64.go

    	SYS_LGETXATTR              = 192
    	SYS_FGETXATTR              = 193
    	SYS_LISTXATTR              = 194
    	SYS_LLISTXATTR             = 195
    	SYS_FLISTXATTR             = 196
    	SYS_REMOVEXATTR            = 197
    	SYS_LREMOVEXATTR           = 198
    	SYS_FREMOVEXATTR           = 199
    	SYS_TKILL                  = 200
    	SYS_TIME                   = 201
    	SYS_FUTEX                  = 202
    	SYS_SCHED_SETAFFINITY      = 203
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 10.1K bytes
    - Viewed (0)
Back to top