Lines Matching refs:s2
14889 For this command, p1, s2 and y2 are optional parameters. If s2 is an Empty Buffer, then the TPM sha…
14890 return TPM_RC_SIZE if y2 is not an Empty Buffer. If p1, s2, and y2 are all Empty Buffers, the TPM s…
14929 b) if s2 is not an Empty Buffer, compute x2 ≔ HnameAlg (s2) mod p, else skip to step (e)
15031 s2
15039 y coordinate of the point associated with s2
15114 either P1 or the point derived from s2 is not on the curve of
15178 s2 is empty but y2 is not or s2 provided but y2 is not
15227 // if not restricted, s2, and y2 must be an Empty Buffer
15228 if(in->s2.t.size)
15232 if((in->s2.t.size == 0) != (in->y2.t.size == 0))
15328 // Set up P2 if s2 and Y2 are provided
15329 if(in->s2.t.size != 0)
15334 // Compute x2 HnameAlg(s2) mod p
15336 do the hash operation on s2 with the size of curve 'p'
15338 in->s2.t.size,
15339 in->s2.t.buffer,
15348 // set p2.x = hash(s2) mod p