Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for V18 (0.24 sec)

  1. src/crypto/aes/asm_ppc64x.s

    	VXOR	V12, V12, V12 \
    	VXOR	V13, V13, V13 \
    	VXOR	V14, V14, V14 \
    	VXOR	V15, V15, V15 \
    	VXOR	V16, V16, V16 \
    	VXOR	V17, V17, V17 \
    	VXOR	V18, V18, V18 \
    	VXOR	V19, V19, V19 \
    	VXOR	V20, V20, V20
    
    //func cryptBlocksChain(src, dst *byte, length int, key *uint32, iv *byte, enc int, nr int)
    TEXT ·cryptBlocksChain(SB), NOSPLIT|NOFRAME, $0
    	MOVD	src+0(FP), INP
    	MOVD	dst+8(FP), OUTP
    	MOVD	length+16(FP), LEN
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:05:32 UTC 2024
    - 18.6K bytes
    - Viewed (0)
Back to top