Lines Matching refs:m1

42                                     const char *op, const char *m1, size_t l1,  in test_fail_string_common()  argument
53 if (m1 == NULL) in test_fail_string_common()
58 if ((m1 == NULL) == (m2 == NULL)) { in test_fail_string_common()
59 test_string_null_empty(m1, ' '); in test_fail_string_common()
62 test_string_null_empty(m1, '-'); in test_fail_string_common()
68 if (l1 != l2 || strncmp(m1, m2, l1) != 0) in test_fail_string_common()
76 b1[i] = isprint((unsigned char)m1[i]) ? m1[i] : '.'; in test_fail_string_common()
89 if (m1[i] == m2[i]) { in test_fail_string_common()
100 if (cnt == 0 && (m1 == NULL || *m1 == '\0')) in test_fail_string_common()
101 test_string_null_empty(m1, '-'); in test_fail_string_common()
111 if (m1 != NULL) in test_fail_string_common()
112 m1 += n1; in test_fail_string_common()
131 const char *op, const char *m1, size_t l1, in test_fail_string_message() argument
135 m1, l1, m2, l2); in test_fail_string_message()
277 unsigned char *m1 = NULL, *m2 = NULL; in test_fail_bignum_common() local
310 m1 = bufp; in test_fail_bignum_common()
311 BN_bn2binpad(bn1, m1, len); in test_fail_bignum_common()
320 n1 = convert_bn_memory(m1, bytes, b1, &lz1, bn1); in test_fail_bignum_common()
350 if (m1 != NULL) in test_fail_bignum_common()
351 m1 += bytes; in test_fail_bignum_common()
428 const unsigned char *m1, size_t l1, in test_fail_memory_common() argument
438 if (m1 == NULL) in test_fail_memory_common()
443 if ((m1 == NULL) == (m2 == NULL)) { in test_fail_memory_common()
444 test_memory_null_empty(m1, ' '); in test_fail_memory_common()
447 test_memory_null_empty(m1, '-'); in test_fail_memory_common()
453 if (l1 != l2 || (m1 != m2 && memcmp(m1, m2, l1) != 0)) in test_fail_memory_common()
460 hex_convert_memory(m1, n1, b1, 8); in test_fail_memory_common()
474 if (m1[i] == m2[i]) { in test_fail_memory_common()
491 if (cnt == 0 && (m1 == NULL || l1 == 0)) in test_fail_memory_common()
492 test_memory_null_empty(m1, '-'); in test_fail_memory_common()
502 if (m1 != NULL) in test_fail_memory_common()
503 m1 += n1; in test_fail_memory_common()
523 const unsigned char *m1, size_t l1, in test_fail_memory_message() argument
527 m1, l1, m2, l2); in test_fail_memory_message()