The returned enumerator can be used to walk all the entires that have all the given attributes.
Comparison for each specificed attribute is done on an equals match.
- Parameters
-
pList | [IN] one or more attribute and its value to search for |
listCount | [IN] the number of attributes that the pList parameter points to |
ppEnum | [OUT] identifiers for all matching keystore entries |
- Returns
Success | P6R::eOk | |
Failure | P6R::eInvalidArg | pList or ppEnum is NULL is zero or listCount is zero. |
P6R::eNotInitialized | A successful call to initialize was not made before this call. |
P6R::eInvalidState | A successful call to open() was not made before this call. |
P6R::eNotFound | No keystore entires exist matching the request. |