Lines Matching refs:TEST_int_eq
53 if (!TEST_int_eq(ossl_cmp_hdr_set_pvno(fixture->hdr, pvno), 1))
55 if (!TEST_int_eq(ossl_cmp_hdr_get_pvno(fixture->hdr), pvno))
82 if (!TEST_int_eq(OSSL_CMP_CTX_set1_subjectName(fixture->cmp_ctx, sender),
85 if (!TEST_int_eq(ossl_cmp_hdr_init(fixture->cmp_ctx, fixture->hdr),
89 if (!TEST_int_eq(ASN1_OCTET_STRING_cmp(fixture->cmp_ctx->senderNonce, sn),
117 if (!TEST_int_eq(ossl_cmp_hdr_set1_sender(fixture->hdr, x509name), 1))
120 if (!TEST_int_eq(fixture->hdr->sender->type, GEN_DIRNAME))
123 if (!TEST_int_eq(X509_NAME_cmp(fixture->hdr->sender->d.directoryName,
151 if (!TEST_int_eq(ossl_cmp_hdr_set1_recipient(fixture->hdr, x509name), 1))
154 if (!TEST_int_eq(fixture->hdr->recipient->type, GEN_DIRNAME))
157 if (!TEST_int_eq(X509_NAME_cmp(fixture->hdr->recipient->d.directoryName,
222 if (!TEST_int_eq(ASN1_OCTET_STRING_set(senderKID, rand_data,
225 if (!TEST_int_eq(ossl_cmp_hdr_set1_senderKID(fixture->hdr, senderKID), 1))
227 if (!TEST_int_eq(ASN1_OCTET_STRING_cmp(fixture->hdr->senderKID,
254 if (!TEST_int_eq(ossl_cmp_hdr_push0_freeText(fixture->hdr, text), 1))
287 if (!TEST_int_eq(ossl_cmp_hdr_push1_freeText(fixture->hdr, text), 1))
291 if (!TEST_int_eq(ASN1_STRING_cmp(text, pushed_text), 0))
317 if (!TEST_int_eq(ossl_cmp_hdr_generalInfo_push0_item(fixture->hdr, itav),
367 if (!TEST_int_eq(ossl_cmp_hdr_generalInfo_push1_items(fixture->hdr, itavs),
373 if (!TEST_int_eq(memcmp(oid, buf, sizeof(oid)), 0))
377 if (!TEST_int_eq(ASN1_TYPE_cmp(itav->infoValue.other, pushed_val), 0))
417 if (!TEST_int_eq(fixture->expected,
423 if (!TEST_int_eq(ossl_cmp_hdr_get_pvno(fixture->hdr), OSSL_CMP_PVNO))
427 if (!TEST_int_eq(0, ASN1_OCTET_STRING_cmp(header_nonce,
439 || !TEST_int_eq(0, ASN1_OCTET_STRING_cmp(header_nonce,
453 if (!TEST_int_eq(1, RAND_bytes(ref, sizeof(ref)))