Lines Matching refs:m2

42                                     const char *m2, size_t l2)  in test_fail_string_common()  argument
54 if (m2 == NULL) in test_fail_string_common()
57 if ((m1 == NULL) == (m2 == NULL)) { in test_fail_string_common()
62 test_string_null_empty(m2, '+'); in test_fail_string_common()
67 if (l1 != l2 || strncmp(m1, m2, l1) != 0) in test_fail_string_common()
80 b2[i] = isprint((unsigned char)m2[i]) ? m2[i] : '.'; in test_fail_string_common()
88 if (m1[i] == m2[i]) { in test_fail_string_common()
103 if (cnt == 0 && (m2 == NULL || *m2 == '\0')) in test_fail_string_common()
104 test_string_null_empty(m2, '+'); in test_fail_string_common()
112 if (m2 != NULL) in test_fail_string_common()
113 m2 += n2; in test_fail_string_common()
131 const char *m2, size_t l2) in test_fail_string_message() argument
134 m1, l1, m2, l2); in test_fail_string_message()
276 unsigned char *m1 = NULL, *m2 = NULL; in test_fail_bignum_common() local
313 m2 = bufp + len; in test_fail_bignum_common()
314 BN_bn2binpad(bn2, m2, len); in test_fail_bignum_common()
320 n2 = convert_bn_memory(m2, bytes, b2, &lz2, bn2); in test_fail_bignum_common()
351 if (m2 != NULL) in test_fail_bignum_common()
352 m2 += bytes; in test_fail_bignum_common()
428 const unsigned char *m2, size_t l2) in test_fail_memory_common() argument
439 if (m2 == NULL) in test_fail_memory_common()
442 if ((m1 == NULL) == (m2 == NULL)) { in test_fail_memory_common()
447 test_memory_null_empty(m2, '+'); in test_fail_memory_common()
452 if (l1 != l2 || (m1 != m2 && memcmp(m1, m2, l1) != 0)) in test_fail_memory_common()
463 hex_convert_memory(m2, n2, b2, 8); in test_fail_memory_common()
473 if (m1[i] == m2[i]) { in test_fail_memory_common()
494 if (cnt == 0 && (m2 == NULL || l2 == 0)) in test_fail_memory_common()
495 test_memory_null_empty(m2, '+'); in test_fail_memory_common()
503 if (m2 != NULL) in test_fail_memory_common()
504 m2 += n2; in test_fail_memory_common()
523 const unsigned char *m2, size_t l2) in test_fail_memory_message() argument
526 m1, l1, m2, l2); in test_fail_memory_message()