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

/vbox/src/VBox/Runtime/common/crypto/
H A Dx509-init.cpp58 if (pAttrib->Value.enmType == RTASN1TYPE_STRING)
H A Dx509-sanity.cpp63 if (pThis->paItems[i].paItems[j].Value.enmType != RTASN1TYPE_STRING)
66 pszErrorTag, i, j, pThis->paItems[i].paItems[j].Value.enmType, RTASN1TYPE_STRING);
H A Dx509-core.cpp486 if (pLeft->Value.enmType != RTASN1TYPE_STRING || pRight->Value.enmType != RTASN1TYPE_STRING)
494 if ( pLeft->Value.enmType == RTASN1TYPE_STRING
495 && pRight->Value.enmType == RTASN1TYPE_STRING)
680 if (pComponent->Value.enmType != RTASN1TYPE_STRING)
759 if (pComponent->Value.enmType != RTASN1TYPE_STRING)
H A Dx509-certpaths.cpp1083 if (pAttrib->Value.enmType == RTASN1TYPE_STRING)
/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-dyntype-decode.cpp105 pDynType->enmType = RTASN1TYPE_STRING;
180 pDynType->enmType = RTASN1TYPE_STRING;
227 case RTASN1TYPE_STRING:
H A Dasn1-ut-dyntype.cpp65 case RTASN1TYPE_STRING: rc = RTAsn1String_Clone(&pThis->u.String, &pSrc->u.String, pAllocator); break;
129 case RTASN1TYPE_STRING: return RTAsn1String_Compare(&pLeft->u.String, &pRight->u.String);
154 case RTASN1TYPE_STRING: rc = RTAsn1String_CheckSanity(&pThis->u.String, fFlags, pErrInfo, pszErrorTag); break;
/vbox/include/iprt/
H A Dasn1.h1274 RTASN1TYPE_STRING, enumerator in enum:RTASN1TYPE
1318 /** RTASN1TYPE_STRING. */

Completed in 347 milliseconds