Home
last modified time | relevance | path

Searched defs:p256AffineTable (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/nistec/
Dp256_asm.go311 type p256AffineTable [32]p256AffinePoint type
342 func p256SelectAffine(res *p256AffinePoint, table *p256AffineTable, idx int)
Dp256_asm_table_test.go28 func testP256AffineTable(t *testing.T, base *P256Point, table *p256AffineTable) {