Searched refs:resultTypes (Results 1 – 3 of 3) sorted by relevance
38 op.resultTypes = SSCP_OP_SET_RESULT(kSSCP_ParamType_ContextReference); in sss_sscp_open_session()65 op.resultTypes = SSCP_OP_SET_RESULT(kSSCP_ParamType_None); in sss_sscp_close_session()107 op.resultTypes = SSCP_OP_SET_RESULT(kSSCP_ParamType_ContextReference); in sss_sscp_symmetric_context_init()144 op.resultTypes = SSCP_OP_SET_RESULT(kSSCP_ParamType_None); in sss_sscp_cipher_one_go()322 op.resultTypes = SSCP_OP_SET_RESULT(kSSCP_ParamType_None); in sss_sscp_symmetric_context_free()364 op.resultTypes = SSCP_OP_SET_RESULT(kSSCP_ParamType_ContextReference); in sss_sscp_aead_context_init()426 op.resultTypes = SSCP_OP_SET_RESULT(kSSCP_ParamType_ValueOutputSingle); in sss_sscp_aead_one_go()451 op.resultTypes = SSCP_OP_SET_RESULT(kSSCP_ParamType_None); in sss_sscp_aead_context_free()544 op.resultTypes = SSCP_OP_SET_RESULT(kSSCP_ParamType_ContextReference); in sss_sscp_digest_context_init()589 op.resultTypes = SSCP_OP_SET_RESULT(kSSCP_ParamType_ValueOutputSingle); in sss_sscp_digest_one_go()[all …]
246 switch (SSCP_OP_GET_PARAM(k, op->resultTypes)) in sscp_mu_invoke_command()
383 uint32_t resultTypes; member