Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CLEAR_KEYS (0.23 sec)

  1. src/crypto/aes/asm_ppc64x.s

    	vcipher	Vout, V14, Vout \
    	vcipher	Vout, V15, Vout \
    	vcipher	Vout, V16, Vout \
    	vcipher	Vout, V17, Vout \
    	vcipher	Vout, V18, Vout \
    	vcipher	Vout, V19, Vout \
    	vciphel	Vout, V20, Vout \
    
    #define CLEAR_KEYS() \
    	VXOR	V6, V6, V6 \
    	VXOR	V7, V7, V7 \
    	VXOR	V8, V8, V8 \
    	VXOR	V9, V9, V9 \
    	VXOR	V10, V10, V10 \
    	VXOR	V11, V11, V11 \
    	VXOR	V12, V12, V12 \
    	VXOR	V13, V13, V13 \
    	VXOR	V14, V14, V14 \
    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