Searched refs:atvPair (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecCertificateP.c1162 DERAttributeTypeAndValue atvPair; local
1166 &atvPair, sizeof(atvPair));
1168 require_quiet(atvPair.type.length != 0, badDER);
1170 drtn = DERDecodeItem(&atvPair.value, &value);
1182 CFIndex valueTagLocation = atvTagLocation + atvPair.value.data - atvTag;
1183 CFIndex valueTLLength = value.content.data - atvPair.value.data;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecCertificateP.c1162 DERAttributeTypeAndValue atvPair; local
1166 &atvPair, sizeof(atvPair));
1168 require_quiet(atvPair.type.length != 0, badDER);
1170 drtn = DERDecodeItem(&atvPair.value, &value);
1182 CFIndex valueTagLocation = atvTagLocation + atvPair.value.data - atvTag;
1183 CFIndex valueTLLength = value.content.data - atvPair.value.data;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecCertificateP.c1162 DERAttributeTypeAndValue atvPair; local
1166 &atvPair, sizeof(atvPair));
1168 require_quiet(atvPair.type.length != 0, badDER);
1170 drtn = DERDecodeItem(&atvPair.value, &value);
1182 CFIndex valueTagLocation = atvTagLocation + atvPair.value.data - atvTag;
1183 CFIndex valueTLLength = value.content.data - atvPair.value.data;
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecCertificate.c1220 DERAttributeTypeAndValue atvPair; local
1224 &atvPair, sizeof(atvPair));
1226 require_quiet(atvPair.type.length != 0, badDER);
1228 drtn = DERDecodeItem(&atvPair.value, &value);
1240 CFIndex valueTagLocation = atvTagLocation + atvPair.value.data - atvTag;
1241 CFIndex valueTLLength = value.content.data - atvPair.value.data;

Completed in 136 milliseconds