Home
last modified time | relevance | path

Searched refs:n0p (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/crypto/bn/asm/
H A Dvis3-mont.pl55 $n0p="%o4"; # const BN_ULONG *n0,
92 ($rp,$ap,$bp,$np,$n0p,$num)=map("%i$_",(0..5));
96 ld [$n0p+0], $t0 ! pull n0[0..1] value
98 ld [$n0p+4], $t1
H A Dsparct4-mont.pl679 $n0p="%o4"; # const BN_ULONG *n0,
705 ($rp,$ap,$bp,$np,$n0p,$num)=map("%i$_",(0..5));
709 ld [$n0p+0], $t0 ! pull n0[0..1] value
710 ld [$n0p+4], $t1
921 $n0p="%o4"; # const BN_ULONG *n0,
949 ($rp,$ap,$bp,$np,$n0p,$num)=map("%i$_",(0..5));
956 ld [$n0p+0], $t0 ! pull n0[0..1] value
957 ld [$n0p+4], $t1
H A Dia64-mont.pl84 // const BN_ULONG *n0p,int num);
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_asm.c858 const BN_ULONG *np, const BN_ULONG *n0p, int num) in bn_mul_mont() argument
870 return bn_sqr_mont(rp, ap, np, n0p, num); in bn_mul_mont()
874 n0 = *n0p; in bn_mul_mont()
1001 const BN_ULONG *np, const BN_ULONG *n0p, int num) in bn_mul_mont() argument
1003 BN_ULONG c0, c1, *tp, n0 = *n0p; in bn_mul_mont()