Home
last modified time | relevance | path

Searched refs:CRYPTO_MAX_ATTRIBUTE_COUNT (Results 1 – 2 of 2) sorted by last modified time

/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dioctl.h39 #define CRYPTO_MAX_ATTRIBUTE_COUNT 128 macro
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c2289 if (count > CRYPTO_MAX_ATTRIBUTE_COUNT) { in copyin_attributes()