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

/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c398 CK_ATTRIBUTE certattr; local
403 certattr.type = CKA_ISSUER;
404 certattr.pValue = NULL;
405 certattr.ulValueLen = 0;
407 rv = get_attr(kmfh, obj, &certattr);
410 name.Data = certattr.pValue;
411 name.Length = certattr.ulValueLen;
417 free(certattr.pValue);
424 certattr.type = CKA_SUBJECT;
425 certattr
[all...]

Completed in 25 milliseconds