Home
last modified time | relevance | path

Searched refs:SSCP_OP_SET_RESULT (Results 1 – 2 of 2) 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 …]
/hal_nxp-latest/mcux/middleware/mcux-secure-subsystem/inc/
Dfsl_sscp.h226 #define SSCP_OP_SET_RESULT(p0) (((uint32_t)(p0)&0xFu) << 0) macro