HomeSort by: relevance | last modified time | path
    Searched refs:chain1 (Results 1 - 10 of 10) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/tls/
tls_dane.sh 168 cat eecert.pem cacert2.pem cacert1.pem > chain1.pem
172 checkpass "OOB root TA" 2 "$s" 0 rootcert "" chain1 "$HOST"
181 checkpass "valid TA" 2 "$s" "$m" "$ca" "" chain1 "$HOST"
182 checkpass "valid TA+CA" 2 "$s" "$m" "$ca" rootcert chain1 "$HOST"
183 checkpass "sub-domain" 2 "$s" "$m" "$ca" "" chain1 whatever ".$DOMAIN"
184 checkfail "wrong name" 2 "$s" "$m" "$ca" "" chain1 "whatever"
198 checkfail "missing TA" 2 "$s" 1 rootcert "" chain1 "$HOST"
221 chain.pem chain1.pem
  /src/sys/external/bsd/drm2/linux/
linux_dma_fence_chain.c 115 struct dma_fence_chain *chain1; local
122 f1 = (chain1 = to_dma_fence_chain(f)) ? chain1->dfc_fence : f;
140 struct dma_fence_chain *chain1; local
144 f1 = (chain1 = to_dma_fence_chain(f)) ? chain1->dfc_fence : f;
  /src/external/gpl3/gcc/dist/gcc/
ipa-icf-gimple.cc 746 tree chain1 = gimple_call_chain (s1); local
748 if ((chain1 && !chain2)
749 || (!chain1 && chain2)
750 || !compare_operand (chain1, chain2,
751 get_operand_access_type (&map, chain1)))
gimple-predicate-analysis.cc 760 /* Return true if the domain of CHAIN1 is a subset of that of CHAIN2.
764 subset_of (const pred_chain &chain1, const pred_chain &chain2)
766 unsigned np1 = chain1.length ();
774 const pred_info &info1 = chain1[i1];
gimple-ssa-strength-reduction.cc 443 cand_chain_hasher::equal (const cand_chain *chain1, const cand_chain *chain2)
445 return operand_equal_p (chain1->base_expr, chain2->base_expr, 0);
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-icf-gimple.cc 704 tree chain1 = gimple_call_chain (s1); local
706 if ((chain1 && !chain2)
707 || (!chain1 && chain2)
708 || !compare_operand (chain1, chain2,
709 get_operand_access_type (&map, chain1)))
gimple-predicate-analysis.cc 906 /* Return true if the domain of CHAIN1 is a subset of that of CHAIN2.
910 subset_of (const pred_chain &chain1, const pred_chain &chain2)
912 unsigned np1 = chain1.length ();
920 const pred_info &info1 = chain1[i1];
gimple-ssa-strength-reduction.cc 443 cand_chain_hasher::equal (const cand_chain *chain1, const cand_chain *chain2)
445 return operand_equal_p (chain1->base_expr, chain2->base_expr, 0);
  /src/external/bsd/openldap/dist/tests/scripts/
defines.sh 153 CHAINCONF1=$DATADIR/slapd-chain1.conf
335 LDIFCHAIN1=$DATADIR/test-chain1.ldif
  /src/crypto/external/apache2/openssl/dist/test/
sslapitest.c 3287 BIO *bio = NULL, *filter = NULL, *chain1 = NULL; local
3302 if (!TEST_ptr(chain1 = BIO_push(filter, bio))) {
3309 SSL_set0_wbio(ssl, chain1);
3310 chain1 = NULL;
3318 BIO_free(chain1);

Completed in 37 milliseconds