crypto/internal/nistec/fiat.P224Element.SetBytes (method)

8 uses

	crypto/internal/nistec/fiat (current package)
		p224.go#L72: func (e *P224Element) SetBytes(v []byte) (*P224Element, error) {

	crypto/internal/nistec
		p224.go#L38: 	p.x.SetBytes([]byte{0xb7, 0xe, 0xc, 0xbd, 0x6b, 0xb4, 0xbf, 0x7f, 0x32, 0x13, 0x90, 0xb9, 0x4a, 0x3, 0xc1, 0xd3, 0x56, 0xc2, 0x11, 0x22, 0x34, 0x32, 0x80, 0xd6, 0x11, 0x5c, 0x1d, 0x21})
		p224.go#L39: 	p.y.SetBytes([]byte{0xbd, 0x37, 0x63, 0x88, 0xb5, 0xf7, 0x23, 0xfb, 0x4c, 0x22, 0xdf, 0xe6, 0xcd, 0x43, 0x75, 0xa0, 0x5a, 0x7, 0x47, 0x64, 0x44, 0xd5, 0x81, 0x99, 0x85, 0x0, 0x7e, 0x34})
		p224.go#L64: 		x, err := new(fiat.P224Element).SetBytes(b[1 : 1+p224ElementLength])
		p224.go#L68: 		y, err := new(fiat.P224Element).SetBytes(b[1+p224ElementLength:])
		p224.go#L82: 		x, err := new(fiat.P224Element).SetBytes(b[1:])
		p224.go#L115: 		_p224B, _ = new(fiat.P224Element).SetBytes([]byte{0xb4, 0x5, 0xa, 0x85, 0xc, 0x4, 0xb3, 0xab, 0xf5, 0x41, 0x32, 0x56, 0x50, 0x44, 0xb0, 0xb7, 0xd7, 0xbf, 0xd8, 0xba, 0x27, 0xb, 0x39, 0x43, 0x23, 0x55, 0xff, 0xb4})
		p224_sqrt.go#L31: 				p224GG[i].SetBytes([]byte{0x6a, 0x0f, 0xec, 0x67,