Searched refs:rv1 (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11_pub.c2440 CK_RV rv, rv1; local
2544 rv1 = pFuncList->C_GetAttributeValue(sp->session, h_priv_key,
2547 if (rv != CKR_OK || rv1 != CKR_OK) {
2548 rv = (rv != CKR_OK) ? rv : rv1;

Completed in 72 milliseconds