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

/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dcsrcrlop.c261 KMF_X509_EXTENSION *foundextn; local
275 foundextn = FindExtn(&CSRData->csr.extensions,
277 if (foundextn != NULL) {
278 ret = GetSequenceContents((char *)foundextn->BERvalue.Data,
279 foundextn->BERvalue.Length, &olddata, &oldsize);
286 ret = parse_eku_data(&foundextn->BERvalue, &ekudata);
324 if (foundextn != NULL) {
325 free(foundextn->BERvalue.Data);
326 foundextn->critical = critical;
327 foundextn
[all...]
H A Dcertgetsetop.c2076 KMF_X509_EXTENSION *foundextn; local
2090 foundextn = FindExtn(&CertData->certificate.extensions,
2092 if (foundextn != NULL) {
2093 ret = GetSequenceContents((char *)foundextn->BERvalue.Data,
2094 foundextn->BERvalue.Length, &olddata, &oldsize);
2101 ret = parse_eku_data(&foundextn->BERvalue, &ekudata);
2139 if (foundextn != NULL) {
2140 free(foundextn->BERvalue.Data);
2141 foundextn->critical = critical;
2142 foundextn
[all...]
H A Dgeneralop.c2052 KMF_X509_EXTENSION *foundextn = NULL; local
2060 foundextn = &exts->extensions[i];
2064 return (foundextn);
2175 KMF_X509_EXTENSION *foundextn = NULL; local
2194 foundextn = FindExtn(extensions, oid);
2196 if (foundextn != NULL) {
2198 (char *)foundextn->BERvalue.Data,
2199 foundextn->BERvalue.Length,
2244 if (foundextn != NULL) {
2245 free(foundextn
[all...]

Completed in 224 milliseconds