Home
last modified time | relevance | path

Searched defs:ScalarBaseMult (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/edwards25519/
Dscalarmult.go33 func (v *Point) ScalarBaseMult(x *Scalar) *Point { func
/aosp_15_r20/external/libchrome/crypto/
H A Dp224_unittest.cc785 TEST(P224, ScalarBaseMult) { in TEST() argument
H A Dp224.cc719 void ScalarBaseMult(const uint8_t* scalar, Point* out) { in ScalarBaseMult() function
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/elliptic/
Dparams.go317 func (curve *CurveParams) ScalarBaseMult(k []byte) (*big.Int, *big.Int) { func
Delliptic.go65 ScalarBaseMult(k []byte) (x, y *big.Int) methodSpec
Dnistec.go222 func (curve *nistCurve[Point]) ScalarBaseMult(scalar []byte) (*big.Int, *big.Int) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/nistec/
Dp224.go412 func (p *P224Point) ScalarBaseMult(scalar []byte) (*P224Point, error) { func
Dp384.go412 func (p *P384Point) ScalarBaseMult(scalar []byte) (*P384Point, error) { func
Dp521.go412 func (p *P521Point) ScalarBaseMult(scalar []byte) (*P521Point, error) { func
Dp256.go414 func (p *P256Point) ScalarBaseMult(scalar []byte) (*P256Point, error) { func
Dp256_asm.go405 func (r *P256Point) ScalarBaseMult(scalar []byte) (*P256Point, error) { func