Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for p256one (0.07 sec)

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

    //go:build !purego
    
    #include "textflag.h"
    #include "go_asm.h"
    
    DATA p256ordK0<>+0x00(SB)/4, $0xee00bc4f
    DATA p256ord<>+0x00(SB)/8, $0xffffffff00000000
    DATA p256ord<>+0x08(SB)/8, $0xffffffffffffffff
    DATA p256ord<>+0x10(SB)/8, $0xbce6faada7179e84
    DATA p256ord<>+0x18(SB)/8, $0xf3b9cac2fc632551
    DATA p256<>+0x00(SB)/8, $0xffffffff00000001 // P256
    DATA p256<>+0x08(SB)/8, $0x0000000000000000 // P256
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  2. src/crypto/internal/nistec/p256_asm_ppc64le.s

    DATA p256mul<>+0x90(SB)/8, $0x00000000fffffffe // (1*2^256)%P256
    DATA p256mul<>+0x98(SB)/8, $0xffffffffffffffff // (1*2^256)%P256
    
    // External declarations for constants
    GLOBL p256ord<>(SB), 8, $32
    GLOBL p256<>(SB), 8, $80
    GLOBL p256mul<>(SB), 8, $160
    
    // The following macros are used to implement the ppc64le
    // equivalent function from the corresponding s390x
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 56.5K bytes
    - Viewed (0)
Back to top