Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for p256SelectBase (0.12 sec)

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

    #undef CAR1
    #undef CAR2
    #undef RED1
    #undef RED2
    #undef PL
    #undef PH
    
    // Constant time table access
    // Indexed from 1 to 15, with -1 offset
    // (index 0 is implicitly point at infinity)
    // func p256SelectBase(point *p256Point, table []p256Point, idx int)
    // new : func p256SelectAffine(res *p256AffinePoint, table *p256AffineTable, idx int)
    
    #define P3ptr   R1
    #define P1ptr   R2
    #define COUNT   R4
    #define CPOOL   R5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 55.4K bytes
    - Viewed (0)
Back to top