H A D | endecode_test.c | 29 /* Extended test macros to allow passing file & line number */ 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, # 149 test_encode_decode(const char *file, const int line, const char *type, EVP_PKEY *pkey, int selection, const char *output_type, const char *output_structure, const char *pass, const char *pcipher, encoder *encode_cb, decoder *decode_cb, tester *test_cb, checker *check_cb, dumper *dump_cb, int flags) test_encode_decode() argument 226 encode_EVP_PKEY_prov(const char *file, const int line, void **encoded, long *encoded_len, void *object, int selection, const char *output_type, const char *output_structure, const char *pass, const char *pcipher) encode_EVP_PKEY_prov() argument 267 decode_EVP_PKEY_prov(const char *file, const int line, void **object, void *encoded, long encoded_len, const char *input_type, const char *structure_type, const char *keytype, int selection, const char *pass) decode_EVP_PKEY_prov() argument 342 encode_EVP_PKEY_legacy_PEM(const char *file, const int line, void **encoded, long *encoded_len, void *object, ossl_unused int selection, ossl_unused const char *output_type, ossl_unused const char *output_structure, const char *pass, const char *pcipher) encode_EVP_PKEY_legacy_PEM() argument 382 encode_EVP_PKEY_MSBLOB(const char *file, const int line, void **encoded, long *encoded_len, void *object, int selection, ossl_unused const char *output_type, ossl_unused const char *output_structure, ossl_unused const char *pass, ossl_unused const char *pcipher) encode_EVP_PKEY_MSBLOB() argument 427 encode_EVP_PKEY_PVK(const char *file, const int line, void **encoded, long *encoded_len, void *object, int selection, ossl_unused const char *output_type, ossl_unused const char *output_structure, const char *pass, ossl_unused const char *pcipher) encode_EVP_PKEY_PVK() argument 460 test_text(const char *file, const int line, const void *data1, size_t data1_len, const void *data2, size_t data2_len) test_text() argument 467 test_mem(const char *file, const int line, const void *data1, size_t data1_len, const void *data2, size_t data2_len) test_mem() argument 509 check_unprotected_PKCS8_DER(const char *file, const int line, const char *type, const void *data, size_t data_len) check_unprotected_PKCS8_DER() argument 548 check_unprotected_PKCS8_PEM(const char *file, const int line, const char *type, const void *data, size_t data_len) check_unprotected_PKCS8_PEM() argument 571 check_params_DER(const char *file, const int line, const char *type, const void *data, size_t data_len) check_params_DER() argument 597 check_params_PEM(const char *file, const int line, const char *type, const void *data, size_t data_len) check_params_PEM() argument 629 check_unprotected_legacy_PEM(const char *file, const int line, const char *type, const void *data, size_t data_len) check_unprotected_legacy_PEM() argument 656 check_MSBLOB(const char *file, const int line, const char *type, const void *data, size_t data_len) check_MSBLOB() argument 678 check_PVK(const char *file, const int line, const char *type, const void *data, size_t data_len) check_PVK() argument 702 check_protected_PKCS8_DER(const char *file, const int line, const char *type, const void *data, size_t data_len) check_protected_PKCS8_DER() argument 726 check_protected_PKCS8_PEM(const char *file, const int line, const char *type, const void *data, size_t data_len) check_protected_PKCS8_PEM() argument 749 check_protected_legacy_PEM(const char *file, const int line, const char *type, const void *data, size_t data_len) check_protected_legacy_PEM() argument 796 check_public_DER(const char *file, const int line, const char *type, const void *data, size_t data_len) check_public_DER() argument 818 check_public_PEM(const char *file, const int line, const char *type, const void *data, size_t data_len) check_public_PEM() argument 840 check_public_MSBLOB(const char *file, const int line, const char *type, const void *data, size_t data_len) check_public_MSBLOB() argument [all...] |