Lines Matching defs:type
77 static EVP_PKEY *make_template(const char *type, OSSL_PARAM *genparams) in make_template()
115 static EVP_PKEY *make_key(const char *type, EVP_PKEY *template, in make_key()
160 const char *type, EVP_PKEY *pkey, in test_encode_decode()
560 const char *type, in check_unprotected_PKCS8_DER()
587 static int test_unprotected_via_DER(const char *type, EVP_PKEY *key, int fips) in test_unprotected_via_DER()
598 static int test_unprotected_via_i2d(const char *type, EVP_PKEY *key, int fips) in test_unprotected_via_i2d()
610 const char *type, in check_unprotected_PKCS8_PEM()
620 static int test_unprotected_via_PEM(const char *type, EVP_PKEY *key, int fips) in test_unprotected_via_PEM()
633 const char *type, const void *data, size_t data_len) in check_params_DER()
659 const char *type, in check_params_PEM()
671 static int test_params_via_DER(const char *type, EVP_PKEY *key) in test_params_via_DER()
680 static int test_params_via_PEM(const char *type, EVP_PKEY *key) in test_params_via_PEM()
691 const char *type, in check_unprotected_legacy_PEM()
703 static int test_unprotected_via_legacy_PEM(const char *type, EVP_PKEY *key) in test_unprotected_via_legacy_PEM()
718 const char *type, const void *data, size_t data_len) in check_MSBLOB()
728 static int test_unprotected_via_MSBLOB(const char *type, EVP_PKEY *key) in test_unprotected_via_MSBLOB()
740 const char *type, const void *data, size_t data_len) in check_PVK()
750 static int test_unprotected_via_PVK(const char *type, EVP_PKEY *key) in test_unprotected_via_PVK()
765 const char *type, in check_protected_PKCS8_DER()
776 static int test_protected_via_DER(const char *type, EVP_PKEY *key, int fips) in test_protected_via_DER()
789 const char *type, in check_protected_PKCS8_PEM()
799 static int test_protected_via_PEM(const char *type, EVP_PKEY *key, int fips) in test_protected_via_PEM()
812 const char *type, in check_protected_legacy_PEM()
825 static int test_protected_via_legacy_PEM(const char *type, EVP_PKEY *key) in test_protected_via_legacy_PEM()
840 static int test_protected_via_PVK(const char *type, EVP_PKEY *key) in test_protected_via_PVK()
859 const char *type, const void *data, size_t data_len) in check_public_DER()
870 static int test_public_via_DER(const char *type, EVP_PKEY *key, int fips) in test_public_via_DER()
882 const char *type, const void *data, size_t data_len) in check_public_PEM()
892 static int test_public_via_PEM(const char *type, EVP_PKEY *key, int fips) in test_public_via_PEM()
904 const char *type, in check_public_MSBLOB()
915 static int test_public_via_MSBLOB(const char *type, EVP_PKEY *key) in test_public_via_MSBLOB()