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

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/libDER/libDERUtils/
H A DprintFields.c304 DERSubjPubKeyInfo pubKeyInfo; local
311 &pubKeyInfo, sizeof(pubKeyInfo));
313 DERPerror("DERParseSequenceContent(pubKeyInfo)", drtn);
316 printItem("algId", IT_Branch, verbose, ASN1_CONSTR_SEQUENCE, &pubKeyInfo.algId);
318 printAlgId(&pubKeyInfo.algId, verbose);
321 printItem("pubKey", IT_Branch, verbose, ASN1_BIT_STRING, &pubKeyInfo.pubKey);
326 drtn = DERParseBitString(&pubKeyInfo.pubKey, &bitStringContents, &numUnused);
328 DERPerror("DERParseBitString(pubKeyInfo.pubKey)", drtn);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utils/
H A DcuPrintCert.cpp1022 CSSM_X509_SUBJECT_PUBLIC_KEY_INFO *pubKeyInfo = local
1025 if((pubKeyInfo == NULL) ||
1030 printSigAlg(&pubKeyInfo->algorithm, parser);
1032 (unsigned)pubKeyInfo->subjectPublicKey.Length);
1033 printDataAsHex(&pubKeyInfo->subjectPublicKey, 8);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utils/lib/
H A DcuPrintCert.cpp1022 CSSM_X509_SUBJECT_PUBLIC_KEY_INFO *pubKeyInfo = local
1025 if((pubKeyInfo == NULL) ||
1030 printSigAlg(&pubKeyInfo->algorithm, parser);
1032 (unsigned)pubKeyInfo->subjectPublicKey.Length);
1033 printDataAsHex(&pubKeyInfo->subjectPublicKey, 8);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecCertificateP.c1408 DERSubjPubKeyInfo pubKeyInfo; local
1411 &pubKeyInfo, sizeof(pubKeyInfo));
1415 drtn = DERParseSequenceContent(&pubKeyInfo.algId,
1423 /* The contents of pubKeyInfo.pubKey is a bit string whose contents
1425 drtn = DERParseBitString(&pubKeyInfo.pubKey,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecCertificateP.c1408 DERSubjPubKeyInfo pubKeyInfo; local
1411 &pubKeyInfo, sizeof(pubKeyInfo));
1415 drtn = DERParseSequenceContent(&pubKeyInfo.algId,
1423 /* The contents of pubKeyInfo.pubKey is a bit string whose contents
1425 drtn = DERParseBitString(&pubKeyInfo.pubKey,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecCertificateP.c1408 DERSubjPubKeyInfo pubKeyInfo; local
1411 &pubKeyInfo, sizeof(pubKeyInfo));
1415 drtn = DERParseSequenceContent(&pubKeyInfo.algId,
1423 /* The contents of pubKeyInfo.pubKey is a bit string whose contents
1425 drtn = DERParseBitString(&pubKeyInfo.pubKey,
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecCertificate.c1481 DERSubjPubKeyInfo pubKeyInfo; local
1484 &pubKeyInfo, sizeof(pubKeyInfo));
1488 drtn = DERParseSequenceContent(&pubKeyInfo.algId,
1496 /* The contents of pubKeyInfo.pubKey is a bit string whose contents
1498 drtn = DERParseBitString(&pubKeyInfo.pubKey,

Completed in 171 milliseconds