Home
last modified time | relevance | path

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

/third_party/openssl/test/
H A Dfake_rsaprov.c295 unsigned char *sigctx = OPENSSL_zalloc(1); in fake_rsa_sig_newctx() local
297 TEST_ptr(sigctx); in fake_rsa_sig_newctx()
299 return sigctx; in fake_rsa_sig_newctx()
302 static void fake_rsa_sig_freectx(void *sigctx) in fake_rsa_sig_freectx() argument
304 OPENSSL_free(sigctx); in fake_rsa_sig_freectx()
310 unsigned char *sigctx = ctx; in fake_rsa_sig_sign_init() local
314 if (!TEST_ptr(sigctx)) in fake_rsa_sig_sign_init()
322 *sigctx = 1; in fake_rsa_sig_sign_init()
330 unsigned char *sigctx = ctx; in fake_rsa_sig_sign() local
333 if (!TEST_ptr(sigctx) || !TEST_int_e in fake_rsa_sig_sign()
[all...]

Completed in 2 milliseconds