Searched refs:testattr (Results 1 – 1 of 1) sorted by relevance
2295 KMF_ATTRIBUTE_TESTER *testattr) in verify_attribute() argument2298 if (testattr->null_value_ok == FALSE && in verify_attribute()2304 testattr->minlen > 0 && in verify_attribute()2305 (givenattr->valueLen < testattr->minlen)) in verify_attribute()2310 testattr->maxlen > 0 && in verify_attribute()2311 (givenattr->valueLen > testattr->maxlen)) in verify_attribute()