Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for AESD (0.02 sec)

  1. src/crypto/aes/asm_arm64.s

    	VLD1.P	48(R10), [V13.B16, V14.B16, V15.B16]
    	AESD	V5.B16, V0.B16
    	AESIMC	V0.B16, V0.B16
    	AESD	V6.B16, V0.B16
    	AESIMC	V0.B16, V0.B16
    	AESD	V7.B16, V0.B16
    	AESIMC	V0.B16, V0.B16
    	AESD	V8.B16, V0.B16
    	AESIMC	V0.B16, V0.B16
    	AESD	V9.B16, V0.B16
    	AESIMC	V0.B16, V0.B16
    	AESD	V10.B16, V0.B16
    	AESIMC	V0.B16, V0.B16
    	AESD	V11.B16, V0.B16
    	AESIMC	V0.B16, V0.B16
    	AESD	V12.B16, V0.B16
    	AESIMC	V0.B16, V0.B16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  2. src/internal/buildcfg/cfg.go

    	return
    }
    
    type Goarm64Features struct {
    	Version string
    	// Large Systems Extension
    	LSE bool
    	// ARM v8.0 Cryptographic Extension. It includes the following features:
    	// * FEAT_AES, which includes the AESD and AESE instructions.
    	// * FEAT_PMULL, which includes the PMULL, PMULL2 instructions.
    	// * FEAT_SHA1, which includes the SHA1* instructions.
    	// * FEAT_SHA256, which includes the SHA256* instructions.
    	Crypto bool
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 9.5K bytes
    - Viewed (0)
Back to top