Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/ec/
H A Dmake_tables.go89 func writeCurveData(w *columnWriter, curve elliptic.Curve, includeNonMontgomery bool) error {
408 type columnWriter struct { struct
409 w io.Writer
410 column int
413 func (c *columnWriter) Write(p []byte) (n int, err error) {
471 func writeDecl(w *columnWriter, curve elliptic.Curve, bits int, decl string, n *big.Int) error {
504 func writeBNMont(w *columnWriter, curve elliptic.Curve, n *big.Int) error {
513 func writeU64Mont(w *columnWriter, curve elliptic.Curve, n *big.Int) error {
518 func writeU32Mont(w *columnWriter, curve elliptic.Curve, n *big.Int) error {
525 func writeTable(w *columnWriter, curve elliptic.Curve, table [][2]*big.Int, writeBigInt writeBigInt…
[all …]
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/ec/
H A Dmake_tables.go89 func writeCurveData(w *columnWriter, curve elliptic.Curve, includeNonMontgomery bool) error {
408 type columnWriter struct { struct
409 w io.Writer
410 column int
413 func (c *columnWriter) Write(p []byte) (n int, err error) {
471 func writeDecl(w *columnWriter, curve elliptic.Curve, bits int, decl string, n *big.Int) error {
504 func writeBNMont(w *columnWriter, curve elliptic.Curve, n *big.Int) error {
513 func writeU64Mont(w *columnWriter, curve elliptic.Curve, n *big.Int) error {
518 func writeU32Mont(w *columnWriter, curve elliptic.Curve, n *big.Int) error {
525 func writeTable(w *columnWriter, curve elliptic.Curve, table [][2]*big.Int, writeBigInt writeBigInt…
[all …]