HomeSort by: relevance | last modified time | path
    Searched refs:EVP_TEST (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/test/
evp_test.c 22 #include "evp_test.h"
40 } EVP_TEST;
49 int (*init) (EVP_TEST * t, const char *alg);
51 void (*cleanup) (EVP_TEST * t);
53 int (*parse) (EVP_TEST * t, const char *name, const char *value);
55 int (*run_test) (EVP_TEST * t);
83 static int memory_err_compare(EVP_TEST *t, const char *err,
331 static int digest_test_init(EVP_TEST *t, const char *alg)
351 static void digest_test_cleanup(EVP_TEST *t)
359 static int digest_test_parse(EVP_TEST *t
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
evp_test.c 51 } EVP_TEST;
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)
136 static int mac_check_fips_approved(EVP_MAC_CTX *ctx, EVP_TEST *t)
155 static int pkey_check_fips_approved(EVP_PKEY_CTX *ctx, EVP_TEST *t)
182 static int rand_check_fips_approved(EVP_RAND_CTX *ctx, EVP_TEST *t)
245 static int ctrl2params(EVP_TEST *t, STACK_OF(OPENSSL_STRING) *controls
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
evp_test.c 47 } EVP_TEST;
54 int (*init) (EVP_TEST * t, const char *alg);
56 void (*cleanup) (EVP_TEST * t);
58 int (*parse) (EVP_TEST * t, const char *name, const char *value);
60 int (*run_test) (EVP_TEST * t);
98 static int memory_err_compare(EVP_TEST *t, const char *err,
340 static int digest_test_init(EVP_TEST *t, const char *alg)
366 static void digest_test_cleanup(EVP_TEST *t)
375 static int digest_test_parse(EVP_TEST *t,
398 static int digest_test_run(EVP_TEST *t
    [all...]

Completed in 26 milliseconds