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

/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dcsrcrlop.c73 KMF_DATA KeyData = { 0, NULL }; local
87 KMFKey, &KeyData);
94 ret = DerDecodeSPKI(&KeyData, spki_ptr);
96 kmf_free_data(&KeyData);
H A Dcertgetsetop.c1762 KMF_DATA KeyData = { 0, NULL }; local
1776 KMFKey, &KeyData);
1783 if (KeyData.Data != NULL) {
1784 ret = DerDecodeSPKI(&KeyData, spki_ptr);
1785 free(KeyData.Data);

Completed in 48 milliseconds