Searched refs:tgt_string (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dcmp_asn_test.c20 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 202 milliseconds