Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for handik (0.48 sec)

  1. src/crypto/aes/gcm_ppc64x.s

    	ADD	$-64, IN_LEN		// decrement input block length
    	CMP	IN_LEN, $0		// check for remaining length
    	BEQ	done
    block16_loop:
    	CMP	IN_LEN, $16		// More input
    	BLT	final_block		// If not, then handle partial block
    	// Single encryption, no stitching
    	GEN_VCIPHER_INPUT		// Generate input value for single encryption
    	VCIPHER_1X9_KEYS(V15)		// Encrypt V15 value with 9 keys
    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