Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-secure-subsystem/src/sscp/
Dfsl_sss_sscp.c31 op.paramTypes = in sss_sscp_open_session()
58 op.paramTypes = in sss_sscp_close_session()
94 …op.paramTypes = SSCP_OP_SET_PARAM(kSSCP_ParamType_ContextReference, kSSCP_ParamType_ContextReferen… in sss_sscp_symmetric_context_init()
130 op.paramTypes = SSCP_OP_SET_PARAM(kSSCP_ParamType_ContextReference, kSSCP_ParamType_MemrefInput, in sss_sscp_cipher_one_go()
163 op.paramTypes = in sss_sscp_cipher_init()
191 op.paramTypes = in sss_sscp_cipher_update()
231 op.paramTypes = in sss_sscp_cipher_finish()
282 op.paramTypes = SSCP_OP_SET_PARAM(kSSCP_ParamType_ContextReference, kSSCP_ParamType_MemrefInput, in sss_sscp_cipher_crypt_ctr()
315 op.paramTypes = in sss_sscp_symmetric_context_free()
351 …op.paramTypes = SSCP_OP_SET_PARAM(kSSCP_ParamType_ContextReference, kSSCP_ParamType_ContextReferen… in sss_sscp_aead_context_init()
[all …]
Dfsl_sscp_mu.c93 switch (SSCP_OP_GET_PARAM(i, op->paramTypes)) in prepareMessage()
/hal_nxp-latest/mcux/middleware/mcux-secure-subsystem/inc/
Dfsl_sscp.h229 #define SSCP_OP_GET_PARAM(i, paramTypes) ((((uint32_t)(paramTypes)) >> (i)*4u) & 0xFu) argument
381 uint32_t paramTypes; member