Searched refs:givenattr (Results 1 – 1 of 1) sorted by relevance
2294 verify_attribute(KMF_ATTRIBUTE *givenattr, in verify_attribute() argument2299 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()