Home | History | Annotate | Download | only in base

Lines Matching full:chain

294 // Saves some information about the certificate chain chain_context in
303 // Each chain starts with the end entity certificate (i = 0) and ends with
468 void AppendPublicKeyHashes(PCCERT_CHAIN_CONTEXT chain,
470 if (chain->cChain == 0)
473 PCERT_SIMPLE_CHAIN first_chain = chain->rgpChain[0];
536 // IsIssuedByKnownRoot returns true if the given chain is rooted at a root CA
678 // Build and validate certificate chain.
901 // certificates in the certificate chain according to Section 7 (pp. 11-12)
915 // Check the end certificate simple chain (chain_context->rgpChain[0]).