• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/

Lines Matching refs:extnValue

67     DERItem extnValue;
73 DERItem extnValue;
105 extnValue.length will be > 0. */
603 DERReturn drtn = DERDecodeItem(&extn->extnValue, &keyIdentifier);
618 DERReturn drtn = DERDecodeItem(&extn->extnValue, &bitStringContent);
668 require_noerr_quiet(DERParseSequence(&extn->extnValue,
712 DERReturn drtn = DERDecodeSeqInit(&extn->extnValue, &tag, &piSeq);
724 DERDecodeSeqInit(&extn->extnValue, &tag, &piSeq);
762 DERReturn drtn = DERDecodeSeqInit(&extn->extnValue, &tag, &pmSeq);
773 DERDecodeSeqInit(&extn->extnValue, &tag, &pmSeq);
805 DERReturn drtn = DERDecodeSeqInit(&extn->extnValue, &tag, &pmSeq);
861 drtn = DERParseSequence(&extn->extnValue,
888 drtn = DERParseSequence(&extn->extnValue,
929 &extn->extnValue,
958 DERReturn drtn = DERDecodeSeqInit(&extn->extnValue, &tag, &adSeq);
1499 certificate->_extensions[ix].extnValue = extn.extnValue;
2404 const DERItem *extnValue) {
2405 if ((extnValue->length != 4 && extnValue->length != 5) ||
2406 extnValue->data[0] != ASN1_BIT_STRING ||
2407 extnValue->data[1] < 2 || extnValue->data[1] > 3 ||
2408 extnValue->data[2] > 7) {
2410 extnValue);
2414 SecKeyUsage usage = (extnValue->data[3] << 8);
2415 if (extnValue->length == 5)
2416 usage += extnValue->data[4];
2431 CFIndex ix, bits = (extnValue->data[1] - 1) * 8 - extnValue->data[2];
2451 const DERItem *extnValue) {
2463 appendBitStringNames(properties, CFSTR("Usage"), extnValue,
2469 const DERItem *extnValue) {
2471 DERReturn drtn = DERParseSequence(extnValue,
2486 extnValue);
2659 const DERItem *extnValue) {
2661 DERReturn drtn = DERParseSequence(extnValue,
2675 appendInvalidProperty(properties, CFSTR("Basic Constraints"), extnValue);
2702 const DERItem *extnValue) {
2706 DERReturn drtn = DERDecodeSeqInit(extnValue, &tag, &dpSeq);
2767 extnValue);
2804 const DERItem *extnValue) {
2808 DERReturn drtn = DERDecodeSeqInit(extnValue, &tag, &piSeq);
2887 extnValue);
2891 const DERItem *extnValue) {
2894 drtn = DERDecodeItem(extnValue, &keyIdentifier);
2903 extnValue);
2917 const DERItem *extnValue) {
2920 drtn = DERParseSequence(extnValue,
2944 extnValue);
2955 const DERItem *extnValue) {
2958 drtn = DERParseSequence(extnValue,
2975 appendInvalidProperty(properties, CFSTR("Policy Constraints"), extnValue);
2986 const DERItem *extnValue) {
2989 DERReturn drtn = DERDecodeSeqInit(extnValue, &tag, &derSeq);
3001 appendInvalidProperty(properties, CFSTR("Extended Key Usage"), extnValue);
3021 const DERItem *extnValue) {
3024 DERReturn drtn = DERDecodeSeqInit(extnValue, &tag, &adSeq);
3045 extnValue);
3049 const DERItem *extnValue) {
3060 appendBitStringNames(properties, CFSTR("Usage"), extnValue,
3066 const DERItem *extnValue) {
3087 const DERItem *extnValue) {
3149 *extnValue = &extn->extnValue;
3161 appendSubjectKeyIdentifier(properties, extnValue);
3164 appendKeyUsage(properties, extnValue);
3167 appendPrivateKeyUsagePeriod(properties, extnValue);
3171 appendGeneralNames(properties, extnValue);
3174 appendBasicConstraints(properties, extnValue);
3180 appendCrlDistributionPoints(properties, extnValue);
3183 appendCertificatePolicies(properties, extnValue);
3189 appendAuthorityKeyIdentifier(properties, extnValue);
3192 appendPolicyConstraints(properties, extnValue);
3195 appendExtendedKeyUsage(properties, extnValue);
3212 appendInfoAccess(properties, extnValue);
3218 appendInfoAccess(properties, extnValue);
3226 appendNetscapeCertType(properties, extnValue);
3233 if (appendPrintableDERSequence(properties, CFSTR("Data"), extnValue)) {
3237 appendUnparsedProperty(properties, CFSTR("Data"), extnValue);
3243 appendSubjectKeyIdentifier(properties, extnValue);
3245 appendKeyUsage(properties, extnValue);
3247 appendPrivateKeyUsagePeriod(properties, extnValue);
3249 appendGeneralNames(properties, extnValue);
3251 appendGeneralNames(properties, extnValue);
3253 appendBasicConstraints(properties, extnValue);
3255 appendCrlDistributionPoints(properties, extnValue);
3257 appendCertificatePolicies(properties, extnValue);
3259 appendAuthorityKeyIdentifier(properties, extnValue);
3261 appendPolicyConstraints(properties, extnValue);
3263 appendExtendedKeyUsage(properties, extnValue);
3265 appendInfoAccess(properties, extnValue);
3267 appendInfoAccess(properties, extnValue);
3269 appendNetscapeCertType(properties, extnValue);
3272 appendEntrustVersInfo(properties, extnValue);
3276 if (appendPrintableDERSequence(properties, CFSTR("Data"), extnValue)) {
3280 appendUnparsedProperty(properties, CFSTR("Data"), extnValue);
3905 OSStatus status = parseGeneralNames(&certificate->_subjectAltName->extnValue,
4047 status = parseGeneralNames(&certificate->_subjectAltName->extnValue,
4113 status = parseGeneralNames(&certificate->_subjectAltName->extnValue,
4248 status = parseGeneralNames(&certificate->_subjectAltName->extnValue,
4652 DERReturn drtn = DERDecodeSeqInit(&extn->extnValue, &tag, &derSeq);