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

/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecCertificateP.c1140 CFIndex rdnTLLength = rdn.content.data - rdnTag; local
1143 memcpy(base + rdnTagLocation, rdnTag, rdnTLLength);
1151 CFIndex atvTagLocation = rdnTagLocation + rdnTLLength;
1274 DERSize newRDNTLLength = rdnTLLength - 1;
1279 CFIndex rdnLLDiff = rdnTLLength - newRDNTLLength;
1284 base + rdnTagLocation + rdnTLLength,
1288 rdnTLLength = newRDNTLLength;
1299 rdnTagLocation += rdnTLLength + rdnContentLength;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecCertificateP.c1140 CFIndex rdnTLLength = rdn.content.data - rdnTag; local
1143 memcpy(base + rdnTagLocation, rdnTag, rdnTLLength);
1151 CFIndex atvTagLocation = rdnTagLocation + rdnTLLength;
1274 DERSize newRDNTLLength = rdnTLLength - 1;
1279 CFIndex rdnLLDiff = rdnTLLength - newRDNTLLength;
1284 base + rdnTagLocation + rdnTLLength,
1288 rdnTLLength = newRDNTLLength;
1299 rdnTagLocation += rdnTLLength + rdnContentLength;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecCertificateP.c1140 CFIndex rdnTLLength = rdn.content.data - rdnTag; local
1143 memcpy(base + rdnTagLocation, rdnTag, rdnTLLength);
1151 CFIndex atvTagLocation = rdnTagLocation + rdnTLLength;
1274 DERSize newRDNTLLength = rdnTLLength - 1;
1279 CFIndex rdnLLDiff = rdnTLLength - newRDNTLLength;
1284 base + rdnTagLocation + rdnTLLength,
1288 rdnTLLength = newRDNTLLength;
1299 rdnTagLocation += rdnTLLength + rdnContentLength;
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecCertificate.c1196 CFIndex rdnTLLength = rdn.content.data - rdnTag; local
1199 memcpy(base + rdnTagLocation, rdnTag, rdnTLLength);
1209 CFIndex atvTagLocation = rdnTagLocation + rdnTLLength;
1334 DERSize newRDNTLLength = rdnTLLength - 1;
1340 CFIndex rdnLLDiff = rdnTLLength - newRDNTLLength;
1345 base + rdnTagLocation + rdnTLLength,
1349 rdnTLLength = newRDNTLLength;
1361 rdnTagLocation += rdnTLLength + rdnContentLength;

Completed in 211 milliseconds