Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for STORE_OUTPUT_BLOCK128 (0.64 sec)

  1. src/crypto/aes/gcm_ppc64x.s

    	XXLXOR          V2, V16, V2; \
    	XXLXOR          V3, V17, V3; \
    	XXLXOR          V4, V18, V4
    
    // Store output block from V1-V8
    // in big endian order and
    // Update blk_out by 128
    #define STORE_OUTPUT_BLOCK128(blk_out) \
    	P8_STXVB16X(V1,blk_out,R0); \
    	P8_STXVB16X(V2,blk_out,R16); \
    	P8_STXVB16X(V3,blk_out,R17); \
    	P8_STXVB16X(V4,blk_out,R18); \
    	P8_STXVB16X(V5,blk_out,R19); \
    	P8_STXVB16X(V6,blk_out,R20); \
    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