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

/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecCertificate.cpp1074 struct RootRecord* pRootRecord = NULL; local
1078 pRootRecord = pEscrowRoots[iCnt];
1079 if (NULL != pRootRecord && pRootRecord->_length > 0 && NULL != pRootRecord->_bytes)
1081 productionCerts[iCnt] = CFDataCreate(kCFAllocatorDefault, pRootRecord->_bytes, pRootRecord->_length);
1111 struct RootRecord* pRootRecord = NULL; local
1115 pRootRecord = kBaseLineEscrowRoots[iCnt];
1116 if (NULL != pRootRecord
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecCertificate.cpp1074 struct RootRecord* pRootRecord = NULL; local
1078 pRootRecord = pEscrowRoots[iCnt];
1079 if (NULL != pRootRecord && pRootRecord->_length > 0 && NULL != pRootRecord->_bytes)
1081 productionCerts[iCnt] = CFDataCreate(kCFAllocatorDefault, pRootRecord->_bytes, pRootRecord->_length);
1111 struct RootRecord* pRootRecord = NULL; local
1115 pRootRecord = kBaseLineEscrowRoots[iCnt];
1116 if (NULL != pRootRecord
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecCertificate.cpp1074 struct RootRecord* pRootRecord = NULL; local
1078 pRootRecord = pEscrowRoots[iCnt];
1079 if (NULL != pRootRecord && pRootRecord->_length > 0 && NULL != pRootRecord->_bytes)
1081 productionCerts[iCnt] = CFDataCreate(kCFAllocatorDefault, pRootRecord->_bytes, pRootRecord->_length);
1111 struct RootRecord* pRootRecord = NULL; local
1115 pRootRecord = kBaseLineEscrowRoots[iCnt];
1116 if (NULL != pRootRecord
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecCertificate.c5194 struct RootRecord* pRootRecord = NULL; local
5202 pRootRecord = pEscrowRoots[iCnt];
5203 if (NULL != pRootRecord && pRootRecord->_length > 0 && NULL != pRootRecord->_bytes)
5205 certData = CFDataCreate(kCFAllocatorDefault, pRootRecord->_bytes, pRootRecord->_length);

Completed in 121 milliseconds