Searched refs:xylen (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Decc.c1059 int xylen; local
1145 xylen = privKey->publicValue.len;
1146 /* ASSERT that xylen - 1 is divisible by 2 */
1147 if (xylen > pointlen) {
1159 bcopy(privKey->publicValue.data, point, xylen);
1160 pub_out_template[point_idx].oa_value_len = xylen;

Completed in 161 milliseconds