Lines Matching refs:test_encode_decode
153 static int test_encode_decode(const char *file, const int line, in test_encode_decode() function
556 return test_encode_decode(__FILE__, __LINE__, type, key, in test_unprotected_via_DER()
577 return test_encode_decode(__FILE__, __LINE__, type, key, in test_unprotected_via_PEM()
628 return test_encode_decode(__FILE__, __LINE__, type, key, OSSL_KEYMGMT_SELECT_DOMAIN_PARAMETERS, in test_params_via_DER()
637 return test_encode_decode(__FILE__, __LINE__, type, key, OSSL_KEYMGMT_SELECT_DOMAIN_PARAMETERS, in test_params_via_PEM()
663 return test_encode_decode(__FILE__, __LINE__, type, key, in test_unprotected_via_legacy_PEM()
685 return test_encode_decode(__FILE__, __LINE__, type, key, in test_unprotected_via_MSBLOB()
706 return test_encode_decode(__FILE__, __LINE__, type, key, in test_unprotected_via_PVK()
732 return test_encode_decode(__FILE__, __LINE__, type, key, in test_protected_via_DER()
754 return test_encode_decode(__FILE__, __LINE__, type, key, in test_protected_via_PEM()
783 return test_encode_decode(__FILE__, __LINE__, type, key, in test_protected_via_legacy_PEM()
800 ret = test_encode_decode(__FILE__, __LINE__, type, key, in test_protected_via_PVK()
824 return test_encode_decode(__FILE__, __LINE__, type, key, in test_public_via_DER()
844 return test_encode_decode(__FILE__, __LINE__, type, key, in test_public_via_PEM()
867 …return test_encode_decode(__FILE__, __LINE__, type, key, OSSL_KEYMGMT_SELECT_PUBLIC_KEY | OSSL_KEY… in test_public_via_MSBLOB()