Lines Matching defs:type
76 static EVP_PKEY *make_template(const char *type, OSSL_PARAM *genparams) in make_template()
109 static EVP_PKEY *make_key(const char *type, EVP_PKEY *template, in make_key()
154 const char *type, EVP_PKEY *pkey, in test_encode_decode()
526 const char *type, in check_unprotected_PKCS8_DER()
553 static int test_unprotected_via_DER(const char *type, EVP_PKEY *key, int fips) in test_unprotected_via_DER()
565 const char *type, in check_unprotected_PKCS8_PEM()
575 static int test_unprotected_via_PEM(const char *type, EVP_PKEY *key, int fips) in test_unprotected_via_PEM()
588 const char *type, const void *data, size_t data_len) in check_params_DER()
614 const char *type, in check_params_PEM()
626 static int test_params_via_DER(const char *type, EVP_PKEY *key) in test_params_via_DER()
635 static int test_params_via_PEM(const char *type, EVP_PKEY *key) in test_params_via_PEM()
646 const char *type, in check_unprotected_legacy_PEM()
658 static int test_unprotected_via_legacy_PEM(const char *type, EVP_PKEY *key) in test_unprotected_via_legacy_PEM()
673 const char *type, const void *data, size_t data_len) in check_MSBLOB()
683 static int test_unprotected_via_MSBLOB(const char *type, EVP_PKEY *key) in test_unprotected_via_MSBLOB()
695 const char *type, const void *data, size_t data_len) in check_PVK()
704 static int test_unprotected_via_PVK(const char *type, EVP_PKEY *key) in test_unprotected_via_PVK()
719 const char *type, in check_protected_PKCS8_DER()
730 static int test_protected_via_DER(const char *type, EVP_PKEY *key, int fips) in test_protected_via_DER()
743 const char *type, in check_protected_PKCS8_PEM()
753 static int test_protected_via_PEM(const char *type, EVP_PKEY *key, int fips) in test_protected_via_PEM()
766 const char *type, in check_protected_legacy_PEM()
779 static int test_protected_via_legacy_PEM(const char *type, EVP_PKEY *key) in test_protected_via_legacy_PEM()
794 static int test_protected_via_PVK(const char *type, EVP_PKEY *key) in test_protected_via_PVK()
813 const char *type, const void *data, size_t data_len) in check_public_DER()
823 static int test_public_via_DER(const char *type, EVP_PKEY *key, int fips) in test_public_via_DER()
835 const char *type, const void *data, size_t data_len) in check_public_PEM()
845 static int test_public_via_PEM(const char *type, EVP_PKEY *key, int fips) in test_public_via_PEM()
857 const char *type, in check_public_MSBLOB()
868 static int test_public_via_MSBLOB(const char *type, EVP_PKEY *key) in test_public_via_MSBLOB()