Home
last modified time | relevance | path

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

/openssl/test/
H A Dfake_rsaprov.c303 TEST_ptr(sigctx); in fake_rsa_sig_newctx()
305 return sigctx; in fake_rsa_sig_newctx()
310 OPENSSL_free(sigctx); in fake_rsa_sig_freectx()
320 if (!TEST_ptr(sigctx)) in fake_rsa_sig_sign_init()
328 *sigctx = 1; in fake_rsa_sig_sign_init()
339 if (!TEST_ptr(sigctx) || !TEST_int_eq(*sigctx, 1)) in fake_rsa_sig_sign()
347 *sigctx = 2; in fake_rsa_sig_sign()
372 *newctx = *sigctx; in fake_rsa_sig_dupctx()
391 *sigctx = type; in fake_rsa_dgstsgnvfy_init()
428 if (*sigctx == 0 || (*sigctx & FAKE_DGSTSGN_FINALISED) != 0) in fake_rsa_dgstsgnvfy_update()
[all …]

Completed in 13 milliseconds