HomeSort by relevance Sort by last modified time
    Searched full:has_cert_chain (Results 1 - 1 of 1) sorted by null

  /external/boringssl/src/ssl/
ssl_asn1.cc 671 int has_cert_chain; local
672 if (!CBS_get_optional_asn1(&session, &cert_chain, &has_cert_chain,
674 (has_cert_chain && CBS_len(&cert_chain) == 0)) {
678 if (has_cert_chain && !has_peer) {
682 if (has_peer || has_cert_chain) {

Completed in 111 milliseconds