Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for cmpGeq (0.08 sec)

  1. lib/fips140/v1.0.0.zip

    set hash subkey and tag SLD $3, R7, R12 MOVD R12, 48(R1) // set total AAD length SLD $3, R5, R12 MOVD R12, 56(R1) // set total plaintext/ciphertext length LMG key+8(FP), R8, R9 // R8=base R9=len MVC $16, (R8), 80(R1) // set key CMPBEQ R9, $16, kma MVC $8, 16(R8), 96(R1) CMPBEQ R9, $24, kma MVC $8, 24(R8), 104(R1) kma: KMA R2, R6, R4 // Cipher Message with Authentication BVS kma MOVD tag+104(FP), R2 MVC $16, 16(R1), 0(R2) // copy tag to output MOVD cnt+112(FP), R8 MVC $4, 12(R1), 12(R8) // update counter...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	CMPQ (BX), DX                           // 483913
    	CMPQ (BX), R11                          // 4c391b
    	CMPQ (R11), DX                          // 493913
    	CMPQ (R11), R11                         // 4d391b
    	CMPQ DX, DX                             // 4839d2 or 483bd2
    	CMPQ DX, R11                            // 4c39da or 493bd3
    	CMPQ R11, DX                            // 4939d3 or 4c3bda
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (1)
Back to top