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

/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecCertificateP.c1151 CFIndex atvTagLocation = rdnTagLocation + rdnTLLength; local
1158 memcpy(base + atvTagLocation, atvTag,
1182 CFIndex valueTagLocation = atvTagLocation + atvPair.value.data - atvTag;
1257 base + atvTagLocation + 1, &newATVTLLength);
1264 memmove(base + atvTagLocation + newATVTLLength,
1265 base + atvTagLocation + atvTLLength,
1292 atvTagLocation -= rdnLLDiff;
1296 atvTagLocation += atvTLLength + atvContentLength;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecCertificateP.c1151 CFIndex atvTagLocation = rdnTagLocation + rdnTLLength; local
1158 memcpy(base + atvTagLocation, atvTag,
1182 CFIndex valueTagLocation = atvTagLocation + atvPair.value.data - atvTag;
1257 base + atvTagLocation + 1, &newATVTLLength);
1264 memmove(base + atvTagLocation + newATVTLLength,
1265 base + atvTagLocation + atvTLLength,
1292 atvTagLocation -= rdnLLDiff;
1296 atvTagLocation += atvTLLength + atvContentLength;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecCertificateP.c1151 CFIndex atvTagLocation = rdnTagLocation + rdnTLLength; local
1158 memcpy(base + atvTagLocation, atvTag,
1182 CFIndex valueTagLocation = atvTagLocation + atvPair.value.data - atvTag;
1257 base + atvTagLocation + 1, &newATVTLLength);
1264 memmove(base + atvTagLocation + newATVTLLength,
1265 base + atvTagLocation + atvTLLength,
1292 atvTagLocation -= rdnLLDiff;
1296 atvTagLocation += atvTLLength + atvContentLength;
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecCertificate.c1209 CFIndex atvTagLocation = rdnTagLocation + rdnTLLength; local
1216 memcpy(base + atvTagLocation, atvTag,
1240 CFIndex valueTagLocation = atvTagLocation + atvPair.value.data - atvTag;
1316 base + atvTagLocation + 1, &newATVTLLength);
1324 memmove(base + atvTagLocation + newATVTLLength,
1325 base + atvTagLocation + atvTLLength,
1353 atvTagLocation -= rdnLLDiff;
1358 atvTagLocation += atvTLLength + atvContentLength;

Completed in 469 milliseconds