Lines Matching refs:sk_X509_push
373 || !TEST_true(sk_X509_push(fixture->certs, endentity1))
374 || !TEST_true(sk_X509_push(fixture->certs, root))
375 || !TEST_true(sk_X509_push(fixture->certs, intermediate))
376 || !TEST_true(sk_X509_push(fixture->chain, endentity2))
377 || !TEST_true(sk_X509_push(fixture->chain, intermediate))) {
384 if (result && TEST_true(sk_X509_push(fixture->chain, root)))
399 || !TEST_true(sk_X509_push(fixture->certs, endentity1))
400 || !TEST_true(sk_X509_push(fixture->certs, root))
401 || !TEST_true(sk_X509_push(fixture->chain, endentity2))) {
417 || !TEST_true(sk_X509_push(fixture->certs, endentity1))
418 || !TEST_true(sk_X509_push(fixture->certs, intermediate))
419 || !TEST_true(sk_X509_push(fixture->chain, endentity2))
420 || !TEST_true(sk_X509_push(fixture->chain, intermediate))) {
436 || !TEST_true(sk_X509_push(fixture->certs, root))
437 || !TEST_true(sk_X509_push(fixture->chain, root))) {
453 || !TEST_true(sk_X509_push(fixture->chain, endentity2))) {
488 || !sk_X509_push(fixture->certs, endentity1)
489 || !sk_X509_push(fixture->certs, endentity2)
490 || !sk_X509_push(fixture->certs, root)
491 || !sk_X509_push(fixture->certs, intermediate)
506 if (!TEST_true(sk_X509_push(fixture->certs, endentity1))
507 || !TEST_true(sk_X509_push(fixture->certs, endentity2))
508 || !TEST_true(sk_X509_push(fixture->certs, root))
509 || !TEST_true(sk_X509_push(fixture->certs, intermediate))
510 || !TEST_true(sk_X509_push(fixture->chain, root))) {