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

/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dsess_mgr.c599 if (sess->verify_ctx.context)
600 free(sess->verify_ctx.context);
602 if (sess->verify_ctx.mech.pParameter)
603 free(sess->verify_ctx.mech.pParameter);
676 if (sess->verify_ctx.context)
677 free(sess->verify_ctx.context);
679 if (sess->verify_ctx.mech.pParameter)
680 free(sess->verify_ctx.mech.pParameter);
940 if (sess->verify_ctx.active == TRUE) {
946 sess->verify_ctx
[all...]
H A Dmech_rsa.c534 SIGN_VERIFY_CONTEXT verify_ctx; local
544 (void) memset(&verify_ctx, 0x0, sizeof (verify_ctx));
588 rc = verify_mgr_init(sess, &verify_ctx, &verify_mech, FALSE, ctx->key);
592 rc = verify_mgr_verify(sess, &verify_ctx, ber_data,
599 (void) sign_mgr_cleanup(&verify_ctx);
743 SIGN_VERIFY_CONTEXT verify_ctx; local
759 (void) memset(&verify_ctx, 0x0, sizeof (verify_ctx));
786 rc = verify_mgr_init(sess, &verify_ctx,
[all...]
H A Dnew_host.c1945 if (sess->verify_ctx.active == TRUE) {
1950 rc = verify_mgr_init(sess, &sess->verify_ctx, pMechanism, FALSE, hKey);
1981 if (sess->verify_ctx.active == FALSE) {
1987 &sess->verify_ctx, pData, ulDataLen,
1991 (void) verify_mgr_cleanup(&sess->verify_ctx);
2021 if (sess->verify_ctx.active == FALSE) {
2026 rc = verify_mgr_verify_update(sess, &sess->verify_ctx,
2030 (void) verify_mgr_cleanup(&sess->verify_ctx);
2060 if (sess->verify_ctx.active == FALSE) {
2065 rc = verify_mgr_verify_final(sess, &sess->verify_ctx,
[all...]
H A Dtpmtok_int.h318 SIGN_VERIFY_CONTEXT verify_ctx; member in struct:_SESSION

Completed in 35 milliseconds