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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Decc.c348 ssize_t point_len; local
362 &point_len)) != CRYPTO_SUCCESS) {
365 if (point_len < CRYPTO_BITS2BYTES(EC_MIN_KEY_LEN) * 2 + 1 ||
366 point_len > CRYPTO_BITS2BYTES(EC_MAX_KEY_LEN) * 2 + 1)

Completed in 59 milliseconds