Lines Matching refs:line

30 #define TEST_FL_ptr(a)               test_ptr(file, line, #a, a)
31 #define TEST_FL_mem_eq(a, m, b, n) test_mem_eq(file, line, #a, #b, a, m, b, n)
32 #define TEST_FL_strn_eq(a, b, n) test_strn_eq(file, line, #a, #b, a, n, b, n)
33 #define TEST_FL_strn2_eq(a, m, b, n) test_strn_eq(file, line, #a, #b, a, m, b, n)
34 #define TEST_FL_int_eq(a, b) test_int_eq(file, line, #a, #b, a, b)
35 #define TEST_FL_int_ge(a, b) test_int_ge(file, line, #a, #b, a, b)
36 #define TEST_FL_int_gt(a, b) test_int_gt(file, line, #a, #b, a, b)
37 #define TEST_FL_long_gt(a, b) test_long_gt(file, line, #a, #b, a, b)
38 #define TEST_FL_true(a) test_true(file, line, #a, (a) != 0)
129 typedef int (encoder)(const char *file, const int line,
134 typedef int (decoder)(const char *file, const int line,
138 typedef int (tester)(const char *file, const int line,
141 typedef int (checker)(const char *file, const int line,
147 static int test_encode_decode(const char *file, const int line, in test_encode_decode() argument
168 if (!TEST_true(encode_cb(file, line, &encoded, &encoded_len, pkey, selection, in test_encode_decode()
170 || !TEST_true(check_cb(file, line, type, encoded, encoded_len)) in test_encode_decode()
171 || !TEST_true(decode_cb(file, line, (void **)&pkey2, encoded, encoded_len, in test_encode_decode()
175 || !TEST_true(encode_cb(file, line, &encoded2, &encoded2_len, pkey2, selection, in test_encode_decode()
193 && !test_cb(file, line, encoded, encoded_len, encoded2, encoded2_len)) in test_encode_decode()
213 static int encode_EVP_PKEY_prov(const char *file, const int line, in encode_EVP_PKEY_prov() argument
254 static int decode_EVP_PKEY_prov(const char *file, const int line, in decode_EVP_PKEY_prov() argument
329 static int encode_EVP_PKEY_legacy_PEM(const char *file, const int line, in encode_EVP_PKEY_legacy_PEM() argument
369 static int encode_EVP_PKEY_MSBLOB(const char *file, const int line, in encode_EVP_PKEY_MSBLOB() argument
414 static int encode_EVP_PKEY_PVK(const char *file, const int line, in encode_EVP_PKEY_PVK() argument
447 static int test_text(const char *file, const int line, in test_text() argument
454 static int test_mem(const char *file, const int line, in test_mem() argument
496 static int check_unprotected_PKCS8_DER(const char *file, const int line, in check_unprotected_PKCS8_DER() argument
535 static int check_unprotected_PKCS8_PEM(const char *file, const int line, in check_unprotected_PKCS8_PEM() argument
558 static int check_params_DER(const char *file, const int line, in check_params_DER() argument
584 static int check_params_PEM(const char *file, const int line, in check_params_PEM() argument
616 static int check_unprotected_legacy_PEM(const char *file, const int line, in check_unprotected_legacy_PEM() argument
643 static int check_MSBLOB(const char *file, const int line, in check_MSBLOB() argument
665 static int check_PVK(const char *file, const int line, in check_PVK() argument
689 static int check_protected_PKCS8_DER(const char *file, const int line, in check_protected_PKCS8_DER() argument
713 static int check_protected_PKCS8_PEM(const char *file, const int line, in check_protected_PKCS8_PEM() argument
736 static int check_protected_legacy_PEM(const char *file, const int line, in check_protected_legacy_PEM() argument
783 static int check_public_DER(const char *file, const int line, in check_public_DER() argument
804 static int check_public_PEM(const char *file, const int line, in check_public_PEM() argument
825 static int check_public_MSBLOB(const char *file, const int line, in check_public_MSBLOB() argument