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

/vbox/src/VBox/Runtime/common/crypto/
H A Dpkix-util.cpp50 if (RTAsn1ObjId_StartsWith(pAlgorithm, RTCR_PKCS1_OID))
72 else if (RTAsn1ObjId_StartsWith(pAlgorithm, "1.3.14.3.2"))
H A Dx509-core.cpp1268 else if (RTAsn1ObjId_StartsWith(&pObjIds->paItems[i], RTCRX509_ID_KP_OID))
1291 else if (RTAsn1ObjId_StartsWith(&pObjIds->paItems[i], RTCRX509_APPLE_EKU_APPLE_EXTENDED_KEY_USAGE_OID))
1308 else if (RTAsn1ObjId_StartsWith(&pObjIds->paItems[i], "1.3.6.1.4.1.311"))
/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-objid.cpp344 RTDECL(bool) RTAsn1ObjId_StartsWith(PCRTASN1OBJID pThis, const char *pszStartsWith) function
/vbox/include/iprt/
H A Dasn1.h975 RTDECL(bool) RTAsn1ObjId_StartsWith(PCRTASN1OBJID pThis, const char *pszStartsWith);
H A Dmangling.h2185 # define RTAsn1ObjId_StartsWith RT_MANGLER(RTAsn1ObjId_StartsWith) macro

Completed in 4285 milliseconds