Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-secure-subsystem/src/sscp/
Dfsl_sss_sscp.c38 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 …]
Dfsl_sscp_mu.c246 switch (SSCP_OP_GET_PARAM(k, op->resultTypes)) in sscp_mu_invoke_command()
/hal_nxp-latest/mcux/middleware/mcux-secure-subsystem/inc/
Dfsl_sscp.h383 uint32_t resultTypes; member