Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for p256IsZero (0.07 sec)

  1. src/crypto/internal/nistec/p256_asm_amd64.s

    #undef z1sqr
    #undef h
    #undef r
    #undef hsqr
    #undef rsqr
    #undef hcub
    #undef rptr
    #undef sel_save
    #undef zero_save
    
    // p256IsZero returns 1 in AX if [acc4..acc7] represents zero and zero
    // otherwise. It writes to [acc4..acc7], t0 and t1.
    TEXT p256IsZero(SB),NOSPLIT,$0
    	// AX contains a flag that is set if the input is zero.
    	XORQ AX, AX
    	MOVQ $1, t1
    
    	// Check whether [acc4..acc7] are all zero.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 39.8K bytes
    - Viewed (0)
Back to top