HomeSort by: relevance | last modified time | path
    Searched defs:tgt_string (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
cmp_asn_test.c 20 ASN1_OCTET_STRING *tgt_string; member in struct:test_fixture
37 if (fixture->tgt_string != fixture->src_string)
38 ASN1_OCTET_STRING_free(fixture->tgt_string);
83 ossl_cmp_asn1_octet_string_set1(&fixture->tgt_string,
87 return TEST_int_eq(0, ASN1_OCTET_STRING_cmp(fixture->tgt_string, fixture->src_string));
95 if (!TEST_ptr(fixture->tgt_string = ASN1_OCTET_STRING_new())
111 || !(fixture->tgt_string = fixture->src_string)
  /src/crypto/external/bsd/openssl/dist/test/
cmp_asn_test.c 20 ASN1_OCTET_STRING *tgt_string; member in struct:test_fixture
37 if (fixture->tgt_string != fixture->src_string)
38 ASN1_OCTET_STRING_free(fixture->tgt_string);
83 ossl_cmp_asn1_octet_string_set1(&fixture->tgt_string,
87 return TEST_int_eq(0, ASN1_OCTET_STRING_cmp(fixture->tgt_string,
96 if (!TEST_ptr(fixture->tgt_string = ASN1_OCTET_STRING_new())
112 || !(fixture->tgt_string = fixture->src_string)

Completed in 24 milliseconds