Home
last modified time | relevance | path

Searched refs:EVP_TEST (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/test/
H A Devp_test.c51 } EVP_TEST; typedef
58 int (*init)(EVP_TEST *t, const char *alg);
60 void (*cleanup)(EVP_TEST *t);
62 int (*parse)(EVP_TEST *t, const char *name, const char *value);
64 int (*run_test)(EVP_TEST *t);
114 static int check_fips_approved(EVP_TEST *t, int approved) in check_fips_approved()
136 static int mac_check_fips_approved(EVP_MAC_CTX *ctx, EVP_TEST *t) in mac_check_fips_approved()
155 static int pkey_check_fips_approved(EVP_PKEY_CTX *ctx, EVP_TEST *t) in pkey_check_fips_approved()
182 static int rand_check_fips_approved(EVP_RAND_CTX *ctx, EVP_TEST *t) in rand_check_fips_approved()
245 static int ctrl2params(EVP_TEST *t, STACK_OF(OPENSSL_STRING) *controls, in ctrl2params()
[all …]