Lines Matching refs:qop
738 #define KGSS_SIGN(minor_st, ctx, qop, msg, tkn) \ argument
740 KCTX_TO_CTX(ctx), qop, msg, tkn, KCTX_TO_CTXV(ctx))
742 #define KGSS_VERIFY(minor_st, ctx, msg, tkn, qop) \ argument
744 KCTX_TO_CTX(ctx), msg, tkn, qop, KCTX_TO_CTXV(ctx))
754 #define KGSS_SEAL(minor_st, ctx, conf_req, qop, msg, conf_state, tkn) \ argument
756 KCTX_TO_CTX(ctx), conf_req, qop, msg, conf_state, tkn,\
759 #define KGSS_UNSEAL(minor_st, ctx, msg, tkn, conf, qop) \ argument
761 KCTX_TO_CTX(ctx), msg, tkn, conf, qop, \
782 #define KGSS_SIGN(minor_st, ctx, qop, msg, tkn) \ argument
784 KCTX_TO_CTX(ctx), qop, msg, tkn, KCTX_TO_CTXV(ctx))
786 #define KGSS_VERIFY(minor_st, ctx, msg, tkn, qop) \ argument
788 KCTX_TO_CTX(ctx), msg, tkn, qop, KCTX_TO_CTXV(ctx))
790 #define KGSS_SEAL(minor_st, ctx, conf_req, qop, msg, conf_state, tkn) \ argument
792 KCTX_TO_CTX(ctx), conf_req, qop, msg, conf_state, tkn, \
795 #define KGSS_UNSEAL(minor_st, ctx, msg, tkn, conf, qop) \ argument
797 KCTX_TO_CTX(ctx), msg, tkn, conf, qop, \