Home
last modified time | relevance | path

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

/openssl/test/
H A Dtls-provider.c2655 if (pxor_sigctx == NULL) in xor_sig_newctx()
2662 pxor_sigctx = NULL; in xor_sig_newctx()
2665 return pxor_sigctx; in xor_sig_newctx()
2838 if (!EVP_DigestInit_ex(pxor_sigctx->mdctx, pxor_sigctx->md, NULL)) in xor_sig_digest_signverify_init()
2846 pxor_sigctx->mdctx = NULL; in xor_sig_digest_signverify_init()
2847 pxor_sigctx->md = NULL; in xor_sig_digest_signverify_init()
2870 if (pxor_sigctx == NULL || pxor_sigctx->mdctx == NULL) in xor_sig_digest_signverify_update()
2885 if (pxor_sigctx == NULL || pxor_sigctx->mdctx == NULL) in xor_sig_digest_sign_final()
2905 if (pxor_sigctx == NULL || pxor_sigctx->mdctx == NULL) in xor_sig_digest_verify_final()
2979 pxor_sigctx->aid_len = xor_get_aid(&(pxor_sigctx->aid), pxor_sigctx->sig->tls_name); in xor_sig_get_ctx_params()
[all …]

Completed in 17 milliseconds