Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LOAD_INPUT_BLOCK128 (0.34 sec)

  1. src/crypto/aes/gcm_ppc64x.s

    	P8_LXVB16X(blk_inp,R17,V3); \
    	P8_LXVB16X(blk_inp,R18,V4); \
    	ADD $64, blk_inp
    
    // Load input block into V1-V8
    // in big endian order and
    // Update blk_inp by 128
    #define LOAD_INPUT_BLOCK128(blk_inp) \
    	MOVD $16, R16; \
    	MOVD $32, R17; \
    	MOVD $48, R18; \
    	MOVD $64, R19; \
    	MOVD $80, R20; \
    	MOVD $96, R21; \
    	MOVD $112, R22; \
    	P8_LXVB16X(blk_inp,R0,V1); \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 27.1K bytes
    - Viewed (0)
Back to top