Searched refs:tgt_string (Results 1 – 1 of 1) sorted by relevance
20 ASN1_OCTET_STRING *tgt_string; member37 if (fixture->tgt_string != fixture->src_string) in tear_down()38 ASN1_OCTET_STRING_free(fixture->tgt_string); in tear_down()83 ossl_cmp_asn1_octet_string_set1(&fixture->tgt_string, in execute_CMP_ASN1_OCTET_STRING_set1_test()87 return TEST_int_eq(0, ASN1_OCTET_STRING_cmp(fixture->tgt_string, in execute_CMP_ASN1_OCTET_STRING_set1_test()96 if (!TEST_ptr(fixture->tgt_string = ASN1_OCTET_STRING_new()) in test_ASN1_OCTET_STRING_set()112 || !(fixture->tgt_string = fixture->src_string) in test_ASN1_OCTET_STRING_set_tgt_is_src()
Completed in 8 milliseconds