Searched refs:pAuthors (Results 1 – 1 of 1) sorted by relevance
413 const SvtSecurityOptions::Certificate* pAuthors = aTrustedAuthors.getConstArray(); in isAuthorTrusted() local414 const SvtSecurityOptions::Certificate* pAuthorsEnd = pAuthors + aTrustedAuthors.getLength(); in isAuthorTrusted()415 for ( ; pAuthors != pAuthorsEnd; ++pAuthors ) in isAuthorTrusted()417 SvtSecurityOptions::Certificate aAuthor = *pAuthors; in isAuthorTrusted()
Completed in 7 milliseconds