Searched refs:mTimestampService (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A DCodeSigner.h94 CFRef<CFURLRef> mTimestampService; // URL for Timestamp server member in class:Security::CodeSigning::SecCodeSigner
H A Dsigner.cpp576 if (state.mNoTimeStampCerts || state.mTimestampService) {
577 if (state.mTimestampService)
578 CFDictionarySetValue(defaultTSContext, kTSAContextKeyURL, state.mTimestampService);
H A DCodeSigner.cpp295 state.mTimestampService = get<CFURLRef>(kSecCodeSignerTimestampServer);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DCodeSigner.h94 CFRef<CFURLRef> mTimestampService; // URL for Timestamp server member in class:Security::CodeSigning::SecCodeSigner
H A Dsigner.cpp576 if (state.mNoTimeStampCerts || state.mTimestampService) {
577 if (state.mTimestampService)
578 CFDictionarySetValue(defaultTSContext, kTSAContextKeyURL, state.mTimestampService);
H A DCodeSigner.cpp295 state.mTimestampService = get<CFURLRef>(kSecCodeSignerTimestampServer);

Completed in 129 milliseconds