Symbol: EVP_TEST
crypto/openssl/test/evp_test.c
1001
static int cipher_test_parse(EVP_TEST *t, const char *keyword,
crypto/openssl/test/evp_test.c
1086
static int cipher_test_enc(EVP_TEST *t, int enc, size_t out_misalign,
crypto/openssl/test/evp_test.c
114
static int check_fips_approved(EVP_TEST *t, int approved)
crypto/openssl/test/evp_test.c
136
static int mac_check_fips_approved(EVP_MAC_CTX *ctx, EVP_TEST *t)
crypto/openssl/test/evp_test.c
1474
static int cipher_test_run(EVP_TEST *t)
crypto/openssl/test/evp_test.c
155
static int pkey_check_fips_approved(EVP_PKEY_CTX *ctx, EVP_TEST *t)
crypto/openssl/test/evp_test.c
1606
static int mac_test_init(EVP_TEST *t, const char *alg)
crypto/openssl/test/evp_test.c
1663
static void mac_test_cleanup(EVP_TEST *t)
crypto/openssl/test/evp_test.c
1679
static int mac_test_parse(EVP_TEST *t,
crypto/openssl/test/evp_test.c
1723
static int mac_test_ctrl_pkey(EVP_TEST *t, EVP_PKEY_CTX *pctx,
crypto/openssl/test/evp_test.c
1746
static int mac_test_run_pkey(EVP_TEST *t)
crypto/openssl/test/evp_test.c
182
static int rand_check_fips_approved(EVP_RAND_CTX *ctx, EVP_TEST *t)
crypto/openssl/test/evp_test.c
1867
static int mac_test_run_mac(EVP_TEST *t)
crypto/openssl/test/evp_test.c
2106
static int mac_test_run(EVP_TEST *t)
crypto/openssl/test/evp_test.c
2152
static int kem_test_init(EVP_TEST *t, const char *alg)
crypto/openssl/test/evp_test.c
2170
static void kem_test_cleanup(EVP_TEST *t)
crypto/openssl/test/evp_test.c
2186
static int kem_test_parse(EVP_TEST *t, const char *keyword, const char *value)
crypto/openssl/test/evp_test.c
2215
static int encapsulate(EVP_TEST *t, EVP_PKEY_CTX *ctx, const char *op,
crypto/openssl/test/evp_test.c
2301
static int decapsulate(EVP_TEST *t, EVP_PKEY_CTX *ctx, const char *op,
crypto/openssl/test/evp_test.c
2356
static int kem_test_run(EVP_TEST *t)
crypto/openssl/test/evp_test.c
245
static int ctrl2params(EVP_TEST *t, STACK_OF(OPENSSL_STRING) *controls,
crypto/openssl/test/evp_test.c
2468
static int pkey_test_init_keyctx(EVP_TEST *t, const char *keyname,
crypto/openssl/test/evp_test.c
2498
static int pkey_test_init(EVP_TEST *t, const char *name,
crypto/openssl/test/evp_test.c
2521
static int pkey_test_init_ex2(EVP_TEST *t, const char *name,
crypto/openssl/test/evp_test.c
2565
static void pkey_test_cleanup(EVP_TEST *t)
crypto/openssl/test/evp_test.c
2577
static int pkey_test_ctrl(EVP_TEST *t, EVP_PKEY_CTX *pctx,
crypto/openssl/test/evp_test.c
2607
static int pkey_add_control(EVP_TEST *t, STACK_OF(OPENSSL_STRING) *controls,
crypto/openssl/test/evp_test.c
2628
static int pkey_test_parse(EVP_TEST *t,
crypto/openssl/test/evp_test.c
2643
static int pkey_test_run_init(EVP_TEST *t)
crypto/openssl/test/evp_test.c
2688
static int pkey_test_run(EVP_TEST *t)
crypto/openssl/test/evp_test.c
2755
static int pkey_fromdata_test_init(EVP_TEST *t, const char *name)
crypto/openssl/test/evp_test.c
2783
static void pkey_fromdata_test_cleanup(EVP_TEST *t)
crypto/openssl/test/evp_test.c
2791
static int pkey_fromdata_test_parse(EVP_TEST *t,
crypto/openssl/test/evp_test.c
2801
static int pkey_fromdata_test_run(EVP_TEST *t)
crypto/openssl/test/evp_test.c
2848
static int sign_test_init(EVP_TEST *t, const char *name)
crypto/openssl/test/evp_test.c
2868
static int sign_test_message_init(EVP_TEST *t, const char *name)
crypto/openssl/test/evp_test.c
2887
static int verify_recover_test_init(EVP_TEST *t, const char *name)
crypto/openssl/test/evp_test.c
2905
static int decrypt_test_init(EVP_TEST *t, const char *name)
crypto/openssl/test/evp_test.c
2924
static int verify_test_init(EVP_TEST *t, const char *name)
crypto/openssl/test/evp_test.c
2932
static int verify_test_run(EVP_TEST *t)
crypto/openssl/test/evp_test.c
296
static int kdf_check_fips_approved(EVP_KDF_CTX *ctx, EVP_TEST *t)
crypto/openssl/test/evp_test.c
2963
static int verify_message_test_init(EVP_TEST *t, const char *name)
crypto/openssl/test/evp_test.c
2982
static int verify_message_public_test_init(EVP_TEST *t, const char *name)
crypto/openssl/test/evp_test.c
2996
static int pderive_test_init(EVP_TEST *t, const char *name)
crypto/openssl/test/evp_test.c
3001
static int pderive_test_parse(EVP_TEST *t,
crypto/openssl/test/evp_test.c
3028
static int pderive_test_run(EVP_TEST *t)
crypto/openssl/test/evp_test.c
308
static int cipher_check_fips_approved(EVP_CIPHER_CTX *ctx, EVP_TEST *t)
crypto/openssl/test/evp_test.c
3144
static int scrypt_test_parse(EVP_TEST *t,
crypto/openssl/test/evp_test.c
3161
static int pbkdf2_test_parse(EVP_TEST *t,
crypto/openssl/test/evp_test.c
3181
static int pkcs12_test_parse(EVP_TEST *t,
crypto/openssl/test/evp_test.c
3195
static int pbe_test_init(EVP_TEST *t, const char *alg)
crypto/openssl/test/evp_test.c
3222
static void pbe_test_cleanup(EVP_TEST *t)
crypto/openssl/test/evp_test.c
3231
static int pbe_test_parse(EVP_TEST *t,
crypto/openssl/test/evp_test.c
3253
static int pbe_test_run(EVP_TEST *t)
crypto/openssl/test/evp_test.c
326
static int memory_err_compare(EVP_TEST *t, const char *err,
crypto/openssl/test/evp_test.c
3342
static int encode_test_init(EVP_TEST *t, const char *encoding)
crypto/openssl/test/evp_test.c
3369
static void encode_test_cleanup(EVP_TEST *t)
crypto/openssl/test/evp_test.c
3378
static int encode_test_parse(EVP_TEST *t,
crypto/openssl/test/evp_test.c
3390
static int encode_test_run(EVP_TEST *t)
crypto/openssl/test/evp_test.c
3542
static int rand_test_init(EVP_TEST *t, const char *name)
crypto/openssl/test/evp_test.c
3583
static void rand_test_cleanup(EVP_TEST *t)
crypto/openssl/test/evp_test.c
3608
static int rand_test_parse(EVP_TEST *t,
crypto/openssl/test/evp_test.c
3670
static int rand_test_run(EVP_TEST *t)
crypto/openssl/test/evp_test.c
3817
static int kdf_test_init(EVP_TEST *t, const char *name)
crypto/openssl/test/evp_test.c
3849
static void kdf_test_cleanup(EVP_TEST *t)
crypto/openssl/test/evp_test.c
3861
static int kdf_test_ctrl(EVP_TEST *t, EVP_KDF_CTX *kctx,
crypto/openssl/test/evp_test.c
3959
static int kdf_test_parse(EVP_TEST *t,
crypto/openssl/test/evp_test.c
3973
static int kdf_test_run(EVP_TEST *t)
crypto/openssl/test/evp_test.c
4053
static int pkey_kdf_test_init(EVP_TEST *t, const char *name)
crypto/openssl/test/evp_test.c
4079
static void pkey_kdf_test_cleanup(EVP_TEST *t)
crypto/openssl/test/evp_test.c
4087
static int pkey_kdf_test_parse(EVP_TEST *t,
crypto/openssl/test/evp_test.c
4099
static int pkey_kdf_test_run(EVP_TEST *t)
crypto/openssl/test/evp_test.c
4167
static int keypair_test_init(EVP_TEST *t, const char *pair)
crypto/openssl/test/evp_test.c
4213
static void keypair_test_cleanup(EVP_TEST *t)
crypto/openssl/test/evp_test.c
4222
static int void_test_parse(EVP_TEST *t, const char *keyword, const char *value)
crypto/openssl/test/evp_test.c
4227
static int keypair_test_run(EVP_TEST *t)
crypto/openssl/test/evp_test.c
4286
static int keygen_test_init(EVP_TEST *t, const char *alg)
crypto/openssl/test/evp_test.c
4307
static void keygen_test_cleanup(EVP_TEST *t)
crypto/openssl/test/evp_test.c
4320
static int keygen_test_parse(EVP_TEST *t,
crypto/openssl/test/evp_test.c
4337
static int check_pkey_expected_values(EVP_TEST *t, const EVP_PKEY *pkey,
crypto/openssl/test/evp_test.c
4374
static int keygen_test_run(EVP_TEST *t)
crypto/openssl/test/evp_test.c
4503
static int digestsigver_test_init(EVP_TEST *t, const char *alg, int is_verify,
crypto/openssl/test/evp_test.c
4533
static int digestsign_test_init(EVP_TEST *t, const char *alg)
crypto/openssl/test/evp_test.c
4538
static void digestsigver_test_cleanup(EVP_TEST *t)
crypto/openssl/test/evp_test.c
4552
static int digestsigver_test_parse(EVP_TEST *t,
crypto/openssl/test/evp_test.c
4599
static int check_deterministic_noncetype(EVP_TEST *t,
crypto/openssl/test/evp_test.c
4621
static int signverify_init(EVP_TEST *t, DIGESTSIGN_DATA *data)
crypto/openssl/test/evp_test.c
4669
static int digestsign_test_run(EVP_TEST *t)
crypto/openssl/test/evp_test.c
4725
static int digestverify_test_init(EVP_TEST *t, const char *alg)
crypto/openssl/test/evp_test.c
4736
static int digestverify_test_run(EVP_TEST *t)
crypto/openssl/test/evp_test.c
4763
static int oneshot_digestsign_test_init(EVP_TEST *t, const char *alg)
crypto/openssl/test/evp_test.c
4768
static int oneshot_digestsign_test_run(EVP_TEST *t)
crypto/openssl/test/evp_test.c
4811
static int oneshot_digestverify_test_init(EVP_TEST *t, const char *alg)
crypto/openssl/test/evp_test.c
4816
static int oneshot_digestverify_test_run(EVP_TEST *t)
crypto/openssl/test/evp_test.c
4881
static void clear_test(EVP_TEST *t)
crypto/openssl/test/evp_test.c
4908
static int check_test_error(EVP_TEST *t)
crypto/openssl/test/evp_test.c
4971
static int run_test(EVP_TEST *t)
crypto/openssl/test/evp_test.c
5115
static int parse(EVP_TEST *t)
crypto/openssl/test/evp_test.c
5336
EVP_TEST *t;
crypto/openssl/test/evp_test.c
58
int (*init)(EVP_TEST *t, const char *alg);
crypto/openssl/test/evp_test.c
60
void (*cleanup)(EVP_TEST *t);
crypto/openssl/test/evp_test.c
62
int (*parse)(EVP_TEST *t, const char *name, const char *value);
crypto/openssl/test/evp_test.c
64
int (*run_test)(EVP_TEST *t);
crypto/openssl/test/evp_test.c
666
static int digest_test_init(EVP_TEST *t, const char *alg)
crypto/openssl/test/evp_test.c
695
static void digest_test_cleanup(EVP_TEST *t)
crypto/openssl/test/evp_test.c
704
static int digest_test_parse(EVP_TEST *t,
crypto/openssl/test/evp_test.c
738
static int test_duplicate_md_ctx(EVP_TEST *t, EVP_MD_CTX *mctx)
crypto/openssl/test/evp_test.c
758
static int digest_test_run(EVP_TEST *t)
crypto/openssl/test/evp_test.c
927
static int cipher_test_init(EVP_TEST *t, const char *alg)
crypto/openssl/test/evp_test.c
983
static void cipher_test_cleanup(EVP_TEST *t)