Searched refs:src_string (Results 1 – 2 of 2) sorted by relevance
| /third_party/openssl/test/ |
| D | cmp_asn_test.c | 19 ASN1_OCTET_STRING *src_string; member 36 ASN1_OCTET_STRING_free(fixture->src_string); in tear_down() 37 if (fixture->tgt_string != fixture->src_string) in tear_down() 72 fixture->src_string))) in execute_CMP_ASN1_OCTET_STRING_set1_test() 76 fixture->src_string)); in execute_CMP_ASN1_OCTET_STRING_set1_test() 85 || !TEST_ptr(fixture->src_string = ASN1_OCTET_STRING_new()) in test_ASN1_OCTET_STRING_set() 86 || !TEST_true(ASN1_OCTET_STRING_set(fixture->src_string, rand_data, in test_ASN1_OCTET_STRING_set() 99 if (!TEST_ptr(fixture->src_string = ASN1_OCTET_STRING_new()) in test_ASN1_OCTET_STRING_set_tgt_is_src() 100 || !(fixture->tgt_string = fixture->src_string) in test_ASN1_OCTET_STRING_set_tgt_is_src() 101 || !TEST_true(ASN1_OCTET_STRING_set(fixture->src_string, rand_data, in test_ASN1_OCTET_STRING_set_tgt_is_src()
|
| /third_party/mbedtls/tests/suites/ |
| D | test_suite_base64.function | 58 void mbedtls_base64_encode(char *src_string, char *dst_string, 68 strncpy((char *) src_str, src_string, sizeof(src_str) - 1); 86 void mbedtls_base64_decode(char *src_string, char *dst_string, int result) 96 strncpy((char *) src_str, src_string, sizeof(src_str) - 1);
|