Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-crypto/digest/
H A Ddigest.c288 CK_ULONG key_obj_count = 1; in get_token_key() local
332 rv = C_FindObjects(hSession, keyobj, 1, &key_obj_count); in get_token_key()
343 if (key_obj_count == 0) { in get_token_key()
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c346 CK_ULONG key_obj_count = 1; in get_token_key() local
390 rv = C_FindObjects(hSession, keyobj, 1, &key_obj_count); in get_token_key()
402 if (key_obj_count == 0) { in get_token_key()