Home
last modified time | relevance | path

Searched refs:givenattr (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c2294 verify_attribute(KMF_ATTRIBUTE *givenattr, in verify_attribute() argument
2299 givenattr->pValue == NULL) in verify_attribute()
2303 if (givenattr->pValue != NULL && in verify_attribute()
2305 (givenattr->valueLen < testattr->minlen)) in verify_attribute()
2309 if (givenattr->pValue != NULL && in verify_attribute()
2311 (givenattr->valueLen > testattr->maxlen)) in verify_attribute()