Searched defs:ScalarBaseMult (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/edwards25519/ |
D | scalarmult.go | 33 func (v *Point) ScalarBaseMult(x *Scalar) *Point { func
|
/aosp_15_r20/external/libchrome/crypto/ |
H A D | p224_unittest.cc | 785 TEST(P224, ScalarBaseMult) { in TEST() argument
|
H A D | p224.cc | 719 void ScalarBaseMult(const uint8_t* scalar, Point* out) { in ScalarBaseMult() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/elliptic/ |
D | params.go | 317 func (curve *CurveParams) ScalarBaseMult(k []byte) (*big.Int, *big.Int) { func
|
D | elliptic.go | 65 ScalarBaseMult(k []byte) (x, y *big.Int) methodSpec
|
D | nistec.go | 222 func (curve *nistCurve[Point]) ScalarBaseMult(scalar []byte) (*big.Int, *big.Int) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/nistec/ |
D | p224.go | 412 func (p *P224Point) ScalarBaseMult(scalar []byte) (*P224Point, error) { func
|
D | p384.go | 412 func (p *P384Point) ScalarBaseMult(scalar []byte) (*P384Point, error) { func
|
D | p521.go | 412 func (p *P521Point) ScalarBaseMult(scalar []byte) (*P521Point, error) { func
|
D | p256.go | 414 func (p *P256Point) ScalarBaseMult(scalar []byte) (*P256Point, error) { func
|
D | p256_asm.go | 405 func (r *P256Point) ScalarBaseMult(scalar []byte) (*P256Point, error) { func
|